# Changelog

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

## [Unreleased]


## [0.2.2] (2019-01-27)

 * Compatibility with Imagine 1.0.
 * Fix bug with LC_NUMERIC locale.
 * Add contents for the CHANGELOG.md file.

## [0.2.1] (2018-03-02)

 * Implement effects. [#9], [#10]

## [0.2.0] (2017-12-27)

 * Drop support for PHP 5.5.

## [0.1.5] (2017-09-14)

 * Always set a `viewBox` attribute. [#8]
 * Skip cropping if the size doesn’t change. [#8]

## [0.1.4] (2017-05-20)

 * Compatibility with Imagine 0.7.
 * Implement the `ImageInterface::strip()` method. [#7]
 * Implement the `ImageInterface::usePalette()` method. [#7]

## [0.1.3] (2017-02-14)

 * Rename the Test namespace to Tests.
 * Add an .editorconfig file.

## [0.1.2] (2016-11-22)

 * Fix “A non well formed numeric value encountered” error. [#2]

## [0.1.1] (2016-09-28)

 * Better validation and security at loading XML files.
 * Better test coverage.

## [0.1.0] (2016-07-29)

 * Initial release

[Unreleased]: https://github.com/contao/imagine-svg/compare/0.2.2...HEAD
[0.2.2]: https://github.com/contao/imagine-svg/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/contao/imagine-svg/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/contao/imagine-svg/compare/0.1.5...0.2.0
[0.1.5]: https://github.com/contao/imagine-svg/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/contao/imagine-svg/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/contao/imagine-svg/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/contao/imagine-svg/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/contao/imagine-svg/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/contao/imagine-svg/commits/0.1.0

[#10]: https://github.com/contao/imagine-svg/issues/10
[#9]: https://github.com/contao/imagine-svg/issues/9
[#8]: https://github.com/contao/imagine-svg/issues/8
[#7]: https://github.com/contao/imagine-svg/issues/7
[#2]: https://github.com/contao/imagine-svg/issues/2
