Skip to content

Commit 59a0d58

Browse files
Update changelog for upcoming v4.0.0 release (#18)
1 parent 7228b17 commit 59a0d58

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,31 @@ Bugfixes:
1212

1313
Other improvements:
1414

15+
## [v4.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v4.0.0) - 2021-MONTH-DAY
16+
17+
Breaking changes:
18+
- Added support for PureScript 0.14 and dropped support for all previous versions (#16)
19+
20+
Other improvements:
21+
- Migrated CI to GitHub Actions, updated installation instructions to use Spago, and switched from `jshint` to `eslint` (#15)
22+
- Added a changelog and pull request template (#17)
23+
1524
## [v3.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v3.0.0) - 2018-05-27
1625

1726
- Updated for PureScript 0.12
1827
- The `resolve` function now uses `Effect` as it uses the filesystem to resolve paths
1928

2029
## [v2.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v2.0.0) - 2017-04-04
2130

22-
Update for 0.11 (@anilanar)
31+
- Update for 0.11 (@anilanar)
2332

2433
## [v1.0.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v1.0.0) - 2016-06-09
2534

26-
Update for 1.0 core libraries.
35+
- Update for 1.0 core libraries.
2736

2837
## [v0.4.0-rc.1](https://github.com/purescript-node/purescript-node-path/releases/tag/v0.4.0-rc.1) - 2015-06-20
2938

30-
Initial release candidate of the library intended for the 0.7 compiler.
39+
- Initial release candidate of the library intended for the 0.7 compiler.
3140

3241
## [v0.3.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v0.3.0) - 2015-03-28
3342

@@ -40,5 +49,4 @@ Initial release candidate of the library intended for the 0.7 compiler.
4049

4150
## [v0.1.0](https://github.com/purescript-node/purescript-node-path/releases/tag/v0.1.0) - 2014-06-10
4251

43-
44-
52+
- Initial release

0 commit comments

Comments
 (0)