Skip to content

Releases: natefaubion/purescript-routing-duplex

v0.7.0

26 Nov 17:04
13702d4
Compare
Choose a tag to compare
  • Fixes unsafe URI decoding.
  • Adds sumPrefix function for a non-ending version of sum.

v0.6.0

30 Apr 16:36
Compare
Choose a tag to compare

v0.5.1

16 Jun 19:38
4f59293
Compare
Choose a tag to compare

Generalized the proxy type used by RouteDuplex' so that any proxy type can be used, not just SProxy (#24 by @thomashoneyman)

v0.5.0

03 Mar 03:43
34963d5
Compare
Choose a tag to compare

Updated for PureScript 0.14 (@colinwahl)

v0.4.1

02 Dec 17:06
Compare
Choose a tag to compare

v0.4.0

30 Jul 22:59
Compare
Choose a tag to compare
  • Drop typelevel-prelude dependency (@rnons)

v0.3.0

15 Mar 13:55
Compare
Choose a tag to compare

v0.2.0

17 Dec 17:13
Compare
Choose a tag to compare
Offer tutorial and usage examples in readme (#4)

* Offer tutorial and usage examples in readme

I've written a long-form guide to using the `routing-duplex` library to serve as a README. It starts with a short summary and usage example, but then walks through several more examples in the style of `heterogeneous`.

There may be some typos or things you'd like to correct about how I've described the library and its use, and I welcome those! I'd love to have this up for others to be able to begin using the library.

* explain how to use with purescript-routing

* update to use `?` for params

v0.1.0

23 Oct 16:58
Compare
Choose a tag to compare

Initial release