Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

61 lines (35 loc) · 2.03 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:

v8.0.0 - 2021-02-26

Breaking changes:

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

New features:

  • Ported Number-related code from deprecated purescript-globals into this repo (#12)

Other improvements:

  • Replaced unicode symbols with ascii characters (#11)
  • Migrated tests to use assert instead of test-unit (#10)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#13)
  • Added a changelog and pull request template (#14)

v7.0.0 - 2019-07-07

  • Updated for PureScript 0.13 (@sharkdp)

v6.0.0 - 2018-05-27

  • Updated for PureScript 0.12 (@justinwoo)

v5.0.0 - 2017-04-30

  • Added functions for formatting numbers
  • Refactored

v4.1.0 - 2017-04-16

  • Added fromString, a safe version of parseFloat (@i-am-tom)
  • Added nan, isNaN, infinity and isFinite from purescript-globals.

v4.0.0 - 2017-04-15

  • Updated for PureScript 0.11

v3.0.0 - 2016-10-29

  • Updated for PureScript 0.10

v2.0.0 - 2016-08-26

  • Updated documentation

v1.0.0 - 2016-08-23

  • Initial versioned release