Skip to content

Releases: guzba/mummy

0.4.7

29 Jun 21:59
a6662e9

Choose a tag to compare

What's Changed

  • Fix router test failures with two critical bug fixes by @gokr in #136
  • 0.4.7 by @guzba in #137

New Contributors

  • @gokr made their first contribution in #136

Full Changelog: 0.4.6...0.4.7

0.4.6

06 Apr 17:10
85126d2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6

0.4.5

17 Oct 23:57
a2e2890

Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.4.5

0.4.4

17 Oct 07:14
15d85a7

Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

17 Oct 00:52
a3929fa

Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

09 May 03:19
ce4f1cd

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

08 Feb 04:22

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

06 Feb 06:02

Choose a tag to compare

This release has some significant convenience upgrades in it, including easy access to request query parameters and also adds support for named path parameters with mummy/routers.

  • request.path for the decoded HTTP request path
  • request.queryParams for the decoded HTTP query string key-value entries
  • request.pathParams for the key-value entries of named path parameters (only used if a router sets them)

What's Changed

Full Changelog: 0.3.8...0.4.0

0.3.8

02 Feb 03:11

Choose a tag to compare

What's Changed

Full Changelog: 0.3.7...0.3.8

0.3.7

15 Jan 20:49
00e8945

Choose a tag to compare

What's Changed

Full Changelog: 0.3.6...0.3.7