feat(core): Added GuardError

This commit is contained in:
2024-08-25 18:03:37 +02:00
parent 425477548f
commit 1d06c878e1
11 changed files with 505 additions and 439 deletions

26
changelog.md Normal file
View File

@@ -0,0 +1,26 @@
# Changelog
## 2024-08-25 - 3.1.0 - feat(core)
Added Guard Handling and Removed npmci from CI
- Refactored Guard and GuardSet classes for better modularization
- Introduced GuardError for detailed error handling
- Updated dependencies versions in package.json
- Removed `npmci` configuration from GitLab CI
## 2024-05-30 - 3.0.0 to 3.0.2 - Core and API updates
Series of updates and fixes.
- BREAKING CHANGE(api): changed API to be more concise
- fix(core): update
## 2022-03-21 - 1.0.5 to 2.0.1 - Core updates and new org scheme
Multiple updates including breaking changes and new organizational scheme.
- BREAKING CHANGE(core): updated to esm
- switch to new org scheme
## 2019-08-07 - 1.0.3 to 1.0.5 - Core updates
Fixes for core components.
- fix(core): update