Skip to content

Commit

Permalink
feat: add optional ignoreTrailingSlash on lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-rik committed Jun 7, 2023
1 parent 27077ff commit e9c32ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.1](https://github.com/prostojs/router/compare/v0.1.0...v0.1.1) (2023-06-07)


### Features

* add optional ignoreTrailingSlash on lookup ([27077ff](https://github.com/prostojs/router/commit/27077ff041d88aa1facf83fbcca261fbbe100fa5))



# [0.1.0](https://github.com/prostojs/router/compare/v0.0.16...v0.1.0) (2023-05-15)


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": "@prostojs/router",
"version": "0.1.0",
"version": "0.1.1",
"description": "Super Fast and Robust URI-router for NodeJS",
"main": "index.js",
"module": "dist/router.esm-bundler.js",
Expand Down

0 comments on commit e9c32ef

Please sign in to comment.