Releases: gcanti/fp-ts-routing
Releases · gcanti/fp-ts-routing
0.4.0
- Breaking Change
- remove
null
from Query
(@Eldow)
- discard
undefined
parameters from route params (@Eldow)
0.3.7
Make fp-ts-routing
compatible with io-ts-types#0.4.0+
, closes #30 (@gcanti)
0.3.5
- Internal
- upgrade to latest
io-ts-types
(@gcanti)
0.3.4
- New Feature
- add option to disable URI encoding/decoding, closes #18 (@gcanti)
0.3.3
- New Feature
- Bug Fix
- Inernal
- remove
Route.prototype.inspect
(@gcanti)
0.3.2
- Internal
- upgrade to latest versions, fix #8 (@gcanti)
- make type parameters more strict with
extends object
(@gcanti)
0.3.1
- New Feature
- statically avoid overlapping keys (@gcanti)