Skip to content

v2.1.0

Choose a tag to compare

@gdbrown gdbrown released this 19 Jul 19:35
· 8 commits to master since this release

POSSIBLE BREAKING CHANGES

If using direct references to mixins (unusual) this update will break your code. The mixin classes are no longer created, so the mixin trait is now just the mixin methods injected into the concrete classes. Mixins only exist when defining schemas, they more or less disappear when compiled.