PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Sergey Karavay   Nano Http Status   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Nano Http Status
Process the HTTP request response status values
Author: By
Last change:
Date: 6 years ago
Size: 1,082 bytes
 

Contents

Class file image Download

Changelog

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