Skip to content

Commit

Permalink
docs: Add CHANGELOG.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 11, 2020
1 parent 57a5e6b commit c04230b
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,72 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.9](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.8...1.0.9)

### Commits

- chore: Update static files [`57a5e6b`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/57a5e6b26e3e6a7f104211e7a95fbf2fefc5cd8b)
- Enable Psalm, Infection and Insights reports. [`08131ba`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/08131ba237aaeafde9c21d5309edcc04bc167d16)

## [1.0.8](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.7...1.0.8) - 2020-06-17

### Commits

- Revert "Replace league/uri-query-parser with league/uri-components." [`d178daa`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/d178daae4d9fc494da86ade5ef7e205100285d87)
- Revert "Relax dependencies for PHP >= 7.1." [`cfa13c9`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/cfa13c9c2ac13a24b5d1e1efcfdde1a8a153a6b2)

## [1.0.7](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.6...1.0.7) - 2020-06-17

### Commits

- Relax dependencies for PHP >= 7.1. [`e33bfe0`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/e33bfe02c5b4d79af55f0ffa0c2aedb2a86345aa)

## [1.0.6](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.5...1.0.6) - 2020-06-17

### Commits

- Replace league/uri-query-parser with league/uri-components. [`4926496`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/4926496711668c895a0442029b459d613bb549ae)

## [1.0.5](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.4...1.0.5) - 2020-06-17

### Commits

- Fix encoding type. [`bc1613a`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/bc1613a700e277f95d096a8d6ac5fb43a5c80405)

## [1.0.4](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.3...1.0.4) - 2020-06-17

### Commits

- Fix CS. [`2e78ac4`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/2e78ac42d1c66134f368bc9f3f1f5cc2e95c4f1c)

## [1.0.3](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.2...1.0.3) - 2020-06-17

### Commits

- Rely on league/uri-query-parser to parse URI query string. [`de2a8a7`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/de2a8a7ca5b83e70dfecfd946a545223835d15be)

## [1.0.2](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.1...1.0.2) - 2020-06-15

### Commits

- Add new test. [`c4b4ef6`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/c4b4ef67f46dedee7cb7db8c063fae823038e7f1)
- Fix default value when no query string. [`248fa3c`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/248fa3ccb41b0bec1d51ba517ed3f52327ef3f4f)

## [1.0.1](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/compare/1.0.0...1.0.1) - 2020-06-15

### Commits

- Improve parsing algorithm. [`f3361ff`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/f3361ff85af9a41b1d670a5111a87b0f7d19dda7)
- Update tests. [`598d7e3`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/598d7e336ba10b193ccdc517f53dae768f15c0e1)
- Set the class final. [`23b2783`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/23b278356df9080948b25cf84cd3291af4adb471)
- Update README and make composer.json consistent with it. [`08f9a89`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/08f9a89836def8d30e451cccc1514b397b92b7a0)

## 1.0.0 - 2020-06-11

### Commits

- Initial commit. [`1b79996`](https://github.com/loophp/unaltered-psr-http-message-bridge-bundle/commit/1b7999600462f94e9cf1a679e5982ae24b333da6)

0 comments on commit c04230b

Please sign in to comment.