Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

50 lines (35 loc) · 2.27 KB

Javaslang Changelog

1.2.2 (Release date: 02.05.2015)

Resources: Maven Central · Javadoc · Complete list of changes

Major enhancements
Fixed Traversable.sliding()
Improved numerical operations of Traversables
Added Traversable headOption(), tailOption(), initOption(), lastOption()

1.2.1 (Release date: 30.04.2015)

Resources: Maven Central · Javadoc · Complete list of changes

Major enhancements
Added the Lazy type
Many improvements regarding monads and collections, hardened Stream
Simplified Match API
Introduced marker for @unsafe operations

1.2.0 (Release date: 06.04.2015)

Resources: Maven Central · Javadoc · Complete list of changes

Major enhancements
Added the Property Check framework
Improved the internal build by creating a generator framework

1.1.0 (Release date: 12.01.2015)

Resources: Maven Central · Javadoc · Complete list of changes

Major enhancements
Added the collections List, Stream, BinaryTree and RoseTree
Added checked and unchecked Functions
Added Tuples

1.0.0 (Release date: 19.03.2014)

Resources: Maven Central · Javadoc

Major enhancements
Added monads Option, Try and Either
Added the Match API