Skip to content

Releases: Col-E/ExtraCollections

Release 1.5.1

14 Sep 22:03
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 1ccfb2d Tree.getAllLeaves() only yielding one value

Release 1.5.0

04 Jul 21:23
Compare
Choose a tag to compare

Changelog

Features

  • 5b558a7 Add binary search to Lists

Fixes

  • fd8937e List combination of empty inputs does not yield expected result

Release 1.4.0

03 Jul 03:51
Compare
Choose a tag to compare

Changelog

Features

  • 1cac24c Nullable item support in List/Map/Set util class methods
  • fbb05ae Add safe for-each with error handling to Unchecked
  • c4075f2 Additional utilities in Lists for sorted insertion order

Release 1.3.0

09 May 17:41
Compare
Choose a tag to compare

Changelog

Release 1.2.3

30 Apr 20:09
Compare
Choose a tag to compare

Changelog

  • dbfe12e Add release profile for generating sources/javadocs
  • 89c4a5b Bump version --> 1.2.3
  • 0c72a87 Add sonatype publishing to JReleaser config

Contributors

We'd like to thank the following people for their contributions:

  • Col-E

Release 1.2.2

30 Apr 19:58
Compare
Choose a tag to compare

Changelog

  • 69dae97 Add write perms
  • 723ac95 Update CI script
  • f59cb7e Add basic map inversion, bump version --> 1.2.2
  • 257987f Add pom details + scm info
  • 1ca760b Add test result badge to readme
  • 1891dcf Chmod +x mvnw
  • 8f67056 Migrate to JReleaser via github actions for creating releases

Contributors

We'd like to thank the following people for their contributions:

  • Col-E

1.2.1

09 Sep 14:23
Compare
Choose a tag to compare

1.2.1 (2022-09-09)

Bug Fixes

  • Wrong name for mapping both L/R types in pair (4293d57)

1.2.0

22 Aug 01:52
Compare
Choose a tag to compare

1.2.0 (2022-08-22)

Releases now automated via CI

Features

  • Add pair (9922788)
  • Add reversed to Lists (6c48bc9)
  • Add Tree<K, V> types (a813bf8)
  • Allow supplying constructors to Maps util calls (94bce77)
  • Varargs list/set factories (84aa417)

1.1.0 - BiMap and extra delegating types

18 Aug 00:05
Compare
Choose a tag to compare

And a fix for an embarrassing typo in package names

1.0.0 - Initial release

17 Aug 03:53
Compare
Choose a tag to compare
Initial commit