# Changelog

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

The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [Unreleased]

- /

## [1.1.1] - 2023-08-05

- BUGFIX: Attribute mapper fails with there is non-php file or a file that
  outputs any text in any of the scan paths

## [1.1.0] - 2023-07-30

- Add new UUID match type
- Add new method to assign custom match types

## [1.0.0] - 2023-06-27

- initial release

<!-- Links -->

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->

[unreleased]: https://github.com/iziphp/router/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/iziphp/router/releases/tag/v1.1.1
[1.1.0]: https://github.com/iziphp/router/releases/tag/v1.1.0
[1.0.0]: https://github.com/iziphp/router/releases/tag/v1.0.0
