Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
Changelog
- Adds `match` functionality to router to match an existing route
to get parameter information without creating any navigation events.
  • Loading branch information
msecret committed Mar 9, 2022
1 parent 9b7cd73 commit ecf5291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ampersand-router",
"description": "Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.",
"version": "4.0.0",
"version": "4.1.0",
"author": "Henrik Joreteg <[email protected]>",
"browserify": {
"transform": [
Expand Down

0 comments on commit ecf5291

Please sign in to comment.