File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 8.1.0] - 2019-02-20
9
+
10
+ - Add [ synchronous mode] ( https://github.com/kriasoft/universal-router/blob/v8.1.0/docs/api.md#synchronous-mode )
11
+ as an add-on ([ #164 ] ( https://github.com/kriasoft/universal-router/pull/164 ) )
12
+
8
13
## [ 8.0.0] - 2019-01-15
9
14
10
15
- Update [ path-to-regexp] ( https://github.com/pillarjs/path-to-regexp ) from v2.4.0 to v3.0.0, see
@@ -250,7 +255,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
250
255
251
256
- Small bug fixes and improvements
252
257
253
- [ Unreleased ] : https://github.com/kriasoft/universal-router/compare/v8.0.0...HEAD
258
+ [ Unreleased ] : https://github.com/kriasoft/universal-router/compare/v8.1.0...HEAD
259
+ [ 8.1.0 ] : https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
254
260
[ 8.0.0 ] : https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
255
261
[ 7.0.0 ] : https://github.com/kriasoft/universal-router/compare/v6.0.0...v7.0.0
256
262
[ 6.0.0 ] : https://github.com/kriasoft/universal-router/compare/v5.1.0...v6.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " universal-router" ,
4
- "version" : " 8.0 .0" ,
4
+ "version" : " 8.1 .0" ,
5
5
"description" : " Isomorphic router for JavaScript web applications" ,
6
6
"homepage" : " https://www.kriasoft.com/universal-router/" ,
7
7
"repository" : " kriasoft/universal-router" ,
You can’t perform that action at this time.
0 commit comments