Patch Release 0.10.4
release-drafter
released this
14 Jul 13:53
·
218 commits
to master
since this release
Info
This is a maintenance release for the 0.10.x release train. It back ports bug fixes and improvements from the upcoming 1.0.0 release.
Please find the complete list of changes here.
The API Docs can be found here
Committers
🎉 MANY THANKS TO ALL COMMITTERS! 🎉
- ⭐️ anton0xf (@anton0xf)
- ⭐️ Gualtiero Testa (@gualtierotesta)
- ⭐️ Joachim Bargsten (@jwbargsten)
- ⭐️ Mincong Huang (@mincong-h)
- ⭐️ Sergei Semenov (@sleepytomcat)
Changes
- Option<>.collect() not to call PartialFunction collector on arguments where it is not defined (#2580) @sleepytomcat
- Iterate once to create two iterators in partition (#2577) @mincong-h
- Wrong parameter name in Either.filterOrElse JavaDoc (#2618) @gualtierotesta
- Fix Array#update(int, T) complexity (#2648) @anton0xf
- more robust slideby classifier function handling (#2642) @jwbargsten
- Vector.of(T element) performance improvement (#2659) @sleepytomcat