Skip to content

0.8.0

Compare
Choose a tag to compare
@dfed dfed released this 23 Jul 05:14
· 81 commits to main since this release
4506d05

What's Changed

  • Generate required initializer via FixIt instead of code-generation by @dfed in #104

Full Changelog: 0.7.5...0.8.0

This release constitutes a source-breaking change. See #104 for more information, but the short version is: instead of generating initializers at compile time, we are now requiring @Instantiable-decorated types to maintain their own initializers. The @Instantiable macro will supply a fixit on each type without an initializer to create one. Follow the fixits to start compiling again.