2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
- ### [ 1.7.4] ( https://github.com/adaltas/node-http-status/compare/v1.7.3...v1.7.4 ) (2024-02-23)
5
+ ## [ 1.8.0] ( https://github.com/adaltas/node-http-status/compare/v1.7.4...v1.8.0 ) (2024-10-17)
6
+
7
+ ### Features
6
8
9
+ - commonjs to esm migration ([ b5d0995] ( https://github.com/adaltas/node-http-status/commit/b5d09950801d4f1ea0080d7543d560a064318ccc ) )
10
+ - named export ([ eafcf2f] ( https://github.com/adaltas/node-http-status/commit/eafcf2f10ccdd05fa30b2e6a6d3ebc53ab0dea59 ) )
11
+
12
+ ### [ 1.7.4] ( https://github.com/adaltas/node-http-status/compare/v1.7.3...v1.7.4 ) (2024-02-23)
7
13
8
14
### Bug Fixes
9
15
10
- * ** types:** improve TypeScript strict typing for numeric keys in HttpStatus ([ #49 ] ( https://github.com/adaltas/node-http-status/issues/49 ) ) ([ 4945afd] ( https://github.com/adaltas/node-http-status/commit/4945afdc1f8aaba59fbc95983e7a2934238dab24 ) ), closes [ #48 ] ( https://github.com/adaltas/node-http-status/issues/48 )
16
+ - ** types:** improve TypeScript strict typing for numeric keys in HttpStatus ([ #49 ] ( https://github.com/adaltas/node-http-status/issues/49 ) ) ([ 4945afd] ( https://github.com/adaltas/node-http-status/commit/4945afdc1f8aaba59fbc95983e7a2934238dab24 ) ), closes [ #48 ] ( https://github.com/adaltas/node-http-status/issues/48 )
11
17
12
18
### [ 1.7.3] ( https://github.com/adaltas/node-http-status/compare/v1.7.2...v1.7.3 ) (2023-10-17)
13
19
@@ -17,119 +23,113 @@ All notable changes to this project will be documented in this file. See [standa
17
23
18
24
## [ 1.7.0] ( https://github.com/adaltas/node-http-status/compare/v1.6.2...v1.7.0 ) (2023-09-04)
19
25
20
-
21
26
### Features
22
27
23
- * 425 Too Early ([ #46 ] ( https://github.com/adaltas/node-http-status/issues/46 ) ) ([ 3247afe] ( https://github.com/adaltas/node-http-status/commit/3247afe9c5497d2b983e407b5051ae25a3f53387 ) )
28
+ - 425 Too Early ([ #46 ] ( https://github.com/adaltas/node-http-status/issues/46 ) ) ([ 3247afe] ( https://github.com/adaltas/node-http-status/commit/3247afe9c5497d2b983e407b5051ae25a3f53387 ) )
24
29
25
30
### [ 1.6.2] ( https://github.com/adaltas/node-http-status/compare/v1.6.1...v1.6.2 ) (2023-01-10)
26
31
27
-
28
32
### Bug Fixes
29
33
30
- * ** types:** add undefined to types ([ 8efa2e1] ( https://github.com/adaltas/node-http-status/commit/8efa2e1e977cc75a64d71217ef454312db206edb ) ), closes [ #43 ] ( https://github.com/adaltas/node-http-status/issues/43 )
34
+ - ** types:** add undefined to types ([ 8efa2e1] ( https://github.com/adaltas/node-http-status/commit/8efa2e1e977cc75a64d71217ef454312db206edb ) ), closes [ #43 ] ( https://github.com/adaltas/node-http-status/issues/43 )
31
35
32
36
### [ 1.6.1] ( https://github.com/adaltas/node-http-status/compare/v1.6.0...v1.6.1 ) (2023-01-01)
33
37
34
38
## [ 1.6.0] ( https://github.com/adaltas/node-http-status/compare/v1.5.3...v1.6.0 ) (2023-01-01)
35
39
36
-
37
40
### Features
38
41
39
- * more precise types ([ #42 ] ( https://github.com/adaltas/node-http-status/issues/42 ) ) ([ f2a3653] ( https://github.com/adaltas/node-http-status/commit/f2a3653aa6aee1340280a96ff5b08bef99548248 ) )
42
+ - more precise types ([ #42 ] ( https://github.com/adaltas/node-http-status/issues/42 ) ) ([ f2a3653] ( https://github.com/adaltas/node-http-status/commit/f2a3653aa6aee1340280a96ff5b08bef99548248 ) )
40
43
41
44
### [ 1.5.3] ( https://github.com/adaltas/node-http-status/compare/v1.5.2...v1.5.3 ) (2022-09-07)
42
45
43
46
### [ 1.5.2] ( https://github.com/adaltas/node-http-status/compare/v1.5.1...v1.5.2 ) (2022-05-06)
44
47
45
-
46
48
### Bug Fixes
47
49
48
- * types on 502 status ([ 1f0b681] ( https://github.com/adaltas/node-http-status/commit/1f0b681e021d3f77e1594dd1329a178f6905ebe7 ) )
50
+ - types on 502 status ([ 1f0b681] ( https://github.com/adaltas/node-http-status/commit/1f0b681e021d3f77e1594dd1329a178f6905ebe7 ) )
49
51
50
52
### [ 1.5.1] ( https://github.com/adaltas/node-http-status/compare/v1.5.0...v1.5.1 ) (2022-04-14)
51
53
52
-
53
54
### Bug Fixes
54
55
55
- * ** types:** 502 is missing _ NAME, _ MESSAGE, _ CLASS ([ b86e714] ( https://github.com/adaltas/node-http-status/commit/b86e714db1ef41c0e841c9c96096d0288378d048 ) )
56
-
56
+ - ** types:** 502 is missing \_ NAME, \_ MESSAGE, \_ CLASS ([ b86e714] ( https://github.com/adaltas/node-http-status/commit/b86e714db1ef41c0e841c9c96096d0288378d048 ) )
57
57
58
58
## Version 1.5.0
59
59
60
- * ts: support strict mode
61
- * mocha: move config into package
62
- * package: latest dependencies
60
+ - ts: support strict mode
61
+ - mocha: move config into package
62
+ - package: latest dependencies
63
63
64
64
## Version 1.4.2
65
65
66
- * package: update adaltas url
66
+ - package: update adaltas url
67
67
68
68
## Version 1.4.1
69
69
70
- * readme: fix api example
70
+ - readme: fix api example
71
71
72
72
## Version 1.4.0
73
73
74
- * codes: add status code classes
74
+ - codes: add status code classes
75
75
76
76
## Version 1.3.2
77
77
78
- * 502: wrong key for name and message
78
+ - 502: wrong key for name and message
79
79
80
80
## Version 1.3.1
81
81
82
- * ts: define properties as readonly
82
+ - ts: define properties as readonly
83
83
84
84
## Version 1.3.0
85
85
86
- * codes: new codes 102 and 103
87
- * ts: rewrite declaration type file
88
- * ts: mocha integration
86
+ - codes: new codes 102 and 103
87
+ - ts: rewrite declaration type file
88
+ - ts: mocha integration
89
89
90
90
## Version 1.2.0
91
91
92
- * typescript: use primitives
92
+ - typescript: use primitives
93
93
94
94
## Version 1.1.2
95
95
96
- * typescript: generate correct typescript definitions file #28
96
+ - typescript: generate correct typescript definitions file #28
97
97
98
98
## Version 1.1.1
99
99
100
- * codes: double 420 #26
101
- * codes: wrong keys for 305_MESSAGE and 305_NAME #25
102
- * typescript: types files
103
- * package: remove Makefile
104
- * travis: test against Node.js 6,7,8
100
+ - codes: double 420 #26
101
+ - codes: wrong keys for 305_MESSAGE and 305_NAME #25
102
+ - typescript: types files
103
+ - package: remove Makefile
104
+ - travis: test against Node.js 6,7,8
105
105
106
106
## Version 1.1.0
107
107
108
- * extra: add unofficial, iis, nginx and cloudflare codes
109
- * package: publishing process
110
- * package: ignore lock files
111
- * src: new code and message properties
112
- * package: latest dependencies
113
- * readme: add author company
108
+ - extra: add unofficial, iis, nginx and cloudflare codes
109
+ - package: publishing process
110
+ - package: ignore lock files
111
+ - src: new code and message properties
112
+ - package: latest dependencies
113
+ - readme: add author company
114
114
115
115
## Version 0.1.1 – Nov 13, 2012
116
116
117
- - Module as a better citizen
118
- - Makefile to compile and run tests
117
+ - Module as a better citizen
118
+ - Makefile to compile and run tests
119
119
120
120
## Version 0.1.1 – Dec 13, 2011
121
121
122
- - Code officially under the BSD License
122
+ - Code officially under the BSD License
123
123
124
124
## Version 0.1.0 – April 17, 2011
125
125
126
- - Added reference links to HTTP specification
127
- - Fixed naming convention for constants from ` PascalCase ` to ` ALL_CAPS `
128
- - Converted status codes from string to number
129
- - Updated samples
130
- - Updated tests
131
- - Added this ` CHANGELOG `
126
+ - Added reference links to HTTP specification
127
+ - Fixed naming convention for constants from ` PascalCase ` to ` ALL_CAPS `
128
+ - Converted status codes from string to number
129
+ - Updated samples
130
+ - Updated tests
131
+ - Added this ` CHANGELOG `
132
132
133
133
## Version 0.0.1 – March 25, 2011
134
134
135
- - Initial release.
135
+ - Initial release.
0 commit comments