Skip to content

Commit 60d92eb

Browse files
committed
chore(release): 1.8.0
1 parent 6761308 commit 60d92eb

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

CHANGELOG.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
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.
44

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
68

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)
713

814
### Bug Fixes
915

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)
1117

1218
### [1.7.3](https://github.com/adaltas/node-http-status/compare/v1.7.2...v1.7.3) (2023-10-17)
1319

@@ -17,119 +23,113 @@ All notable changes to this project will be documented in this file. See [standa
1723

1824
## [1.7.0](https://github.com/adaltas/node-http-status/compare/v1.6.2...v1.7.0) (2023-09-04)
1925

20-
2126
### Features
2227

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))
2429

2530
### [1.6.2](https://github.com/adaltas/node-http-status/compare/v1.6.1...v1.6.2) (2023-01-10)
2631

27-
2832
### Bug Fixes
2933

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)
3135

3236
### [1.6.1](https://github.com/adaltas/node-http-status/compare/v1.6.0...v1.6.1) (2023-01-01)
3337

3438
## [1.6.0](https://github.com/adaltas/node-http-status/compare/v1.5.3...v1.6.0) (2023-01-01)
3539

36-
3740
### Features
3841

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))
4043

4144
### [1.5.3](https://github.com/adaltas/node-http-status/compare/v1.5.2...v1.5.3) (2022-09-07)
4245

4346
### [1.5.2](https://github.com/adaltas/node-http-status/compare/v1.5.1...v1.5.2) (2022-05-06)
4447

45-
4648
### Bug Fixes
4749

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))
4951

5052
### [1.5.1](https://github.com/adaltas/node-http-status/compare/v1.5.0...v1.5.1) (2022-04-14)
5153

52-
5354
### Bug Fixes
5455

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))
5757

5858
## Version 1.5.0
5959

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
6363

6464
## Version 1.4.2
6565

66-
* package: update adaltas url
66+
- package: update adaltas url
6767

6868
## Version 1.4.1
6969

70-
* readme: fix api example
70+
- readme: fix api example
7171

7272
## Version 1.4.0
7373

74-
* codes: add status code classes
74+
- codes: add status code classes
7575

7676
## Version 1.3.2
7777

78-
* 502: wrong key for name and message
78+
- 502: wrong key for name and message
7979

8080
## Version 1.3.1
8181

82-
* ts: define properties as readonly
82+
- ts: define properties as readonly
8383

8484
## Version 1.3.0
8585

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
8989

9090
## Version 1.2.0
9191

92-
* typescript: use primitives
92+
- typescript: use primitives
9393

9494
## Version 1.1.2
9595

96-
* typescript: generate correct typescript definitions file #28
96+
- typescript: generate correct typescript definitions file #28
9797

9898
## Version 1.1.1
9999

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
105105

106106
## Version 1.1.0
107107

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
114114

115115
## Version 0.1.1 – Nov 13, 2012
116116

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
119119

120120
## Version 0.1.1 – Dec 13, 2011
121121

122-
- Code officially under the BSD License
122+
- Code officially under the BSD License
123123

124124
## Version 0.1.0 – April 17, 2011
125125

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`
132132

133133
## Version 0.0.1 – March 25, 2011
134134

135-
- Initial release.
135+
- Initial release.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-status",
3-
"version": "1.7.4",
3+
"version": "1.8.0",
44
"description": "Interact with HTTP status code",
55
"homepage": "https://github.com/adaltas/node-http-status",
66
"author": "David Worms <[email protected]> (https://www.adaltas.com)",

0 commit comments

Comments
 (0)