cqrs 3.0.2
cqrs: ^3.0.2 copied to clipboard
CQRS client with helper Command/Query classes for Dart
Changelog #
3.0.2 - 2020-07-27 #
- Add possibility to add custom headers
3.0.1 - 2020-05-11 #
- Fix the returned null value directly from query
3.0.0 - 2020-04-10 #
Breaking changes #
- Remove deprecated @virtual annotations
- Rename
toJsonMaptotoJson - Fix readme
2.0.1+1 - 2019-02-07 #
- Update readme
1.0.5 - 2018-12-31 #
Fixed #
- Overload
toString()onCQRSExceptionin case of treating it likedynamic