Skip to content

Releases: gcanti/fp-ts-routing

0.4.0

27 Nov 14:35
Compare
Choose a tag to compare
  • Breaking Change
    • remove null from Query (@Eldow)
    • discard undefined parameters from route params (@Eldow)

0.3.9

21 Nov 14:26
Compare
Choose a tag to compare

Make fp-ts-routing compatible with [email protected], closes #34 (@sledorze)

0.3.8

14 Nov 14:23
Compare
Choose a tag to compare
  • New Feature

0.3.7

14 Nov 11:11
Compare
Choose a tag to compare

Make fp-ts-routing compatible with io-ts-types#0.4.0+, closes #30 (@gcanti)

0.3.6

06 Aug 11:44
Compare
Choose a tag to compare
  • New Feature

0.3.5

04 Jul 13:38
Compare
Choose a tag to compare
  • Internal
    • upgrade to latest io-ts-types (@gcanti)

0.3.4

25 Jun 12:19
Compare
Choose a tag to compare
  • New Feature
    • add option to disable URI encoding/decoding, closes #18 (@gcanti)

0.3.3

20 Jun 08:54
Compare
Choose a tag to compare
  • New Feature
  • Bug Fix
  • Inernal
    • remove Route.prototype.inspect (@gcanti)

0.3.2

18 Jun 17:34
Compare
Choose a tag to compare
  • Internal
    • upgrade to latest versions, fix #8 (@gcanti)
    • make type parameters more strict with extends object (@gcanti)

0.3.1

17 Apr 10:23
Compare
Choose a tag to compare
  • New Feature
    • statically avoid overlapping keys (@gcanti)