Releases: devlooped/Merq
Releases · devlooped/Merq
v2.0.0-alpha
Changelog
v2.0.0-alpha (2022-11-16)
✨ 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
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
v1.2.0-beta
Ensure we strong-name the assemblies with the previous key
v1.2.0-alpha
Fix shell used in publish