Tags:
- [New Feature]
- [Bug Fix]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
- [Experimental]
Note: Gaps between patch versions are faulty/broken releases. Note: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
- Polish
- make
query
work with partial codecs, #54 (@anilanar)
- make
- Bug Fix
- don't set
target: es6
intsconfig.build-es6.json
(@gcanti)
- don't set
- Bug Fix
- rewrite es6 imports (@gcanti)
- 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 top-level data-last function
imap
(@gcanti) - add top-level data-last function
then
(@gcanti)
- add top-level data-last function
- add
- Breaking Change
- upgrade to
[email protected]
and[email protected]
(@gcanti) - move
[email protected]
and[email protected]
topeerDependencies
(@gcanti)
- upgrade to
- Bug Fix
- remove
fp-ts@2
from dependencies (@gcanti)
- remove
- Bug Fix
- move
fp-ts
back to dependencies (@gcanti)
- move
- New Feature
- make
fp-ts-routing
compatible with both[email protected]
and[email protected]
(@gcanti)
- make
- Polish
- better workaround for #37 (@gcanti)
- Breaking Change
- remove
null
fromQuery
(@Eldow) - discard
undefined
parameters from route params (@Eldow)
- remove
Make fp-ts-routing
compatible with [email protected]
, closes #34 (@sledorze)
- New Feature
Query
now acceptsnull
s, closes #32 (@sledorze)
Make fp-ts-routing
compatible with [email protected]+
, closes #30 (@gcanti)
- New Feature
- add
succeed
primitive (@sledorze)
- add
- Internal
- upgrade to latest
io-ts-types
(@gcanti)
- upgrade to latest
- New Feature
- add option to disable URI encoding/decoding, closes #18 (@gcanti)
- New Feature
- add
format
function (@gcanti)
- add
- Bug Fix
- decode/encode pathname parts, fix #12 (@gcanti)
- Inernal
- remove
Route.prototype.inspect
(@gcanti)
- remove
- Internal
- upgrade to latest versions, fix #8 (@gcanti)
- make type parameters more strict with
extends object
(@gcanti)
- New Feature
- statically avoid overlapping keys (@gcanti)
- Breaking Change
- remove
format
argument fromtype
(@gcanti)
- remove
- Bug Fix
- serialize query in
query
(@gcanti)
- serialize query in
- Internal
- upgrade to latest versions (@gcanti)
- Internal
- pin
io-ts
,io-ts-types
versions (@gcanti)
- pin
- Breaking Change
- upgrade to io-ts 0.9.x (@gcanti)
- do not re-export
IntegerFromString
(@gcanti)
- Breaking Change
- upgrade to fp-ts 0.6 and io-ts 0.8 (@gcanti)
Initial release