Skip to content

Releases: danielnorberg/auto-matter

v0.26.2

01 Apr 20:57
b0e6fad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.1...v0.26.2

v0.26.1

18 Jan 03:29
Compare
Choose a tag to compare

What's Changed

  • Fix copying builders with nullable collections by @tlcs in #294
  • Fix for auto-matter interface extending an interface nested inside another class by @rowland-current in #342
  • refactor nested inheritance from other package fix by @danielnorberg in #343

New Contributors

Full Changelog: v0.26.0...v0.26.1

v0.26.0

12 May 01:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.3...v0.26.0

v0.25.3

03 Apr 01:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.2...v0.25.3

v0.25.2

02 Apr 13:12
Compare
Choose a tag to compare
  • Properly ignore record methods #259

v0.25.1

11 Feb 22:16
Compare
Choose a tag to compare
  • properly ignore default methods in subtype copy constructors #236

v0.25.0

04 Feb 18:21
Compare
Choose a tag to compare
  • remove modeshape dep - vendor inflector #234

v0.24.0

02 Feb 20:30
Compare
Choose a tag to compare
  • Exclude transitive dependency com.h2database:h2 #219

v0.23.0

19 Nov 00:40
Compare
Choose a tag to compare
  • Remove auto-matter-all module #206

v0.21.0

27 Oct 14:37
Compare
Choose a tag to compare
  • #183 Fix error-prone warnings in generated code
  • #185 Add @AutoMatter.Generated annotation to allow automatic exclusion of generated code from JaCoCo coverage reports