Skip to content

Releases: mrgnhnt96/autoequal

0.7.1

29 Nov 16:24
Compare
Choose a tag to compare
  • Update README\n\n

0.7.0

29 Nov 15:40
Compare
Choose a tag to compare
  • Require Dart 3.0 or later\n- Add final modifier to annotation classes\n- Migrate from pedantic to lints\n- Update dependencies\n\n

0.5.1

02 Nov 04:29
0869841
Compare
Choose a tag to compare
  • Fixed use of autoequal_gen with analyzer: 5.0.0

0.5.0

30 Oct 17:28
9627a26
Compare
Choose a tag to compare
  • Added ability to use getters for generated props
  • Allowed to use @autoequal with abstract class
  • Improved inheritance with @autoequal
  • Mixin improvements
  • Generated props name changed to _$props to fit the code convention. _autoequalProps is now deprecated and will be removed in future releases.

Thanks a lot to mrgnhnt96 for these changes

0.4.1

26 Oct 03:51
5689e3c
Compare
Choose a tag to compare

Analyzer updated