<!-- header -->
# Changelog

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

<!-- version:1.2.0 -->
## 1.2.0 (2026-05-18)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v1.1.1...nav-v1.2.0)

<!-- changelog -->
### ✨ Features

- add IPatternNavigation interface and corresponding tests for TriePatternMatching ([61feb4e](https://github.com/Wroud/foundation/commit/61feb4e))

<!-- version:1.1.1 -->
## 1.1.1 (2026-04-16)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v1.1.0...nav-v1.1.1)

<!-- changelog -->
### 🩹 Fixes

- browser navigation state sync ([a9cf9c6](https://github.com/Wroud/foundation/commit/a9cf9c6))

<!-- version:1.1.0 -->
## 1.1.0 (2026-04-16)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v1.0.1...nav-v1.1.0)

<!-- changelog -->
### ✨ Features

- add support for query parameters ([bc37301](https://github.com/Wroud/foundation/commit/bc37301))

<!-- version:1.0.1 -->
## 1.0.1 (2025-09-22)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v1.0.0...nav-v1.0.1)

<!-- changelog -->
### 🩹 Fixes

- publish sources to npm for source maps ([0631b68](https://github.com/Wroud/foundation/commit/0631b68))

<!-- version:1.0.0 -->
## 1.0.0 (2025-08-03)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v0.2.0...nav-v1.0.0)

<!-- changelog -->
### ⚠️  Breaking Changes

- enhance parameter validation for date and JSON types; add tests for new functionality ([5cf229e](https://github.com/Wroud/foundation/commit/5cf229e))
  - BREAKING CHANGE: empty string now is valid value for required param, undefined is not valid wildcard item anymore.

<!-- version:0.2.0 -->
## 0.2.0 (2025-05-21)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v0.1.2...nav-v0.2.0)

<!-- changelog -->
### ✨ Features

- parse typed route params ([#36](https://github.com/Wroud/foundation/issues/36)) ([0c41d5f](https://github.com/Wroud/foundation/commit/0c41d5f))

<!-- version:0.1.2 -->
## 0.1.2 (2025-05-17)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v0.1.1...nav-v0.1.2)

<!-- changelog -->
### 🩹 Fixes

- support numeric and boolean params ([#20](https://github.com/Wroud/foundation/issues/20)) ([174a6d0](https://github.com/Wroud/foundation/commit/174a6d0))

<!-- version:0.1.1 -->
## 0.1.1 (2025-04-05)

[Compare changes](https://github.com/Wroud/foundation/compare/nav-v0.1.0...nav-v0.1.1)

<!-- changelog -->
### 🩹 Fixes

- duplicated slash; improved types ([2a793f2](https://github.com/Wroud/foundation/commit/2a793f2))

<!-- version:0.1.0 -->
## 0.1.0 (2025-03-23)

<!-- changelog -->
### ✨ Features

- navigation with pattern matching ([dc5b0d7](https://github.com/Wroud/foundation/commit/dc5b0d7))

