@wroud/navigation
Version:
A flexible, pattern-matching navigation system for JavaScript applications with built-in routing, browser integration, and navigation state management
55 lines (33 loc) • 1.65 kB
Markdown
<!-- header -->
# Changelog
All notable changes to this project will be documented in this file.
<!-- 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))