Skip to content

Releases: Didas-git/lilybird

Lilybird v0.1.4

19 Nov 01:56
53e3876
Compare
Choose a tag to compare

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

18 Nov 03:19
59dfe3c
Compare
Choose a tag to compare

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

18 Nov 01:59
96336da
Compare
Choose a tag to compare

Initial release, currently does support bun, node & deno.

To install lilybird:

bun add lilybird
# or you can use npm
# npm i lilybird