im_model 1.1.1 im_model: ^1.1.1 copied to clipboard
Annotation for immutable model to generate `copyWith` and == (equal) operator.
1.1.1 #
- fix: Remove empty constructor as const.
1.1.0 #
- feat: Remove equality methods.
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.