Skip to content

Releases: Didas-git/lilybird

Lilybird v0.6.0-beta.1

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

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

03 Apr 00:23
58dae7e
Compare
Choose a tag to compare
Pre-release

Changelog

  • Deprecated index export
    • Please update to import from @lilybird/handlers/simple instead

Lilybird v0.6.0-beta.0

03 Apr 00:06
3c726b6
Compare
Choose a tag to compare
Pre-release

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

29 Mar 02:46
a50171b
Compare
Choose a tag to compare
Pre-release

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

29 Mar 00:16
85f1dc4
Compare
Choose a tag to compare
Pre-release

Changelog

  • Improved compiler logic for cache control
  • Added cache flow control (under cache execution policy)

Lilybird v0.6.0-alpha.11

25 Mar 17:42
92905cb
Compare
Choose a tag to compare
Pre-release

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

Lilybird v0.6.0-alpha.10

12 Mar 00:06
de07f68
Compare
Choose a tag to compare
Pre-release

Changelog

  • Removed collectors
  • Initial caching support
  • Fixed some bugs related to creating listeners

Create v0.2.0

07 Mar 18:54
4d6a3f7
Compare
Choose a tag to compare

Changelog

  • If handlers are not picked you can opt-in into transformers
  • 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

07 Mar 18:48
4d6a3f7
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fixed connection crashes related to missing resume info
  • <Client>.user can now be transformed

Transformers v0.1.2

05 Mar 15:57
ede5398
Compare
Choose a tag to compare
  • Fixed some type related issues