@@ -5,32 +5,49 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking changes:
8+ - Added support for PureScript 0.14 and dropped support for all previous versions (#11 )
89
910New features:
11+ - Ported ` Number ` -related code from deprecated ` purescript-globals ` into this repo (#12 )
1012
1113Bugfixes:
1214
1315Other improvements:
16+ - Replaced unicode symbols with ascii characters (#11 )
17+ - Migrated tests to use ` assert ` instead of ` test-unit ` (#10 )
18+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#13 )
19+ - Added a changelog and pull request template (#14 )
20+
21+ ## [ v7.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v7.0.0 ) - 2019-07-07
22+
23+ - Updated for PureScript 0.13 (@sharkdp )
1424
1525## [ v6.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v6.0.0 ) - 2018-05-27
1626
17- - Updates for PS 0.12 (@justinwoo )
27+ - Updated for PureScript 0.12 (@justinwoo )
1828
1929## [ v5.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v5.0.0 ) - 2017-04-30
2030
2131- Added functions for formatting numbers
22- - Refactoring
32+ - Refactored
2333
2434## [ v4.1.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v4.1.0 ) - 2017-04-16
2535
2636- Added ` fromString ` , a safe version of ` parseFloat ` (@i-am-tom )
27- - Added ` nan ` , ` isNaN ` , ` infinity ` and ` isFinite ` from purescript-globals.
37+ - Added ` nan ` , ` isNaN ` , ` infinity ` and ` isFinite ` from ` purescript-globals ` .
2838
2939## [ v4.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v4.0.0 ) - 2017-04-15
3040
31- - Updates for PS 0.11
41+ - Updated for PureScript 0.11
3242
3343## [ v3.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v3.0.0 ) - 2016-10-29
3444
35- - Updates for PureScript 0.10
45+ - Updated for PureScript 0.10
46+
47+ ## [ v2.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v2.0.0 ) - 2016-08-26
48+
49+ - Updated documentation
50+
51+ ## [ v1.0.0] ( https://github.com/purescript/purescript-numbers/releases/tag/v1.0.0 ) - 2016-08-23
3652
53+ - Initial versioned release
0 commit comments