Skip to content

Releases: fridays/next-routes

1.4.2

21 May 09:59
Compare
Choose a tag to compare

Patches

  • Update peerDependencies to accept next >= 2; use babel@7: 1c05f86
  • Chore(package): update @types/node to version 10.1.2: 676e171

Thanks to @ianwang!

1.4.1

26 Mar 07:52
Compare
Choose a tag to compare

Patches

  • TypeScript: Switch wildcard imports for more specific named imports: 7f7521b

1.4.0

22 Mar 09:56
Compare
Choose a tag to compare

Minor Changes

  • Escaped params: #146
  • Add typescript typings: #153
  • Update standard to version 11.0.1: #155

Credits

Huge thanks to @trotzig and @disintegrator!

1.3.0

07 Feb 08:23
Compare
Choose a tag to compare

Minor Changes

  • Update dependencies: a0f5aeb
  • Use node 6 for testing: 193f2a3
  • Chore(package): update next to version 5.0.0: 7d75623
  • Avoid warning with next 5: 5c4d0a1
  • Merge pull request #132 from fridays/greenkeeper/next-5.0.0: 4f3e24d
  • Merge pull request #134 from chentsulin/patch-1: 72b44c1

1.2.0

08 Dec 10:42
Compare
Choose a tag to compare

Minor Changes

  • Update path-to-regexp to the latest version 2.1.0: 6127b9b

1.1.1

08 Dec 09:30
Compare
Choose a tag to compare

Patches

  • Do not encode null values for params: 3980765
  • Filtering query string for values that are null or undefined: dce003b

1.1.0

07 Oct 20:31
Compare
Choose a tag to compare

Minor Changes

Patches