owl_mediator 1.1.1 copy "owl_mediator: ^1.1.1" to clipboard
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.dev overlords.
    dart pub publish --dry-run should 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 of void main().
  • Fixed/improved some documentation.
  • Added CQRS to package topics.

Migrating from 1.0.2 #

  • Change imports:
    • From package:owl_mediator/query.dart to package:owl_mediator/queries.dart;

    • From package:owl_mediator/command.dart to package: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.md to README.md.

1.0.0 #

  • Initial version.
0
likes
160
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An implementation of the architectural mediator pattern, with CQRS support.

Repository (GitHub)
View/report issues

Topics

#architecture #cross-platform #mediator #cqrs #events

Funding

Consider supporting this project:

ko-fi.com
github.com

License

BSD-3-Clause (license)

More

Packages that depend on owl_mediator