Releases: Didas-git/lilybird
Releases · Didas-git/lilybird
Lilybird v0.6.0-beta.1
Changelog
- Added type reflection for
DEFAULT
caching manager - External caching managers can now be used
- There will be a warning if you try to use them with transformers
Handlers v0.4.0-beta.0
Changelog
- Deprecated
index
export- Please update to import from
@lilybird/handlers/simple
instead
- Please update to import from
Lilybird v0.6.0-beta.0
Changelog:
This is a partial changelog, the full one will be posted once 0.6 becomes stable
- Setup API now works as intended
- Stability improvements when it comes to generating heartbeats
- All abstractions moved to modules (transformers)
Lilybird v0.6.0-alpha.15
Changelog
- REST helper now has all available endpoints
- REST helper now exposes a generic request function
- Fix dead code elimination making the compiler crash
- New heartbeat logic
Lilybird v0.6.0-alpha.13
Changelog
- Improved compiler logic for cache control
- Added cache flow control (under cache execution policy)
Lilybird v0.6.0-alpha.11
Changelog
- Added channels cache
- Added selective cache events
- This means you can disable events like
delete
so even when your bot gets kicked out of a guild or a channel gets deleted it stays in the cache
- This means you can disable events like
Lilybird v0.6.0-alpha.10
Changelog
- Removed collectors
- Initial caching support
- Fixed some bugs related to creating listeners
Create v0.2.0
Changelog
- If
handlers
are not picked you can opt-in intotransformers
- New template if
handlers
are choosed - New template for
transformers
- Passing
--alpha
will install the alpha version of the packages
Lilybird v0.6.0-alpha.6
Changelog
- Fixed connection crashes related to missing resume info
<Client>.user
can now be transformed
Transformers v0.1.2
- Fixed some type related issues