zitadel/changelog.md

25 lines
874 B
Markdown
Raw Normal View History

# Changelog
## 2024-08-27 - 1.1.0 - feat(core)
Add delete user functionality and necessary tests
- Implemented delete method in ZitadelUser class.
- Extended tests to cover user deletion functionality.
- Refactored createUser method to return a ZitadelUser instance.
## 2024-08-26 - 1.0.9 - fix(dependencies)
Update dependencies to latest versions
- Updated @git.zone/tsbuild from ^2.1.25 to ^2.1.84
- Updated @git.zone/tsrun from ^1.2.46 to ^1.2.49
- Updated @push.rocks/tapbundle from ^5.0.15 to ^5.0.24
- Updated @types/node from ^20.8.7 to ^22.5.0
- Updated @tsclass/tsclass from ^4.0.54 to ^4.1.2
- Updated @zitadel/node from ^2.0.8 to 2.0.17
## 2024-05-02 to 2024-05-03 - 1.0.1 to 1.0.8 - Fixes and Updates
General updates and fixes to the core functionality across multiple versions.
- Various fixes in core functionality
- Incremental improvements and updates