Skip to content

Commit

Permalink
released v1.0.0 - production release from v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed May 4, 2020
1 parent c4b3631 commit 2a6b171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ This trick allows methods (e.g. "get", "post") to by defined dynamically by the
## 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.
- **v1.0.0** - production release, stamped into gold from x0.9.7
- **v0.9.0** - added support for multiple handlers (middleware)
- **v0.8.0** - deep minification pass and build steps for final module
- **v0.7.0** - removed { path } from request handler context, travis build fixed, added coveralls, improved README docs
Expand Down
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": "0.9.7",
"version": "1.0.0",
"description": "Tiny, zero-dependency router with route param and query parsing.",
"main": "dist/itty-router.min.js",
"files": [
Expand Down

0 comments on commit 2a6b171

Please sign in to comment.