Skip to content

Releases: yuhr/routets

v2.0.0

27 Jun 14:22
v2.0.0
7ec06c9
Compare
Choose a tag to compare

What's Changed

  • docs: remove outdated information by @yuhr in #6
  • docs: add description by @yuhr in #7
  • docs: add description by @yuhr in #8
  • feat!: allow arbitrary return type of Route.Handler when extended by @yuhr in #9
  • refactor!: remove unnecessary redefinition of Request and Response by @yuhr in #10
  • refactor!: wrap handler parameters with Context object by @yuhr in #11
  • feat: add path and pattern to Context by @yuhr in #12
  • docs: update v1 to v2 by @yuhr in #13

Full Changelog: v1.1.0...v2.0.0

v1.1.0

24 Jun 19:12
v1.1.0
0eb2cb0
Compare
Choose a tag to compare

What's Changed

  • feat: allow setting precedence for each route by @yuhr in #5

Full Changelog: v1.0.2...v1.1.0

v1.0.2

24 Jun 16:53
v1.0.2
8d3ee82
Compare
Choose a tag to compare

What's Changed

  • fix: fix import specifier of dynamic imports by @yuhr in #3
  • fix: fix import specifier for Router in generated entrypoint by @yuhr in #4

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Jun 16:33
v1.0.1
a0fc351
Compare
Choose a tag to compare

What's Changed

  • fix: fix import specifier for Router in CLI by @yuhr in #2

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Jun 16:28
v1.0.0
c6235c4
Compare
Choose a tag to compare

What's Changed

  • feat: add basic functionality by @yuhr in #1

New Contributors

  • @yuhr made their first contribution in #1

Full Changelog: https://github.com/yuhr/routets/commits/v1.0.0