From 2a6b171a6161b9411f824a25e63564f7749a9ad8 Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Mon, 4 May 2020 18:37:53 -0500 Subject: [PATCH] released v1.0.0 - production release from v0.9.7 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f69522dc..14577dc5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index aa95b741..055fe54f 100644 --- a/package.json +++ b/package.json @@ -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": [