|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +Breaking changes (😱!!!): |
| 8 | + |
| 9 | +New features: |
| 10 | + |
| 11 | +Bugfixes: |
| 12 | + |
| 13 | +Other improvements: |
| 14 | + |
| 15 | +## [v9.0.1](https://github.com/purescript-contrib/purescript-routing/releases/tag/v9.0.1) - 2020-02-09 |
| 16 | + |
| 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. |
| 18 | + |
| 19 | +## [v9.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v9.0.0) - 2019-03-12 |
| 20 | + |
| 21 | +- Updated dependencies |
| 22 | + |
| 23 | +## [v8.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v8.0.0) - 2018-05-28 |
| 24 | + |
| 25 | +- Updates for 0.12 and `Effect`. |
| 26 | +- Removed `Match` class. |
| 27 | + |
| 28 | +## [v7.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v7.1.0) - 2018-03-22 |
| 29 | + |
| 30 | +- Added matcher for `NonEmptyString` |
| 31 | +- Re-exported `Routing.Match.Class` matchers from `Routing.Match` |
| 32 | +- Added `Routing.PushState` module for using the browser's `pushState` interface instead of hash routing. |
| 33 | + |
| 34 | +## [v7.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v7.0.0) - 2018-01-28 |
| 35 | + |
| 36 | +- Removes FFI |
| 37 | +- Removes Aff functions |
| 38 | +- Adds general `foldHashes` |
| 39 | +- Removes `hashChanged` |
| 40 | +- Changes the way `matches` works (filters failures) |
| 41 | + |
| 42 | +@natefaubion |
| 43 | + |
| 44 | +## [v6.1.2](https://github.com/purescript-contrib/purescript-routing/releases/tag/v6.1.2) - 2017-10-18 |
| 45 | + |
| 46 | +- Fix for parsing of URI-encoded path segments without query fragments |
| 47 | + |
| 48 | +## [v6.1.1](https://github.com/purescript-contrib/purescript-routing/releases/tag/v6.1.1) - 2017-10-10 |
| 49 | + |
| 50 | +- Fixed behaviour of query parsing so that everything past the first `?` is parsed as a query string |
| 51 | + |
| 52 | +## [v6.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v6.1.0) - 2017-10-03 |
| 53 | + |
| 54 | +- Added `Eq` and `Ord` instances for `RoutePart` (@coot) |
| 55 | + |
| 56 | +## [v6.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v6.0.0) - 2017-09-23 |
| 57 | + |
| 58 | +- Updated for `purescript-aff` v4.x |
| 59 | +- Altered parsing to capture query params without a trailing `/` #37 |
| 60 | +- Added `optionalMatch` |
| 61 | + |
| 62 | +All updates courtesy of @coot |
| 63 | + |
| 64 | +## [v5.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v5.1.0) - 2017-04-21 |
| 65 | + |
| 66 | +- Added `end` combinator @throughnothing |
| 67 | + |
| 68 | +## [v5.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v5.0.0) - 2017-04-10 |
| 69 | + |
| 70 | +- Updates for PureScript 0.11 (@coot) |
| 71 | + |
| 72 | +## [v4.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v4.0.0) - 2017-02-22 |
| 73 | + |
| 74 | +- Renamed `matchHash` and `matchHash'` to `match` and `matchWith` |
| 75 | + |
| 76 | +## [v3.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v3.1.0) - 2017-02-18 |
| 77 | + |
| 78 | +- Added support for matching integers in paths (@menelaos) |
| 79 | + |
| 80 | +## [v3.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v3.0.0) - 2016-11-03 |
| 81 | + |
| 82 | +- Updated for PureScript 0.10 |
| 83 | + |
| 84 | +## [v2.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v2.0.0) - 2016-07-31 |
| 85 | + |
| 86 | +- Updated dependencies |
| 87 | + |
| 88 | +## [v1.0.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v1.0.0) - 2016-07-04 |
| 89 | + |
| 90 | +Updated for PureScript 0.9 and core libraries 1.0. |
| 91 | + |
| 92 | +## [v0.4.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.4.0) - 2016-03-13 |
| 93 | + |
| 94 | +- Updated to latest `purescript-aff` |
| 95 | + |
| 96 | +## [v0.2.1](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.2.1) - 2015-12-16 |
| 97 | + |
| 98 | +## [v0.2.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.2.0) - 2015-09-23 |
| 99 | + |
| 100 | +## [v0.1.0](https://github.com/purescript-contrib/purescript-routing/releases/tag/v0.1.0) - 2015-07-10 |
0 commit comments