Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed May 21, 2019
1 parent adc6441 commit 2ddc522
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0

- **breaking:** URLs are now case-sensitive to be complient with the RFC3986
- Add support for custom variables in query parameters (`/foo?bar=:id`)
- Switch back from `mjs` to `js` for better ecosystem compatibility

## 2.0.0

- **breaking:** Refactored exact match handling.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marvinh/path-to-regexp",
"amdName": "pathToRegExp",
"version": "2.0.0",
"version": "3.0.0",
"description": "Ultra small and fast path to regex generation",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down

0 comments on commit 2ddc522

Please sign in to comment.