Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 27, 2018
1 parent 431c6e0 commit 7053235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED]
## [1.0.0] - 2018-01-27

### Added

Expand Down Expand Up @@ -69,7 +69,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

First version

[UNRELEASED]: https://github.com/middlewares/encoder/compare/v0.5.0...HEAD
[1.0.0]: https://github.com/middlewares/encoder/compare/v0.5.0...v1.0.0
[0.5.0]: https://github.com/middlewares/encoder/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/middlewares/encoder/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/middlewares/encoder/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Total Downloads][ico-downloads]][link-downloads]
[![SensioLabs Insight][ico-sensiolabs]][link-sensiolabs]

Middleware to encode the response body to `gzip` or `deflate` encodings and add the `Content-Encoding` header. This package is splitted into the following components:
Middleware to encode the response body to `gzip` or `deflate` if the `Accept-Encoding` header is present and adds the `Content-Encoding` header. This package is splitted into the following components:

* [GzipEncoder](#gzipencoder)
* [DeflateEncoder](#deflateencoder)
Expand Down
1 change: 1 addition & 0 deletions tests/EncoderTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);

namespace Middlewares\Tests;

Expand Down

0 comments on commit 7053235

Please sign in to comment.