Skip to content

Commit

Permalink
4.2.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Sep 20, 2017
1 parent eeb1988 commit a74e4e0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]
## [v4.2.0] - 2017-09-20

- Correctly handle trailing slashes in paths of routes
([#124](https://github.com/kriasoft/universal-router/pull/124))<br>
Expand Down Expand Up @@ -167,7 +167,8 @@ All notable changes to this project will be documented in this file.

- Small bug fixes and improvements

[unreleased]: https://github.com/kriasoft/universal-router/compare/v4.1.0...HEAD
[unreleased]: https://github.com/kriasoft/universal-router/compare/v4.2.0...HEAD
[v4.2.0]: https://github.com/kriasoft/universal-router/compare/v4.1.0...v4.2.0
[v4.1.0]: https://github.com/kriasoft/universal-router/compare/v4.0.0...v4.1.0
[v4.0.0]: https://github.com/kriasoft/universal-router/compare/v3.2.0...v4.0.0
[v3.2.0]: https://github.com/kriasoft/universal-router/compare/v3.1.0...v3.2.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Join **[#universal-router](https://gitter.im/kriasoft/universal-router)** on Git

## Features

✓ It has [simple code](https://github.com/kriasoft/universal-router/blob/v4.1.0/src/UniversalRouter.js)
✓ It has [simple code](https://github.com/kriasoft/universal-router/blob/v4.2.0/src/UniversalRouter.js)
with only single [path-to-regexp](https://github.com/pillarjs/path-to-regexp) dependency<br>
✓ It can be used with any JavaScript framework such as React, Vue.js etc<br>
✓ It uses the same middleware approach used in Express and Koa, making it easy to learn<br>
Expand All @@ -42,7 +42,7 @@ Or using a [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) like [u
with the following script tag:

```html
<script src="https://unpkg.com/universal-router@4.1.0/universal-router.min.js"></script>
<script src="https://unpkg.com/universal-router@4.2.0/universal-router.min.js"></script>
```


Expand Down
14 changes: 7 additions & 7 deletions dist/universal-router.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/universal-router.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "universal-router",
"version": "4.1.0",
"version": "4.2.0",
"description": "Isomorphic router for JavaScript web applications",
"homepage": "https://www.kriasoft.com/universal-router/",
"repository": "kriasoft/universal-router",
Expand Down

0 comments on commit a74e4e0

Please sign in to comment.