Skip to content

Releases: purescript-contrib/purescript-routing

v11.0.0

28 Apr 00:01
255ec9a
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v10.0.1

06 May 17:07
ffd3719
Compare
Choose a tag to compare

Other improvements:

v10.0.0

26 Feb 22:24
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#77, #79)

New features:

Bugfixes:

Other improvements:

  • Updated documentation to use Foreign.unsafeToForeign as Foreign.toForeign has been removed (#74)
  • Fixed duplicate variable name in documentation (#78)
  • Edited guide to better match example JS DSL snippet (#72)
  • Changed default branch to main from master
  • 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)

v9.0.1

09 Feb 16:18
12ff339
Compare
Choose a tag to compare

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.

v9.0.0

12 Mar 12:38
62742c3
Compare
Choose a tag to compare

Updated dependencies

v8.0.0

28 May 00:34
c11efec
Compare
Choose a tag to compare
  • Updates for 0.12 and Effect.
  • Removed Match class.

v7.1.0

22 Mar 14:08
9436bbd
Compare
Choose a tag to compare
  • Added matcher for NonEmptyString
  • Re-exported Routing.Match.Class matchers from Routing.Match
  • Added Routing.PushState module for using the browser's pushState interface instead of hash routing.

v7.0.0: Merge pull request #50 from natefaubion/remove-ffi

28 Jan 20:46
b867817
Compare
Choose a tag to compare
  • Removes FFI
  • Removes Aff functions
  • Adds general foldHashes
  • Removes hashChanged
  • Changes the way matches works (filters failures)

@natefaubion

v6.1.2

18 Oct 14:25
Compare
Choose a tag to compare
  • Fix for parsing of URI-encoded path segments without query fragments

v6.1.1

10 Oct 10:17
Compare
Choose a tag to compare
  • Fixed behaviour of query parsing so that everything past the first ? is parsed as a query string