DownloadChangelog
All notable changes to this project will be documented in this file. 
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning. 
Types of changes 
- 
Features for initial package features.
 
- 
Added for new features.
 
- 
Changed for changes in existing functionality.
 
- 
Deprecated for soon-to-be removed features.
 
- 
Removed for now removed features.
 
- 
Fixed for any bug fixes.
 
- 
Security in case of vulnerabilities.
 
 
[Unreleased]
1.0.0 - 2017-12-12
Features
- 
The full list of HTTP status codes as readable constants;
 
- 
relevant status messages;
 
- 
ability to customize messages;
 
- 
ability to easily detect the class of the status;
 
- 
no dependencies in production;
 
- 
integrated tools for code quality, testing and building docs.
 
 
0.1.0 - 2017-12-11
Features
- 
The initial release after clean installation from composer-package-template
 
 
[Unreleased]: https://github.com/GinoPane/nano-http-status/compare/v0.1.0...HEAD 
 |