im_model_gen 1.2.2 im_model_gen: ^1.2.2 copied to clipboard
Annotation builder for immutable model to generate of `copyWith` and == (equal) operator..
1.2.2 #
- fix: Make generated extension private & move copyWith to mixin.
1.2.1 #
- fix: copy generation with covariant comparisons.
1.2.0 #
- feat: Now generates everything from equality record.
1.1.0 #
- feat: Add toString generation for equality members.
1.0.4 #
- fix: unecessary cast in copy on Object or Object?
1.0.3 #
- feat: Allow mutable collections in factory constructor parameters for convenience.
1.0.2 #
- fix: abstract class copy generation.
1.0.1 #
- fix: getters detection.
- fix: static const collections detection.
- fix: lower dependency bounds.
1.0.0 #
- Initial version.