# Changelog

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [1.1.1] (2020-10-19)

 * Support PHP 8.0. [#23]
 * Fix type issues found by PHPStan.
 * Update fallback transform rule sets from CLDR.

## [1.1.0] (2018-12-11)

 * Add slug generator interface. [#11]

## [1.0.3] (2018-11-23)

 * Fix bug with intl error settings. [#13]

## [1.0.2] (2018-09-01)

 * Support lower ICU versions down to 4.2.1.
 * Add changelog.

## [1.0.1] (2018-02-18)

 * Require minimum ICU version 4.6. [#9]
 * Improve setting transforms in `SlugOptions`.

## [1.0.0] (2017-10-30)

 * First stable release

## [1.0.0-alpha2] (2017-09-10)

 * Rename options to make them unambiguous.

## [1.0.0-alpha1] (2017-08-11)

 * Initial release

[Unreleased]: https://github.com/ausi/slug-generator/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/ausi/slug-generator/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/ausi/slug-generator/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/ausi/slug-generator/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/ausi/slug-generator/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/ausi/slug-generator/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/ausi/slug-generator/compare/v1.0.0-alpha2...v1.0.0
[1.0.0-alpha2]: https://github.com/ausi/slug-generator/compare/v1.0.0-alpha1...v1.0.0-alpha2
[1.0.0-alpha1]: https://github.com/ausi/slug-generator/commits/v1.0.0-alpha1

[#23]: https://github.com/ausi/slug-generator/issues/23
[#13]: https://github.com/ausi/slug-generator/issues/13
[#11]: https://github.com/ausi/slug-generator/issues/11
[#9]: https://github.com/ausi/slug-generator/issues/9
