You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/server/node_modules/http-status/CHANGELOG.md

81 lines
1.5 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Changelog: HTTP Status
## Version 1.5.0
* ts: support strict mode
* mocha: move config into package
* package: latest dependencies
## Version 1.4.2
* package: update adaltas url
## Version 1.4.1
* readme: fix api example
## Version 1.4.0
* codes: add status code classes
## Version 1.3.2
* 502: wrong key for name and message
## Version 1.3.1
* ts: define properties as readonly
## Version 1.3.0
* codes: new codes 102 and 103
* ts: rewrite declaration type file
* ts: mocha integration
## Version 1.2.0
* typescript: use primitives
## Version 1.1.2
* typescript: generate correct typescript definitions file #28
## Version 1.1.1
* 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
## Version 1.1.0
* 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
## Version 0.1.1 Nov 13, 2012
- Module as a better citizen
- Makefile to compile and run tests
## Version 0.1.1 Dec 13, 2011
- Code officially under the BSD License
## Version 0.1.0 April 17, 2011
- Added reference links to HTTP specification
- Fixed naming convention for constants from `PascalCase` to `ALL_CAPS`
- Converted status codes from string to number
- Updated samples
- Updated tests
- Added this `CHANGELOG`
## Version 0.0.1 March 25, 2011
- Initial release.