Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed May 10, 2017
1 parent f986f16 commit 7f9fce9
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 131 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [Unreleased][unreleased]
## [v3.2.0] - 2017-05-10

- Add `stringifyQueryParams` option to `generateUrls(router, options)` to generate URL with
[query string](http://en.wikipedia.org/wiki/Query_string) from unknown route params
Expand Down Expand Up @@ -117,7 +117,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/v3.1.0...HEAD
[unreleased]: https://github.com/kriasoft/universal-router/compare/v3.2.0...HEAD
[v3.2.0]: https://github.com/kriasoft/universal-router/compare/v3.1.0...v3.2.0
[v3.1.0]: https://github.com/kriasoft/universal-router/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/kriasoft/universal-router/compare/v2.0.0...v3.0.0
[v2.0.0]: https://github.com/kriasoft/universal-router/compare/v1.2.2...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@3.1.0/universal-router.min.js"></script>
<script src="https://unpkg.com/universal-router@3.2.0/universal-router.min.js"></script>
```


Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "universal-router",
"version": "3.1.0",
"version": "3.2.0",
"description": "Isomorphic router for JavaScript web applications",
"homepage": "https://www.kriasoft.com/universal-router/",
"repository": "kriasoft/universal-router",
Expand Down Expand Up @@ -50,26 +50,25 @@
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"coveralls": "^2.13.1",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.2.0",
"mocha": "^3.3.0",
"pre-commit": "^1.2.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"sinon": "^2.1.0"
"rollup-plugin-uglify": "^1.0.2",
"sinon": "^2.2.0"
},
"scripts": {
"lint": "eslint src test tools",
Expand Down
Loading

0 comments on commit 7f9fce9

Please sign in to comment.