Skip to content

Releases: devlooped/Merq

v2.0.0-alpha

16 Nov 06:09
@kzu kzu
Compare
Choose a tag to compare

Changelog

v2.0.0-alpha (2022-11-16)

Full Changelog

✨ Implemented enhancements:

  • Make duck-typing support pluggable with no built-in implementation #57
  • Support hierarchical record creation from generated dynamic factory #47
  • Provide analyzer + code fix for turning sync command to async and viceversa #38
  • Provide analyzers + code fixes for common command authoring errors #37
  • Add support for duck typing of commands #33
  • Add support for duck typing on events #31
  • Allow derived message bus implementation to monitor used event contracts #19

🔨 Other:

  • Upgrade to centrally managed package versions #51
  • Add support for dynamic record creation including list-like properties #49
  • Add unit tests for analyzers #45

🔀 Merged:

  • Add pages and oss artifacts #62 (@kzu)
  • Update to modern color #61 (@kzu)
  • Make duck-typing support pluggable #60 (@kzu)
  • Upgrade to centrally managed package versions #52 (@kzu)
  • Add support for collections in dynamic record creation factories #50 (@kzu)
  • Add support for hierarchical record creation from generated factories #48 (@kzu)
  • Add comprehensive tests for analyzers and code fixes #46 (@kzu)
  • Provide analyzer + code fix for turning sync command to async and viceversa #39 (@kzu)
  • Support sync/async execute fixer on returning commands too #35 (@kzu)
  • Duck typing of events and commands #34 (@kzu)
  • Allow derived message bus implementation to monitor used event contracts #20 (@kzu)
  • Unified IMessageBus interface #16 (@kzu)
  • Add dynamic OS matrix #15 (@kzu)

v1.5.0

16 Feb 20:40
@kzu kzu
Compare
Choose a tag to compare

Republished v1.3.0 to fix an issue with VS integration/deployment.

See https://github.com/devlooped/Merq/releases/tag/v1.3.0 for actual release notes.

v1.3.0

28 Jul 19:24
@kzu kzu
Compare
Choose a tag to compare

Changelog

v1.3.0 (2022-07-28)

Full Changelog

✨ Implemented enhancements:

  • Introduce IMessageBus unifying interface for Commands+Events #5

🔀 Merged:

  • Docs and packaging improvements #7 (@kzu)
  • Introduce IMessageBus unifying interface for Commands+Events #6 (@kzu)

v1.2.0-beta

20 Jul 22:17
@kzu kzu
Compare
Choose a tag to compare
Ensure we strong-name the assemblies with the previous key

v1.2.0-alpha

16 Jul 06:09
@kzu kzu
Compare
Choose a tag to compare
Fix shell used in publish