Releases: gcanti/fp-ts-routing
Releases · gcanti/fp-ts-routing
0.6.0
- New Feature
- Pipeable methods for parsers and formatters, #63 (@StefanoMagrassi)
- Bug Fix
- Leading slashes, #65 (@StefanoMagrassi)
- Polish
- query fail with array, #60 (@StefanoMagrassi)
- Internal
- Node.js querystring and url dependencies, #58 (@StefanoMagrassi)
- Remove deprecation, #72 (@StefanoMagrassi)
- Drop TSLint in favor of ESLint, #73 (@StefanoMagrassi)
0.5.4
0.5.3
0.5.2
0.5.1
- New Feature
- add
Parser
monoid instance (@mlegenhausen) - add
Parser
monad, alternative instance and related top-level data-last functions (@gcanti) - add
Formatter
contravariant instance and related top-level data-last functions (@gcanti) Match
- add
0.5.0
- Breaking Change
- upgrade to
[email protected]
and[email protected]
(@gcanti) - move
[email protected]
and[email protected]
topeerDependencies
(@gcanti)
- upgrade to
0.4.4
0.4.3
0.4.2
Note. fp-ts-routing
depends on fp-ts
and io-ts
, starting from 0.4.2
you must install both fp-ts
and io-ts
manually (fp-ts
and io-ts
are now listed in peerDependency
)
- New Feature
- make
fp-ts-routing
compatible with both[email protected]
and[email protected]
(@gcanti)
- make