Skip to content

Releases: Didas-git/lilybird

Transformers v0.2.1

03 May 19:18
5edd3b6
Compare
Choose a tag to compare

What's Changed

  • Comply with lilybird 0.6.1
  • ReplyOptions is now exported by the transformers

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.2.1

Lilybird v0.6.1

03 May 19:16
5edd3b6
Compare
Choose a tag to compare

THIS IS AN URGENCY UPDATE

Due to some changes in 0.6 an error code was not changed causing bots to just stop receiving events (disconnecting) after a while, please upgrade as soon as possible if you are already in 0.6.

What's Changed

  • Fix wrong close code being used.
  • ReplyOptions does not exist anymore

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.6.1

Transformers v0.2.0

30 Apr 04:35
8c5cc92
Compare
Choose a tag to compare

What's Changed

  • Fix type issues, fully works with 0.6 now

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.2.0

Redis v0.1.0

30 Apr 04:41
8c5cc92
Compare
Choose a tag to compare

Initial release.

Allows you to use redis as your main cache, requires RedisJSON.

Handlers v0.4.0

30 Apr 04:38
8c5cc92
Compare
Choose a tag to compare

What's Changed

  • Deprecated the current way to import, please import from @lilybird/handlers/simple instead.
  • Renamed types:
    • GuildSlashCommand -> GuildApplicationCommand
    • GlobalSlashCommand -> GlobalApplicationCommand
    • SlashCommand -> ApplicationCommand

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.4.0

Create v0.2.1

30 Apr 04:39
8c5cc92
Compare
Choose a tag to compare

What's Changed

  • Transformers will now be included with Handlers so usedrs can import the types with no issues.

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.2.1

Lilybird v0.6.0

30 Apr 04:33
8c5cc92
Compare
Choose a tag to compare

What's Changed

  • Lilybird core does not provide a high level api anymore, instead use the transformers API together with @lilybird/transformers for the same effect.
  • Caching has been added and can now be enabled, see the documentation for more information.
  • Improved runtime performance of listeners by introducing an internal compiler.
  • REST helper now implements all available stable endpoints.
  • REST helper now exposes a generic makeAPIRequest method.
  • Properly implemented the setup API.
  • Updated permissions map to include the new permissions.
  • Added new debug events.
  • Added the ability to attach the debug listener to the REST helper.
  • Added isDeletableMessage util.
  • Improve the check for missing intents.
  • Remade the heartbeat strategy (heartbeats will now be more consistent).

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.6.0

Handlers v0.4.0-beta.2

13 Apr 15:23
fde2197
Compare
Choose a tag to compare
Pre-release

This version includes breaking changes

Changelog

  • Renamed main interface and type from *SlashCommand to *ApplicationCommand

Lilybird v0.6.0-beta.2

13 Apr 14:13
ad438b4
Compare
Choose a tag to compare
Pre-release

Changelog

  • ping numbers are not rounded anymore
  • Added a debug rest client (to attach the debug listener to)
  • Fixed some type issues in the debug listener
  • createClient reflection improved

Transformers v0.2.0-alpha.2

05 Apr 03:31
bb60376
Compare
Choose a tag to compare
Pre-release

Changelog

  • Message#fetchChannel will look into the cache first
  • Improved transformer types