0.8.0
What's Changed
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.