Functional Ruby v1.3.0 Release Notes

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