File tree 5 files changed +17
-15
lines changed
5 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# doc
21
21
CONTRIBUTING.md
22
+ docs
22
23
23
24
# other
24
25
.travis.yml
Original file line number Diff line number Diff line change 1
1
<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)
3
3
4
4
5
5
### Bug Fixes
6
6
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 ) )
8
9
9
10
<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)
11
12
12
13
13
14
### Features
14
15
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)
11
11
alt="Gzip Size"></a>
12
12
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
13
13
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
19
19
src="https://img.shields.io/npm/l/dayjs.svg?style=flat-square" alt="License"></a>
20
20
<br>
21
21
<a href="https://saucelabs.com/u/dayjs">
Original file line number Diff line number Diff line change 11
11
alt="Gzip Size"></a>
12
12
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
13
13
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
19
19
src="https://img.shields.io/npm/l/dayjs.svg?style=flat-square" alt="License"></a>
20
20
<br>
21
21
<a href="https://saucelabs.com/u/dayjs">
Original file line number Diff line number Diff line change 46
46
"license" : " MIT" ,
47
47
"repository" : {
48
48
"type" : " git" ,
49
- "url" : " https://github.com/xx45 /dayjs.git"
49
+ "url" : " https://github.com/iamkun /dayjs.git"
50
50
},
51
51
"devDependencies" : {
52
52
"@babel/cli" : " ^7.0.0-beta.44" ,
You can’t perform that action at this time.
0 commit comments