Skip to content

Commit

Permalink
8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Sep 16, 2019
1 parent e341346 commit 871e93d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [8.3.0] - 2019-09-17

- Make `generateUrls` compatible with `UniversalRouterSync`
([#172](https://github.com/kriasoft/universal-router/pull/172))

## [8.2.1] - 2019-07-20

- Fix `context.next()` to throw `Route not found` instead of `TypeError` ([#169](https://github.com/kriasoft/universal-router/pull/169))
- Fix `context.next()` to throw `Route not found` instead of `TypeError`
([#169](https://github.com/kriasoft/universal-router/pull/169))

## [8.2.0] - 2019-05-10

Expand Down Expand Up @@ -263,7 +269,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Small bug fixes and improvements

[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.2.1...HEAD
[Unreleased]: https://github.com/kriasoft/universal-router/compare/v8.3.0...HEAD
[8.3.0]: https://github.com/kriasoft/universal-router/compare/v8.2.1...v8.3.0
[8.2.1]: https://github.com/kriasoft/universal-router/compare/v8.2.0...v8.2.1
[8.2.0]: https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
Expand Down
4 changes: 2 additions & 2 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 871e93d

Please sign in to comment.