Skip to content

Releases: pedronauck/micro-router

v3.1.2

16 Apr 19:37

Choose a tag to compare

Changelog

  • Chore: allow '@.+-_' in url pattern value (#46)
  • Fix: made trailing slash optional for namespaced routes (#42)

v3.1.1

06 Mar 05:41

Choose a tag to compare

Changelog

  • Fix build files

v3.1.0

05 Mar 18:58

Choose a tag to compare

Changelog

  • Add support for pass a UrlPattern instance as path argument (d2a273b)
  • Add withNamespace high order function for nested routes (a97122d)
  • Allow to return null as route
  • Remove xo and add prettier on project

v3.0.0

23 Oct 21:21

Choose a tag to compare

Changelog

  • Remove 404 default handler
  • Add support for dashe and underline routes

V2.2.3

17 Sep 15:09

Choose a tag to compare

  • add micro as peerDep

v2.2.2

08 Aug 12:55

Choose a tag to compare

v2.2.1

26 Jul 14:16

Choose a tag to compare

  • Update dist file

v2.2.0

18 Jul 16:04

Choose a tag to compare

  • Add 404 as default handler

v2.1.1

19 May 15:36

Choose a tag to compare

  • Add a compiled version on dist folder
  • Small adjustment to check if a pattern in a path or instance of UrlPattern

v2.1.0

18 Apr 16:52

Choose a tag to compare

  • Change DELETE method as del instead of delete to avoid conflicts with the reserved keyword.