Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.28 KB

Change Log

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.

0.3.1 - 2017-05-18

Added

  • Added kml to the list of the default formats

0.3.0 - 2016-12-26

Changed

  • Updated tests
  • Updated to http-interop/http-middleware#0.4
  • Updated friendsofphp/php-cs-fixer#2.0

Added

  • New method ContentType::charsets() to define the available charsets and negotiate the Accept-Charset header.

Fixed

  • Only text-based formats (html, text, css, etc) adds the charset=[charset] sufix to Content-Type header.

0.2.0 - 2016-11-22

Added

  • New ContentType::noSniff() option to add the X-Content-Type-Options: nosniff header (enabled by default)

Changed

  • Updated to http-interop/http-middleware#0.3

Fixed

  • ContentEncoding middleware removes the Accept-Encoding header if it does not match with any available option.

0.1.0 - 2016-10-01

First version