Skip to content

Commit

Permalink
Undo #97 due to performance reasons (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed May 26, 2017
1 parent 25300f6 commit e6427cf
Show file tree
Hide file tree
Showing 18 changed files with 2,802 additions and 59 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

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

## [Unreleased][unreleased]

- Remove the need of [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map)
polyfill ([#97](https://github.com/kriasoft/universal-router/pull/97))

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

- Add `stringifyQueryParams` option to `generateUrls(router, options)` to generate URL with
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Play with an example on [JSFiddle](https://jsfiddle.net/frenzzy/b0w9mjck/),

Universal Router supports all popular browsers, including Internet Explorer 9 and above
with polyfills such as [es6-shim](https://github.com/es-shims/es6-shim) for
[`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map),
[`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) and
[`Object.assign`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)
that must be included before any other code.
Expand Down
6 changes: 3 additions & 3 deletions dist/universal-router-generate-urls.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-generate-urls.js.map

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-generate-urls.min.js

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

Loading

0 comments on commit e6427cf

Please sign in to comment.