owl_mediator 1.1.1
owl_mediator: ^1.1.1 copied to clipboard
An implementation of the architectural mediator pattern, with CQRS support.
1.1.1 #
- Limited the package to only have 5 topics to appease the
pub.devoverlords.
dart pub publish --dry-runshould definitely warn about this.
1.1.0 #
- Breaking - Changed mini-library names to their plurals to sound more natural. Not goig to affect anyone since no one is even using this package yet.
- Added event support!
- Improved the examples to use
Future<void> main()instead ofvoid main(). - Fixed/improved some documentation.
- Added
CQRSto package topics.
Migrating from 1.0.2 #
- Change imports:
-
From
package:owl_mediator/query.darttopackage:owl_mediator/queries.dart; -
From
package:owl_mediator/command.darttopackage:owl_mediator/commands.dart;
-
1.0.2 #
- Fixed GitHub repository link in the package readme.
- Fixed formatting in the license file. (A single line break was missing...)
1.0.1 #
- Fixed the example readme file.
Capitalisation had to change from
readme.mdtoREADME.md.
1.0.0 #
- Initial version.