Skip to content

Commit d8ae682

Browse files
Update changelog since v4.0.1 (#65)
1 parent ba30adc commit d8ae682

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
1818
with:
19-
purescript: "0.14.0-rc3"
19+
purescript: "0.14.0-rc5"
2020

2121
- name: Cache PureScript dependencies
2222
uses: actions/cache@v2

CHANGELOG.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes (😱!!!):
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#62, #64)
89

910
New features:
1011

1112
Bugfixes:
13+
- Fixed rounding up when a number has trailing zeroes (#56)
1214

1315
Other improvements:
14-
- Changed test library from `spec` to `assert`
16+
- Changed test library from `spec` to `assert` to avoid non-core-library dependencies
17+
- Changed default branch to `main` from `master`
18+
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#58)
1519

1620
## [v4.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v4.0.1) - 2019-02-09
1721

@@ -20,16 +24,16 @@ Other improvements:
2024

2125
## [v4.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v4.0.0) - 2018-06-26
2226

23-
- Update to PS@0.12 @thomashoneyman
27+
- Updated to PureScript 0.12 (@thomashoneyman)
2428

2529
## [v3.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v3.0.1) - 2017-12-07
2630

2731
Bug fixes:
28-
- Enable timestamp parsing @tippenein
32+
- Enabled timestamp parsing @tippenein
2933

3034
Other changes:
31-
- Update README and tests @tippenein
32-
- Remove self import @paulyoung
35+
- Updated README and tests @tippenein
36+
- Removed self import @paulyoung
3337

3438
## [v3.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v3.0.0) - 2017-09-11
3539

@@ -41,11 +45,11 @@ Other changes:
4145

4246
## [v2.0.2](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.0.2) - 2017-07-19
4347

44-
- fix for 24 and `{12,0}{am,pm}` cases #26
48+
- Fixed 24 and `{12,0}{am,pm}` cases (#26)
4549

4650
## [v2.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.0.1) - 2017-07-11
4751

48-
- fix YYYY formatting #23
52+
- Fixed YYYY formatting (#23
4953

5054
## [v2.0.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v2.0.0) - 2017-06-27
5155

@@ -79,20 +83,20 @@ Other changes:
7983

8084
## [v0.1.3](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.1.3) - 2017-03-01
8185

82-
- Fix `bower.json` for Pursuit publishing
86+
- Fixed `bower.json` for Pursuit publishing
8387

8488
## [v0.1.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.1.1) - 2017-02-24
8589

8690
- Fixed behaviour of two-digit year formatting (@dgendill)
8791

8892
## [v0.1.0](https://github.com/purescript-contrib/purescript-formatters/releases/tag/v0.1.0) - 2016-11-03
8993

90-
- 0.10 updates
94+
- Updated for PureScript 0.10
9195

9296
## [0.0.5](https://github.com/purescript-contrib/purescript-formatters/releases/tag/0.0.5) - 2016-09-18
9397

9498
- Fixed AM/PM behavior @doolse
9599

96100
## [0.0.1](https://github.com/purescript-contrib/purescript-formatters/releases/tag/0.0.1) - 2016-07-21
97101

98-
- Initial release
102+
- Initial release

0 commit comments

Comments
 (0)