Releases: Didas-git/lilybird
Transformers v0.2.1
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
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
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
Initial release.
Allows you to use redis as your main cache, requires RedisJSON.
Handlers v0.4.0
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
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
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
This version includes breaking changes
Changelog
- Renamed main interface and type from
*SlashCommand
to*ApplicationCommand
Lilybird v0.6.0-beta.2
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
Changelog
- Message#fetchChannel will look into the cache first
- Improved transformer types