Skip to content

Commit e77fbe2

Browse files
Update changelog since v9.0.1 (#80)
1 parent 46946e0 commit e77fbe2

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,30 @@ 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 (#77, #79)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Updated documentation to use `Foreign.unsafeToForeign` as `Foreign.toForeign` has been removed (#74)
16+
- Fixed duplicate variable name in documentation (#78)
17+
- Edited guide to better match example JS DSL snippet (#72)
18+
- Changed default branch to `main` from `master`
19+
- 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 (#75)
1420

1521
## [v9.0.1](https://github.com/purescript-contrib/purescript-routing/releases/tag/v9.0.1) - 2020-02-09
1622

17-
- Bug fix: `param` will now remove `Query` from the internal state once all parameters have been consumed, allowing `end` to be used to disallow further parameters.
23+
- Bugfix: `param` will now remove `Query` from the internal state once all parameters have been consumed, allowing `end` to be used to disallow further parameters.
1824

1925
## [v9.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v9.0.0) - 2019-03-12
2026

2127
- Updated dependencies
2228

2329
## [v8.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v8.0.0) - 2018-05-28
2430

25-
- Updates for 0.12 and `Effect`.
31+
- Updated for 0.12 and `Effect`.
2632
- Removed `Match` class.
2733

2834
## [v7.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v7.1.0) - 2018-03-22
@@ -33,17 +39,17 @@ Other improvements:
3339

3440
## [v7.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v7.0.0) - 2018-01-28
3541

36-
- Removes FFI
37-
- Removes Aff functions
38-
- Adds general `foldHashes`
39-
- Removes `hashChanged`
40-
- Changes the way `matches` works (filters failures)
42+
- Removed FFI
43+
- Removed Aff functions
44+
- Added general `foldHashes`
45+
- Removed `hashChanged`
46+
- Changed the way `matches` works (filters failures)
4147

4248
@natefaubion
4349

4450
## [v6.1.2](https://github.com/purescript-contrib/purescript-routing/releases/tag/v6.1.2) - 2017-10-18
4551

46-
- Fix for parsing of URI-encoded path segments without query fragments
52+
- Fixed for parsing of URI-encoded path segments without query fragments
4753

4854
## [v6.1.1](https://github.com/purescript-contrib/purescript-routing/releases/tag/v6.1.1) - 2017-10-10
4955

@@ -63,7 +69,7 @@ All updates courtesy of @coot
6369

6470
## [v5.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v5.1.0) - 2017-04-21
6571

66-
- Added `end` combinator @throughnothing
72+
- Added `end` combinator (@throughnothing)
6773

6874
## [v5.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v5.0.0) - 2017-04-10
6975

@@ -87,14 +93,20 @@ All updates courtesy of @coot
8793

8894
## [v1.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v1.0.0) - 2016-07-04
8995

90-
Updated for PureScript 0.9 and core libraries 1.0.
96+
- Updated for PureScript 0.9 and core libraries 1.0.
9197

9298
## [v0.4.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.4.0) - 2016-03-13
9399

94100
- Updated to latest `purescript-aff`
95101

96102
## [v0.2.1](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.2.1) - 2015-12-16
97103

104+
- Falls back to `global.unsafeDecodeURIComponent` if `window` is not available (#16)
105+
98106
## [v0.2.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.2.0) - 2015-09-23
99107

108+
- Updated for PureScript 0.7
109+
100110
## [v0.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.1.0) - 2015-07-10
111+
112+
- Initial versioned release

0 commit comments

Comments
 (0)