Releases: vector-php/vector
Releases · vector-php/vector
v4.0.0
V2.0.1 Alpha
Changes to directory structure. Removed redundant 'Algebra' namespace tag.
New structure follows:
\Vector\Control\ contains functor/monad functions for lifting.
\Vector\Core\ contains the Function Capsule.
\Vector\Data\ contains functor/monad classes and algebraic data structures.
\Vector\Lib\ contains all utility functions.
\Vector\Typeclass\ contains all interfaces for Data\ classes.
All tests were moved to a ./tests directory in root that mirrors the ./src directory in order to allow for composer installations that don't include all the tests automatically using '--prefer-dist'.
v1.1.0
Added Prelude