Fantasy Land Versions Save

Specification for interoperability of common algebraic structures in JavaScript

v5.0.1

1 year ago

exports.types is now specified in package.json (#333).

v5.0.0

3 years ago

Package is now compatible with native ES modules (#326).

v4.1.0

3 years ago

Package now includes an ES module in addition to a CommonJS module (#321).

v4.0.1

5 years ago

README.md has been reinstated (#313).

v4.0.0

5 years ago

:warning: Modules for verifying laws have been removed (#284). Use fantasy-laws instead.

Prefixed method names are now used throughout the document (#310). This should reduce confusion.

index.d.ts is now provided for TypeScript users (#294).

bower.json is no longer included in the repository (#292).

Various errors in README.md have been corrected (#308, #309).

v3.5.0

6 years ago

New type class: Filterable (#274).

v3.4.0

6 years ago

New type class: Group (#272).

v3.3.0

7 years ago

New type classes: Semigroupoid and Category (#248).

v3.2.0

7 years ago

New type class: Ord (#235).

v3.1.0

7 years ago

New type class: Contravariant (#150).