File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v7.0.0 (2020-07-21)
2
+
3
+ #### :boom : Breaking Change
4
+ * [ #297 ] ( https://github.com/tildeio/router.js/pull/297 ) Update TypeScript to 3.9 ([ @xg-wang ] ( https://github.com/xg-wang ) )
5
+ * [ #294 ] ( https://github.com/tildeio/router.js/pull/294 ) Drop Node < 10. ([ @rwjblue ] ( https://github.com/rwjblue ) )
6
+ * [ #289 ] ( https://github.com/tildeio/router.js/pull/289 ) Upgrade TypeScript to 3.5 ([ @xg-wang ] ( https://github.com/xg-wang ) )
7
+
8
+ #### :house : Internal
9
+ * [ #301 ] ( https://github.com/tildeio/router.js/pull/301 ) Add automated release setup. ([ @rwjblue ] ( https://github.com/rwjblue ) )
10
+ * [ #300 ] ( https://github.com/tildeio/router.js/pull/300 ) Update Babel to latest. ([ @rwjblue ] ( https://github.com/rwjblue ) )
11
+ * [ #299 ] ( https://github.com/tildeio/router.js/pull/299 ) Update remaining dependencies/devDependencies to latest. ([ @rwjblue ] ( https://github.com/rwjblue ) )
12
+ * [ #298 ] ( https://github.com/tildeio/router.js/pull/298 ) Update prettier to 2.0.5. ([ @rwjblue ] ( https://github.com/rwjblue ) )
13
+ * [ #296 ] ( https://github.com/tildeio/router.js/pull/296 ) Migrate from TSLint to ESLint ([ @rwjblue ] ( https://github.com/rwjblue ) )
14
+ * [ #295 ] ( https://github.com/tildeio/router.js/pull/295 ) Add GitHub Actions CI setup ([ @rwjblue ] ( https://github.com/rwjblue ) )
15
+
16
+ #### Committers: 2
17
+ - Robert Jackson ([ @rwjblue ] ( https://github.com/rwjblue ) )
18
+ - Thomas Wang ([ @xg-wang ] ( https://github.com/xg-wang ) )
19
+
20
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " router_js" ,
3
- "version" : " 6.2.6 " ,
3
+ "version" : " 7.0.0 " ,
4
4
"description" : " A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes" ,
5
5
"keywords" : [
6
6
" route-recognizer" ,
You can’t perform that action at this time.
0 commit comments