# Changelog

## [Unreleased][]

## [2.2.1][] - 2024-02-26

### Changed

-   Allow Stylelint 16 as peer dependancy

## [2.2.0][] - 2023-09-11

### Added

-   Support for function error messages
    ([#5](https://github.com/niksy/stylelint-no-restricted-syntax/pull/5))

## [2.1.0][] - 2023-08-23

### Changed

-   Allow Stylelint 15 as peer dependancy
-   Update import statements to be ESM compatible
-   Use pure ESM as default
-   Upgrade package

## [2.0.0][] - 2021-10-25

### Changed

-   **Breaking**: Supports Node >= 12
-   **Breaking**: Supports Stylelint >= 14
-   Upgrade package

## [1.0.0][] - 2019-01-03

### Added

-   Initial implementation

[1.0.0]: https://github.com/niksy/stylelint-no-restricted-syntax/tree/v1.0.0
[2.0.0]: https://github.com/niksy/stylelint-no-restricted-syntax/tree/v2.0.0
[2.1.0]: https://github.com/niksy/stylelint-no-restricted-syntax/tree/v2.1.0
[Unreleased]:
	https://github.com/niksy/stylelint-no-restricted-syntax/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/niksy/stylelint-no-restricted-syntax/tree/v2.2.1

    https://github.com/niksy/stylelint-no-restricted-syntax/compare/v2.2.0...HEAD

[2.2.0]: https://github.com/niksy/stylelint-no-restricted-syntax/tree/v2.2.0
