modddels 0.1.5 modddels: ^0.1.5 copied to clipboard
Generate robust, self-validated models with compile-safe states, seamless failure handling and easy unit-testing.
0.1.5 #
Bump fpdart version to 0.6.0
0.1.4 #
- Breaking : Disallow adding non-factory constructors other than the private constructor to a class decorated with
@Modddel
. (See #6) - Fix an issue where the default value of a factory parameter in a union is not included in the matching factory constructor of the generated ModddelParams class. (See #11)
0.1.3 #
Add example to README
0.1.2 #
Improve pub points
0.1.1 #
Update README
0.1.0 #
Initial release