Skip to content

Releases: h908714124/auto-builder

v2.9.3

02 Aug 20:24
Compare
Choose a tag to compare

resolves #18

v2.9.2

11 Jun 21:24
Compare
Choose a tag to compare

fix #17, should work with other auto-value extensions too

v2.9.1

12 Dec 07:30
Compare
Choose a tag to compare
  • move annotation to separate jar
  • add reuseBuilder flag; internalize the cache; make all inner classes private
  • stop supporting classes with type parameters
  • bugfixes

v2.9

26 May 12:11
Compare
Choose a tag to compare

fix errors in 2.8

v2.8

26 May 09:46
Compare
Choose a tag to compare
v2.8 Pre-release
Pre-release

maintenance release after thorough refactoring

Broken, don't use

v2.7

24 May 15:54
Compare
Choose a tag to compare
  • addAllTo* and putAllIn* will ignore a null argument

v2.6

23 May 19:10
Compare
Choose a tag to compare

fix compiler warning in generated code

v2.5

23 May 17:51
Compare
Choose a tag to compare
v2.5 Pre-release
Pre-release
  • add accumulators for java.util.List, java.util.Set and java.util.Map
  • stop generating field initializers

v2.4

21 May 14:48
Compare
Choose a tag to compare
  • map accumulator overload with Iterable<? extends Map.Entry<X, Y>>
  • fix some issues with wildcard types

v2.3

21 May 06:43
Compare
Choose a tag to compare
v2.3 Pre-release
Pre-release
  • More guava support: "addAll" overloads, and using copyOf. See #4
  • improve formatting of generated code