date-format 4.0.11 → 4.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -23
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,22 @@
1
1
  # date-format Changelog
2
2
 
3
+ ## 4.0.12
4
+
5
+ - [ci: added tests for 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/73) - thanks [@lamweili](https://github.com/lamweili)
6
+ - [docs: renamed peteriman to lamweili](https://github.com/nomiddlename/date-format/pull/72) - thanks [@lamweili](https://github.com/lamweili)
7
+
3
8
  ## 4.0.11
4
9
 
5
- - [fix: date parsing errors (wrong month due to days overflow)](https://github.com/nomiddlename/date-format/pull/68) - thanks [@peteriman](https://github.com/peteriman)
6
- - [test: use new Date(0) instead of new Date() before setting every field]() - thanks [@peteriman](https://github.com/peteriman)
7
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/70) - thanks [@peteriman](https://github.com/peteriman)
10
+ - [fix: date parsing errors (wrong month due to days overflow)](https://github.com/nomiddlename/date-format/pull/68) - thanks [@lamweili](https://github.com/lamweili)
11
+ - [test: use new Date(0) instead of new Date() before setting every field]() - thanks [@lamweili](https://github.com/lamweili)
12
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/70) - thanks [@lamweili](https://github.com/lamweili)
8
13
  - chore(deps-dev): bump eslint from 8.15.0 to 8.16.0
9
14
  - chore(deps-dev): bump eslint-plugin-mocha from 10.0.4 to 10.0.5
10
15
  - chore(deps-dev): updated package-lock.json
11
16
 
12
17
  ## 4.0.10
13
18
 
14
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/66) - thanks [@peteriman](https://github.com/peteriman)
19
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/66) - thanks [@lamweili](https://github.com/lamweili)
15
20
  - chore(deps-dev): bump eslint from 8.14.0 to 8.15.0
16
21
  - chore(deps-dev): bump mocha from 9.2.2 to 10.0.0
17
22
  - chore(deps-dev): updated package-lock.json
@@ -22,55 +27,55 @@
22
27
 
23
28
  ## 4.0.8
24
29
 
25
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/60) - thanks [@peteriman](https://github.com/peteriman)
30
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/60) - thanks [@lamweili](https://github.com/lamweili)
26
31
  - chore(deps-dev): bump eslint from 8.13.0 to 8.14.0
27
32
  - chore(deps-dev): updated package-lock.json
28
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/59) - thanks [@peteriman](https://github.com/peteriman)
33
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/59) - thanks [@lamweili](https://github.com/lamweili)
29
34
  - chore(deps-dev): updated package-lock.json
30
35
 
31
36
  ## 4.0.7
32
37
 
33
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/57) - thanks [@peteriman](https://github.com/peteriman)
38
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/57) - thanks [@lamweili](https://github.com/lamweili)
34
39
  - chore(deps-dev): bump eslint-plugin-mocha from 10.0.3 to 10.0.4
35
40
  - chore(deps-dev): updated package-lock.json
36
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/54) - thanks [@peteriman](https://github.com/peteriman)
41
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/54) - thanks [@lamweili](https://github.com/lamweili)
37
42
  - chore(deps-dev): bump eslint from 8.11.0 to 8.13.0
38
43
  - chore(deps-dev): updated package-lock.json
39
44
 
40
45
  ## 4.0.6
41
46
 
42
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/52) - thanks [@peteriman](https://github.com/peteriman)
47
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/52) - thanks [@lamweili](https://github.com/lamweili)
43
48
  - chore(deps-dev): updated package-lock.json
44
49
 
45
50
  ## 4.0.5
46
51
 
47
- - [test: better test coverage instead of ignoring](https://github.com/nomiddlename/date-format/pull/48) - thanks [@peteriman](https://github.com/peteriman)
48
- - [docs: updated README.md with badges](https://github.com/nomiddlename/date-format/pull/50) thanks [@peteriman](https://github.com/peteriman)
49
- - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/49) - thanks [@peteriman](https://github.com/peteriman)
52
+ - [test: better test coverage instead of ignoring](https://github.com/nomiddlename/date-format/pull/48) - thanks [@lamweili](https://github.com/lamweili)
53
+ - [docs: updated README.md with badges](https://github.com/nomiddlename/date-format/pull/50) thanks [@lamweili](https://github.com/lamweili)
54
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/49) - thanks [@lamweili](https://github.com/lamweili)
50
55
  - chore(deps-dev): bump eslint from 8.10.0 to 8.11.0
51
56
  - chore(deps-dev): bump mocha from 9.2.1 to 9.2.2
52
57
  - chore(deps-dev): updated package-lock.json
53
58
 
54
59
  ## 4.0.4
55
60
 
56
- - chore(deps-dev): updated dependencies - thanks [@peteriman](https://github.com/peteriman)
61
+ - chore(deps-dev): updated dependencies - thanks [@lamweili](https://github.com/lamweili)
57
62
  - [chore(deps-dev): bump eslint from 8.8.0 to 8.10.0 and mocha from 9.2.0 to 9.2.1](https://github.com/nomiddlename/date-format/pull/46)
58
63
  - [chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 and mocha from 9.1.4 to 9.2.0](https://github.com/nomiddlename/date-format/pull/45)
59
64
  - [chore(deps-dev): updated package-lock.json](https://github.com/nomiddlename/date-format/pull/44)
60
65
 
61
66
  ## 4.0.3
62
67
 
63
- - [test: 100% test coverage](https://github.com/nomiddlename/date-format/pull/42) - thanks [@peteriman](https://github.com/peteriman)
64
- - chore(deps-dev): updated dependencies - thanks [@peteriman](https://github.com/peteriman)
68
+ - [test: 100% test coverage](https://github.com/nomiddlename/date-format/pull/42) - thanks [@lamweili](https://github.com/lamweili)
69
+ - chore(deps-dev): updated dependencies - thanks [@lamweili](https://github.com/lamweili)
65
70
  - [chore(deps-dev): bump eslint from 8.6.0 to 8.7.0 and mocha from 9.1.3 to 9.1.4](https://github.com/nomiddlename/date-format/pull/41)
66
71
 
67
72
  ## 4.0.2
68
73
 
69
- - [build: not to publish misc files to NPM](https://github.com/nomiddlename/date-format/pull/39) - thanks [@peteriman](https://github.com/peteriman)
74
+ - [build: not to publish misc files to NPM](https://github.com/nomiddlename/date-format/pull/39) - thanks [@lamweili](https://github.com/lamweili)
70
75
  - docs: CHANGELOG.md
71
76
  - [docs: removed "log4js" from title of CHANGELOG.md](https://github.com/nomiddlename/date-format/pull/37) - thanks [@joshuabremerdexcom](https://github.com/joshuabremerdexcom)
72
- - [docs: added "date-format" to title of CHANGELOG.md](https://github.com/nomiddlename/date-format/commit/64a95d0386853692d7d65174f94a0751e775f7ce#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed) - thanks [@peteriman](https://github.com/peteriman)
73
- - chore(deps-dev): updated dependencies - thanks [@peteriman](https://github.com/peteriman)
77
+ - [docs: added "date-format" to title of CHANGELOG.md](https://github.com/nomiddlename/date-format/commit/64a95d0386853692d7d65174f94a0751e775f7ce#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed) - thanks [@lamweili](https://github.com/lamweili)
78
+ - chore(deps-dev): updated dependencies - thanks [@lamweili](https://github.com/lamweili)
74
79
  - [chore(deps-dev): bump eslint-plugin-mocha from 5.3.0 to 10.0.3](https://github.com/nomiddlename/date-format/pull/38)
75
80
 
76
81
  ## 4.0.1
@@ -79,12 +84,12 @@
79
84
 
80
85
  ## 4.0.0
81
86
 
82
- - [fix: timezone format to include colon separator](https://github.com/nomiddlename/date-format/pull/27) - thanks [@peteriman](https://github.com/peteriman)
83
- - [test: have a test case for timezone with colon](https://github.com/nomiddlename/date-format/pull/32) - thanks [@peteriman](https://github.com/peteriman)
84
- - [docs: updated README.md with more examples and expected output](https://github.com/nomiddlename/date-format/pull/33) - thanks [@peteriman](https://github.com/peteriman)
87
+ - [fix: timezone format to include colon separator](https://github.com/nomiddlename/date-format/pull/27) - thanks [@lamweili](https://github.com/lamweili)
88
+ - [test: have a test case for timezone with colon](https://github.com/nomiddlename/date-format/pull/32) - thanks [@lamweili](https://github.com/lamweili)
89
+ - [docs: updated README.md with more examples and expected output](https://github.com/nomiddlename/date-format/pull/33) - thanks [@lamweili](https://github.com/lamweili)
85
90
  - chore(deps-dev): updated dependencies
86
- - [chore(deps-dev): bump should-util from 1.0.0 to 1.0.1](https://github.com/nomiddlename/date-format/pull/31) - thanks [@peteriman](https://github.com/peteriman)
87
- - [chore(deps-dev): bump eslint from 5.16.0 to 8.6.0 and mocha from 5.2.0 to 9.1.3](https://github.com/nomiddlename/date-format/pull/30) - thanks [@peteriman](https://github.com/peteriman)
91
+ - [chore(deps-dev): bump should-util from 1.0.0 to 1.0.1](https://github.com/nomiddlename/date-format/pull/31) - thanks [@lamweili](https://github.com/lamweili)
92
+ - [chore(deps-dev): bump eslint from 5.16.0 to 8.6.0 and mocha from 5.2.0 to 9.1.3](https://github.com/nomiddlename/date-format/pull/30) - thanks [@lamweili](https://github.com/lamweili)
88
93
  - [chore(deps-dev): bump acorn from 6.2.0 to 6.4.2](https://github.com/nomiddlename/date-format/pull/29) - thanks [@Dependabot](https://github.com/dependabot)
89
94
  - [chore(deps-dev): bump lodash from 4.17.14 to 4.17.21](https://github.com/nomiddlename/date-format/pull/26) - thanks [@Dependabot](https://github.com/dependabot)
90
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-format",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "description": "Formatting Date objects as strings since 2013",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -29,10 +29,10 @@
29
29
  "readmeFilename": "README.md",
30
30
  "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
31
31
  "devDependencies": {
32
- "eslint": "^8.16.0",
33
- "eslint-plugin-mocha": "^10.0.5",
34
- "mocha": "^10.0.0",
35
- "nyc": "^15.1.0",
32
+ "eslint": "^5.16.0",
33
+ "eslint-plugin-mocha": "^6.3.0",
34
+ "mocha": "^6.2.3",
35
+ "nyc": "^14.1.1",
36
36
  "should": "^13.2.3"
37
37
  },
38
38
  "nyc": {