All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2024-10-21)
1.8.1 (2024-10-21)
- Revert changes introduced by 1.8.0
1.7.4 (2024-02-23)
1.7.3 (2023-10-17)
1.7.2 (2023-10-17)
1.7.1 (2023-10-17)
1.7.0 (2023-09-04)
1.6.2 (2023-01-10)
1.6.1 (2023-01-01)
1.6.0 (2023-01-01)
1.5.3 (2022-09-07)
1.5.2 (2022-05-06)
- types on 502 status (1f0b681)
1.5.1 (2022-04-14)
- types: 502 is missing _NAME, _MESSAGE, _CLASS (b86e714)
- ts: support strict mode
- mocha: move config into package
- package: latest dependencies
- package: update adaltas url
- readme: fix api example
- codes: add status code classes
- 502: wrong key for name and message
- ts: define properties as readonly
- codes: new codes 102 and 103
- ts: rewrite declaration type file
- ts: mocha integration
- typescript: use primitives
- typescript: generate correct typescript definitions file #28
- codes: double 420 #26
- codes: wrong keys for 305_MESSAGE and 305_NAME #25
- typescript: types files
- package: remove Makefile
- travis: test against Node.js 6,7,8
- extra: add unofficial, iis, nginx and cloudflare codes
- package: publishing process
- package: ignore lock files
- src: new code and message properties
- package: latest dependencies
- readme: add author company
- Module as a better citizen
- Makefile to compile and run tests
- Code officially under the BSD License
- Added reference links to HTTP specification
- Fixed naming convention for constants from
PascalCase
toALL_CAPS
- Converted status codes from string to number
- Updated samples
- Updated tests
- Added this
CHANGELOG
- Initial release.