Releases: thachp/use-cqrs
Releases · thachp/use-cqrs
1.2.1-alpha
- Removed NestJS/CQRS replace with Mediatr-Ts
- Removed error formatter.
- Removed event hook
- Removed the need to use the useCQRS.initialize()
- Added injectable decorate, which register the handler into DI-Container and map cqrs to its handler.
1.1.11-alpha
What's Changed
Full Changelog: 1.0.5-alpha...1.1.11-alpha
1.0.5-alpha
Fixed typo in ReadMe. Made the bind method private in CommandBus and QueryBus.
Full Changelog: 1.0.4-alpha...1.0.5-alpha
1.0.4-alpha
- Fixed wrong import path, where modules are being imported from use-cqrs/dist instead of just use-cqrs
Full Changelog: 1.0.3-alpha...1.0.4-alpha
1.0.3-alpha
What's Changed
Full Changelog: 1.0.0-alpha...1.0.3-alpha
1.0.0-alpha
What's Changed
- Added useCommand, useQuery, and useEvent hooks + component testings
- Added useful information in README
New Contributors
Full Changelog: https://github.com/thachp/use-cqrs/commits/1.0.0-alpha