File tree Expand file tree Collapse file tree 5 files changed +17
-15
lines changed
Expand file tree Collapse file tree 5 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1919
2020# doc
2121CONTRIBUTING.md
22+ docs
2223
2324# other
2425.travis.yml
Original file line number Diff line number Diff line change 11<a name =" 1.6.1 " ></a >
2- ## [ 1.6.1] ( https://github.com/xx45 /dayjs/compare/v1.6.0...v1.6.1 ) (2018-05-18)
2+ ## [ 1.6.1] ( https://github.com/iamkun /dayjs/compare/v1.6.0...v1.6.1 ) (2018-05-18)
33
44
55### Bug Fixes
66
7- * add() & parse() bug fix & add locale de, pt-br ([ bf1331e] ( https://github.com/xx45/dayjs/commit/bf1331e ) )
7+ * Add German, Brazilian Portuguese locales
8+ * add() & parse() bug fix & add locale de, pt-br ([ bf1331e] ( https://github.com/iamkun/dayjs/commit/bf1331e ) )
89
910<a name =" 1.6.0 " ></a >
10- # [ 1.6.0] ( https://github.com/xx45 /dayjs/compare/v1.5.24...v1.6.0 ) (2018-05-15)
11+ # [ 1.6.0] ( https://github.com/iamkun /dayjs/compare/v1.5.24...v1.6.0 ) (2018-05-15)
1112
1213
1314### Features
1415
15- * Locale && Plugin ([ 2342c55] ( https://github.com/xx45 /dayjs/commit/2342c55 ) ), closes [ #141 ] ( https://github.com/xx45 /dayjs/issues/141 )
16+ * Locale && Plugin ([ 2342c55] ( https://github.com/iamkun /dayjs/commit/2342c55 ) ), closes [ #141 ] ( https://github.com/iamkun /dayjs/issues/141 )
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ English | [简体中文](./README.zh-CN.md)
1111 alt="Gzip Size"></a>
1212 <a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313 alt="NPM Version"></a>
14- <a href="https://travis-ci.org/xx45 /dayjs"><img
15- src="https://img.shields.io/travis/xx45 /dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16- <a href="https://codecov.io/gh/xx45 /dayjs"><img
17- src="https://img.shields.io/codecov/c/github/xx45 /dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18- <a href="https://github.com/xx45 /dayjs/blob/master/LICENSE"><img
14+ <a href="https://travis-ci.org/iamkun /dayjs"><img
15+ src="https://img.shields.io/travis/iamkun /dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16+ <a href="https://codecov.io/gh/iamkun /dayjs"><img
17+ src="https://img.shields.io/codecov/c/github/iamkun /dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18+ <a href="https://github.com/iamkun /dayjs/blob/master/LICENSE"><img
1919 src="https://img.shields.io/npm/l/dayjs.svg?style=flat-square" alt="License"></a>
2020 <br>
2121 <a href="https://saucelabs.com/u/dayjs">
Original file line number Diff line number Diff line change 1111 alt="Gzip Size"></a>
1212 <a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313 alt="NPM Version"></a>
14- <a href="https://travis-ci.org/xx45 /dayjs"><img
15- src="https://img.shields.io/travis/xx45 /dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16- <a href="https://codecov.io/gh/xx45 /dayjs"><img
17- src="https://img.shields.io/codecov/c/github/xx45 /dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18- <a href="https://github.com/xx45 /dayjs/blob/master/LICENSE"><img
14+ <a href="https://travis-ci.org/iamkun /dayjs"><img
15+ src="https://img.shields.io/travis/iamkun /dayjs/master.svg?style=flat-square" alt="Build Status"></a>
16+ <a href="https://codecov.io/gh/iamkun /dayjs"><img
17+ src="https://img.shields.io/codecov/c/github/iamkun /dayjs/master.svg?style=flat-square" alt="Codecov"></a>
18+ <a href="https://github.com/iamkun /dayjs/blob/master/LICENSE"><img
1919 src="https://img.shields.io/npm/l/dayjs.svg?style=flat-square" alt="License"></a>
2020 <br>
2121 <a href="https://saucelabs.com/u/dayjs">
Original file line number Diff line number Diff line change 4646 "license" : " MIT" ,
4747 "repository" : {
4848 "type" : " git" ,
49- "url" : " https://github.com/xx45 /dayjs.git"
49+ "url" : " https://github.com/iamkun /dayjs.git"
5050 },
5151 "devDependencies" : {
5252 "@babel/cli" : " ^7.0.0-beta.44" ,
You can’t perform that action at this time.
0 commit comments