Releases: Didas-git/lilybird
Releases · Didas-git/lilybird
Lilybird v0.1.4
To install lilybird:
bun add lilybird
# or you can use npm
# npm i lilybird
To update lilybird:
bun update -f
Changelog
- Add missing options to certain components
- Fix null checks for certain components
- Added simple command handler
Full Changelog: 0.1.3...0.1.4
Lilybird v0.1.3
To install lilybird:
bun add lilybird
# or you can use npm
# npm i lilybird
To update lilybird:
bun update -f
Changelog
- Now components are exported
Full Changelog: 0.1...0.1.3
Lilybird 0.1.1
Initial release, currently does support bun, node & deno.
To install lilybird:
bun add lilybird
# or you can use npm
# npm i lilybird