Releases: Col-E/ExtraCollections
Releases · Col-E/ExtraCollections
Release 1.5.1
Changelog
🐛 Fixes
- 1ccfb2d Tree.getAllLeaves() only yielding one value
Release 1.5.0
Changelog
Features
Fixes
- fd8937e List combination of empty inputs does not yield expected result
Release 1.4.0
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.2.3
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:
Release 1.2.2
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:
1.2.1
1.2.1 (2022-09-09)
Bug Fixes
- Wrong name for mapping both L/R types in pair (4293d57)
1.2.0
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
And a fix for an embarrassing typo in package names