im_model 1.0.3
im_model: ^1.0.3 copied to clipboard
Annotation for immutable model to generate `copyWith` and == (equal) operator.
1.0.3 #
- fix: Equality on collections ImList/ImSet/ImMap.
- chore: remove collection package.
1.0.2 #
- fix: Reworked collections to not extend List/Set/Map bases and internally use copy on write Google implementations.
1.0.1 #
- chore: cleanup dev dependencies.
- chore: lower test dependency bounds.
1.0.0 #
- Initial version.