Collections v4.0.0 Release Notes

Release Date: 2015-02-21 // about 9 years ago
  • ➕ Add

    • ➕ Added Reactive Extension Trait.
    • ➕ Added unfold method, almost like flatMap.
    • ➕ Added BinaryTree data structure.
    • ➕ Added AvlTree data structure.
    • ➕ Added LinkedQueue data structure.
    • ➕ Added LinkedStack data structure.

    🔄 Changed

    • The match method now don't receive a Criteria object but uses a callable instead.
    • Now dictionary act as a HashMap, which can accept any type of key.
    • The toKeysArray method now is only available in MapInterface.