What's Changed
- Hotfix/cli generator module by @Zahgrom34 in #56
- Base integration by @Zahgrom34 in #58
- Feature/extend logger formatter by @psych0panda in #60
- Merging changes from main by @Zahgrom34 in #61
- Hotfix/fix cli async run by @Zahgrom34 in #62
- Dev by @Zahgrom34 in #63
- Merge pull request #63 from AscenderTeam/dev by @Zahgrom34 in #64
- Added documentation guides for ascender-framework's controller hook feature by @Zahgrom34 in #65
- Dev by @Zahgrom34 in #66
- Document UploadFile limitation in FormData constructor by @Copilot in #69
- Hotfix/common http patches by @Zahgrom34 in #67
- Main -> Dev by @Zahgrom34 in #70
- Merge pull request #70 from AscenderTeam/main by @Zahgrom34 in #71
- Version bump by @Zahgrom34 in #72
- fix(docs) Added temporary github pages site while ascender-framework.… by @Zahgrom34 in #74
- Develop by @Zahgrom34 in #75
- Feature/lifecycle tokens by @Zahgrom34 in #76
- Develop by @Zahgrom34 in #77
New Contributors
- @psych0panda made their first contribution in #60
- @Copilot made their first contribution in #69
Detailed Changelog
[2.1.0] - 2026-02-13
✨ Added
- Feature: Added
provideLifecycleutility function to handle lifecycle hooks for lazy services. This allows services that are not directly injected to still participate in application startup and shutdown events when provided viaLIFECYCLE_TOKENS. - Documentation: Updated DI guide with section on Lazy Service Initialization & Lifecycle.
🔧 Fixed
- Core: Ensure
LIFECYCLE_TOKENSprovider handles nested lists flattened automatically.