Skip to content

Releases: HubSpot/hubspot-immutables

hubspot-immutables-1.6

01 May 16:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: hubspot-immutables-1.5...hubspot-immutables-1.6

hubspot-immutables-1.5

13 Mar 15:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: hubspot-immutables-1.4...hubspot-immutables-1.5

hubspot-immutables-1.4

12 Oct 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: hubspot-immutables-1.3...hubspot-immutables-1.4

hubspot-immutables-1.3

12 Jan 20:40
Compare
Choose a tag to compare

What's Changed

  • Rename folders to match module names by @stevegutz in #7
  • Fix things for better JDK 11 compatibility by @stevegutz in #9
  • Add HubSpotModifiableStyle by @zklapow in #11
  • Add proof of concept WireSafeEnum utility by @jhaber in #13
  • Add an asEnumOrThrow method by @Xcelled in #14
  • Add nonnull annotation to checkNotNull by @Xcelled in #15
  • Add ImmutableConditions#checkNotEmpty by @stevegutz in #16
  • Enable immutable encodings for List and Set by @zklapow in #10
  • Add immutable style which enables immutable collections by @zklapow in #19
  • Update README.md by @marcob in #20
  • Fix encoding version by @kmclarnon in #21

New Contributors

Full Changelog: v1.2...hubspot-immutables-1.3

Moved style to styles

15 Mar 20:22
2c69add
Compare
Choose a tag to compare

Fix more package conflicts on internal builds.

Rearrange Exceptions

15 Mar 19:38
59c824d
Compare
Choose a tag to compare

Moved the exceptions to avoid collisions with other exceptions we have created in the past.