Javaslang v0.10.1 Release Notes

Release Date: 2019-07-23 // almost 5 years ago
  • Info

    🚀 This is a maintenance release for the 0.10.x release train.

    Please find the complete list of changes here.

    📄 The API Docs can be found here (🚧 currently unavailable because https://www.javadoc.io seems to be down)

    Comitters

    🍱 🎉 MANY THANKS TO ALL COMMITTERS! 🎉

    🔄 Changes

    • 🛠 Bugfix: #2430 Future.reduce considers executor
    • 🛠 Bugfix: #2426 Fixes DistictIterator to not eat null values
    • 🛠 Bugfix: #2405 Fixes patmat corner case that might produce a ClassCastException
    • 🛠 Bugfix: #2403 ClassCastException during pattern matching
    • 🛠 Bugfix: #2399 Fix: CharSeq implements Comparable
    • 👌 Improvement: #2400 Improve performance of last() call on TreeMap