File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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.2.0] - 2019-05-10
9
+
10
+ - Improve TypeScript typings ([ #167 ] ( https://github.com/kriasoft/universal-router/pull/167 ) )
11
+
8
12
## [ 8.1.0] - 2019-02-20
9
13
10
14
- Add [ synchronous mode] ( https://github.com/kriasoft/universal-router/blob/v8.1.0/docs/api.md#synchronous-mode )
@@ -255,7 +259,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
255
259
256
260
- Small bug fixes and improvements
257
261
258
- [ Unreleased ] : https://github.com/kriasoft/universal-router/compare/v8.1.0...HEAD
262
+ [ Unreleased ] : https://github.com/kriasoft/universal-router/compare/v8.2.0...HEAD
263
+ [ 8.2.0 ] : https://github.com/kriasoft/universal-router/compare/v8.1.0...v8.2.0
259
264
[ 8.1.0 ] : https://github.com/kriasoft/universal-router/compare/v8.0.0...v8.1.0
260
265
[ 8.0.0 ] : https://github.com/kriasoft/universal-router/compare/v7.0.0...v8.0.0
261
266
[ 7.0.0 ] : https://github.com/kriasoft/universal-router/compare/v6.0.0...v7.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.1 .0" ,
4
+ "version" : " 8.2 .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" ,
30
30
"@babel/core" : " ^7.4.4" ,
31
31
"@babel/preset-env" : " ^7.4.4" ,
32
32
"@babel/register" : " ^7.4.4" ,
33
- "babel-jest" : " ^24.7.1 " ,
33
+ "babel-jest" : " ^24.8.0 " ,
34
34
"eslint" : " ^5.16.0" ,
35
35
"eslint-config-airbnb-base" : " ^13.1.0" ,
36
36
"eslint-config-prettier" : " ^4.2.0" ,
37
37
"eslint-plugin-import" : " ^2.17.2" ,
38
38
"fs-extra" : " ^7.0.1" ,
39
- "husky" : " ^2.1 .0" ,
40
- "jest" : " ^24.7.1 " ,
39
+ "husky" : " ^2.2 .0" ,
40
+ "jest" : " ^24.8.0 " ,
41
41
"prettier" : " ^1.17.0" ,
42
- "rollup" : " ^1.10.1 " ,
42
+ "rollup" : " ^1.11.3 " ,
43
43
"rollup-plugin-babel" : " ^4.3.2" ,
44
44
"rollup-plugin-commonjs" : " ^9.3.4" ,
45
45
"rollup-plugin-node-resolve" : " ^4.2.3" ,
You can’t perform that action at this time.
0 commit comments