Functional Ruby v1.3.0 Release Notes
Release Date: 2015-10-04 // almost 8 years ago-
- Pattern match now check arity of pattern and block
PatternMatching::ALL
pattern now should be presented as variable length args (*args)NoMethodError
andArgumentError
raised from method block won't be catched anymore by lib
Previous changes from v1.2.0
-
Record
classes can be declared with a type/protocol specification for type safety.- ๐ Improved documentation
- ๐ Improved tests
- ๐ Better synchronization (thread safety) on all platforms
- ๐ง Continuous integration run on both Linux (Travis CI) and Windows (AppVeyor)