Functional Ruby v1.3.0 Release Notes

Release Date: 2015-10-04 // over 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 and ArgumentError 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)