## [Unreleased] - 2025-12-02

### Changed
- [653fd3](https://github.com/coduo/php-to-string/commit/653fd3b35a87b1c8b062cc5323eb9136841c7047) - **Upgrade cache action from v2 to v4** - [@norberttech](https://github.com/norberttech)
- [#18](https://github.com/coduo/php-to-string/pull/18) - **extended and adjusted CI to run on relevant PHP versions** - [@smoench](https://github.com/smoench)

## [3.2.1] - 2023-03-28

### Changed
- [#16](https://github.com/coduo/php-to-string/pull/16) - **Add more examples about StringConverter usage** - [@peter279k](https://github.com/peter279k)
- [f5b135](https://github.com/coduo/php-to-string/commit/f5b135b61adaaef91de8360961bf0b66bd796a6a) - **Delete FUNDING.yml** - [@norberttech](https://github.com/norberttech)

### Updated
- [babb44](https://github.com/coduo/php-to-string/commit/babb445fe613b7c4f780451b640a2030633476b1) - **dependencies & tools** - [@norberttech](https://github.com/norberttech)
- [746029](https://github.com/coduo/php-to-string/commit/7460296e14f15977a64c14b05c77d5fcce4fb764) - **static-analyze.yml** - [@norberttech](https://github.com/norberttech)
- [0681cd](https://github.com/coduo/php-to-string/commit/0681cdf4b6cdac34ef592227833f695f3e5acb6f) - **testsuite.yml** - [@norberttech](https://github.com/norberttech)
- [442b5f](https://github.com/coduo/php-to-string/commit/442b5ffc0bd17de21b4c5a1b12cbfbe12aae88e0) - **php-cs-fixer dependency** - [@norberttech](https://github.com/norberttech)

## [3.2.0] - 2021-02-23

### Changed
- [1e6528](https://github.com/coduo/php-to-string/commit/1e6528fb7ffe4b44dabe4c9f536d29728d911b6a) - **Migrated from phpspec to phpunit, added integration with aeon-php/automation** - [@norberttech](https://github.com/norberttech)

### Fixed
- [ae6aed](https://github.com/coduo/php-to-string/commit/ae6aedabe8dc30c269f8a758e22f818ad19dbf66) - **lowest supported version of phpunit** - [@norberttech](https://github.com/norberttech)

### Removed
- [ba7b64](https://github.com/coduo/php-to-string/commit/ba7b647f3b1bf5a34d74bc6a1559533ecded8be6) - **symfony/intl dependency** - [@norberttech](https://github.com/norberttech)

## [3.1.0] - 2020-09-27

### Added
- [4c3902](https://github.com/coduo/php-to-string/commit/4c39029921aa1ead4d156e81dc9eac4dfc121e11) - **poser.pugx.org badges** - [@norberttech](https://github.com/norberttech)

### Changed
- [#14](https://github.com/coduo/php-to-string/pull/14) - **dependencies** - [@norberttech](https://github.com/norberttech)
- [37176c](https://github.com/coduo/php-to-string/commit/37176cfff780473b5aedd89f5734d7cad6c7588e) - **master branch alias** - [@norberttech](https://github.com/norberttech)

## [3.0.0] - 2019-11-23

### Added
- [#11](https://github.com/coduo/php-to-string/pull/11) - **missing dependency and moved from travis to github actions** - [@norberttech](https://github.com/norberttech)

### Changed
- [6ee3db](https://github.com/coduo/php-to-string/commit/6ee3dbd06fbff934673f2e59094158cf187400b2) - **Update README.md** - [@norberttech](https://github.com/norberttech)
- [d8b1dd](https://github.com/coduo/php-to-string/commit/d8b1dd1986b2da58dbdd83f19a910229c0802bf3) - **Run testsuite also on pushes to master** - [@norberttech](https://github.com/norberttech)
- [#12](https://github.com/coduo/php-to-string/pull/12) - **Switch to short array notation** - [@norberttech](https://github.com/norberttech)

### Removed
- [#13](https://github.com/coduo/php-to-string/pull/13) - **php 7.0 & 7.1 support** - [@norberttech](https://github.com/norberttech)

## [2.0.2] - 2019-08-09

### Added
- [#8](https://github.com/coduo/php-to-string/pull/8) - **intl extension as required dependency** - [@teklakct](https://github.com/teklakct)

### Fixed
- [#7](https://github.com/coduo/php-to-string/pull/7) - **minor typo** - [@sdaoudi](https://github.com/sdaoudi)

### Removed
- [#9](https://github.com/coduo/php-to-string/pull/9) - **non supported php versions from Travis build** - [@norberttech](https://github.com/norberttech)

## [2.0.1] - 2016-01-20

### Changed
- [4c1d7e](https://github.com/coduo/php-to-string/commit/4c1d7e2e76017719edc70e944ace0ec570748a78) - **Merge pull request #6 from jakzal/symfony-intl-3** - [@norzechowicz](https://github.com/norzechowicz)
- [#6](https://github.com/coduo/php-to-string/pull/6) - **Remove an optional dependency on symfony/intl** - [@jakzal](https://github.com/jakzal)

## [2.0.0] - 2015-12-13

### Added
- [#5](https://github.com/coduo/php-to-string/pull/5) - **support for php7** - [@norberttech](https://github.com/norberttech)

### Changed
- [5a55f3](https://github.com/coduo/php-to-string/commit/5a55f3bd3af772175b458ce48648a36a1d15b54a) - **Merge pull request #5 from norzechowicz/php7-support** - [@norzechowicz](https://github.com/norzechowicz)

## [1.0.2] - 2015-12-13

### Changed
- [#4](https://github.com/coduo/php-to-string/pull/4) - **travis.ci configuration file** - [@norberttech](https://github.com/norberttech)
- [fb3f87](https://github.com/coduo/php-to-string/commit/fb3f879af3878310bd05c35fbec7256b4aeaf58c) - **Merge pull request #4 from norzechowicz/travis** - [@norzechowicz](https://github.com/norzechowicz)

## [1.0.1] - 2014-10-18

### Added
- [a92b47](https://github.com/coduo/php-to-string/commit/a92b47db643541baa7ea9c61ea427a6896676685) - **symfony2/intl fixed phpspec extensions** - [@norberttech](https://github.com/norberttech)

### Changed
- [a24f4c](https://github.com/coduo/php-to-string/commit/a24f4c97278fafa69cea2c180a036b2b207ab204) - **Update composer.json** - [@norberttech](https://github.com/norberttech)
- [5ad9be](https://github.com/coduo/php-to-string/commit/5ad9be49ecfe0e832066bf86dca65ea9a197891e) - **Update README.md** - [@norberttech](https://github.com/norberttech)

## [v0.1.0] - 2014-05-08

### Changed
- [420928](https://github.com/coduo/php-to-string/commit/42092807d4efab4c0c6c7782ab085978de4f4ce9) - **Travis.yml CS fix** - [@norberttech](https://github.com/norberttech)
- [616f6f](https://github.com/coduo/php-to-string/commit/616f6f7dfd47056f39d332d34d9ade395715e6fd) - **Use PhpSpecDataProviderExtension to improve specs readabilty** - [@norberttech](https://github.com/norberttech)
- [f519ef](https://github.com/coduo/php-to-string/commit/f519ef20ec15ba7030daa6315a3090e2a8964efa) - **Update README.md** - [@norberttech](https://github.com/norberttech)
- [dc133b](https://github.com/coduo/php-to-string/commit/dc133bcded367ab1495846d934ef003f92143ee8) - **Update README.md** - [@norberttech](https://github.com/norberttech)
- [f6034a](https://github.com/coduo/php-to-string/commit/f6034a859c7ce9e3b98521df7d27779cccfe7b01) - **Initial commit** - [@norberttech](https://github.com/norberttech)

### Fixed
- [7e29aa](https://github.com/coduo/php-to-string/commit/7e29aa926156d7952ea070af19066eac830192a2) - **travis configuration** - [@norberttech](https://github.com/norberttech)

## Contributors

- @jakzal
- @norberttech
- @norzechowicz
- @peter279k
- @sdaoudi
- @smoench
- @teklakct

Generated by [Automation](https://github.com/aeon-php/automation)