Merge branch 'main' into dev/v1.0.0

This commit is contained in:
Max P.
2024-08-24 03:16:29 +02:00
committed by GitHub
3 changed files with 18 additions and 22 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: Add new `IdentifierRequiredError` class for missing identifiers.
- feat: Add the option to use the decorators without passing the identifier: In this case, the identifier will be the class name (register) or the property name (inject).
- Add pre release building to release workflow on dev/* branches an version changes.
### Deprecated