Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 1.99 KB

Changelog

Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

v3.0.0 - 2021-02-26

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#24)

New features:

  • Added imul (#18)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#26)
  • Added a changelog and pull request template (#27)

v2.1.1 - 2018-05-22

  • Relicensed as BSD3

v2.1.0 - 2017-06-25

  • Added τ constant (@FranklinChen)

v2.0.0 - 2016-06-04

  • This release is intended for the PureScript 0.9.1 compiler and newer.

v2.0.0-rc.1 - 2016-05-20

  • Remainder operator is now an alias for a function

v1.0.0 - 2016-04-13

  • Added trunc (@rgrempel)
  • Moved out of RC status. No breaking code changes have been made since v0.2.0.

v0.2.0 - 2015-06-30

  • This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.1.1 - 2015-03-22

  • Updated docs

v0.1.0 - 2014-04-25

  • Initial versioned release