Skip to content

Releases: vulcand/route

v0.1.1

04 Apr 10:49
1c41826
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

26 Oct 16:17
Compare
Choose a tag to compare

What's Changed

  • Typo: by by -> by by @mathpl in #14
  • Improve performance when many rules are added to the mux during init by @thrawn01 in #17
  • InitRoutes() now clobbers existing routes by @thrawn01 in #18
  • Added AddAlias() to Mux by @thrawn01 in #19
  • AddAlias no longer clobbers the provided expression by @thrawn01 in #20
  • Added 'path' as a greedy version of 'string' in Path() expression by @thrawn01 in #21

New Contributors

Full Changelog: https://github.com/vulcand/route/commits/v0.1.0