Skip to content

A bunch of new Features

Compare
Choose a tag to compare
@crashtech crashtech released this 19 Aug 02:35
· 139 commits to master since this release

Incompatibility on

  • Auxiliary statements
  • Enum

How to Upgrade

  • Remove any use of cached auxiliary statements from the code, because there's no more caching for those.
  • Enums cannot be auto-initiated anymore, ensure to call enum :column on the models.

New Features