Skip to content

Commit

Permalink
released v2.3.9 - developer QOL fixes <3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed May 30, 2021
1 parent 64c6e35 commit 6875a6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog
Until this library makes it to a production release of v1.x, **minor versions may contain breaking changes to the API**. After v1.x, semantic versioning will be honored, and breaking changes will only occur under the umbrella of a major version bump.

- **v2.3.9** - dev fixes: [@taralx](https://github.com/taralx) improved QOL issues for test writers and dev installers
- **v2.3.7** - fix: :id.:format not resolving (only conditional format would match)
- **v2.3.0** - feature: request handler will be passed request.proxy (if found) or request (if not) - allowing for middleware magic downstream...
- **v2.2.0** - feature: base path (option) is now included in the route param parsing...
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,11 @@ This trick allows methods (e.g. "get", "post") to by defined dynamically by the
These folks are the real heroes, making open source the powerhouse that it is! Help out and get your name added to this list! <3
#### Core, Concepts, and Codebase
- [@technoyes](https://github.com/technoyes) - three kind-of-a-big-deal errors fixed. Imagine the look on my face... thanks man!! :)
- [@hunterloftis](https://github.com/hunterloftis) - router.handle() method now accepts extra arguments and passed them to route functions
- [@roojay520](https://github.com/roojay520) - TS interface fixes
- [@mvasigh](https://github.com/mvasigh) - proxy hacks courtesy of this chap
#### Documentation Fixes
- [@arunsathiya](https://github.com/arunsathiya)
- [@poacher2k](https://github.com/poacher2k)
#### Fixes
- [@taralx](https://github.com/taralx) - QOL fixes for contributing (dev dep fix and test file consistency) <3
- [@technoyes](https://github.com/technoyes) - three kind-of-a-big-deal errors fixed. Imagine the look on my face... thanks man!! :)
- [@roojay520](https://github.com/roojay520) - TS interface fixes
- [@arunsathiya](https://github.com/arunsathiya) - documentation
- [@poacher2k](https://github.com/poacher2k) - documentation
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itty-router",
"version": "2.3.8",
"version": "2.3.9",
"description": "Tiny, zero-dependency router with route param and query parsing - build for Cloudflare Workers, but works everywhere!",
"main": "./dist/itty-router.min.js",
"types": "./dist/itty-router.d.ts",
Expand Down

0 comments on commit 6875a6b

Please sign in to comment.