Skip to content

Releases: vector-php/vector

v4.0.0

10 Feb 16:31
Compare
Choose a tag to compare
fix dot

V2.0.1 Alpha

26 Jan 21:00
Compare
Choose a tag to compare
V2.0.1 Alpha Pre-release
Pre-release

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

18 Jan 22:06
Compare
Choose a tag to compare

Added Prelude