Releases: asyncapi/saunter
Releases · asyncapi/saunter
v0.13.0
Changed
- Updated NJsonSchema to v11.0.0
- Document names are correctly copied to clones when using named docs
- Updated @asyncapi/react-component to v1.2.11
- Use npm-ci instead of npm-install in ci scripts
v0.12.0
Added
Changed
- Updated @asyncapi/react-component to v1.0.0-next.48
- Updated NJsonSchema dependencies (fixes compatibility with NSwag)
Fixed
- Duplicated operation when types of the same assembly are used in AssemblyMarkerTypes
- Tags do not work without description and external docs
- Updates Tag Description and ExternalDocs to ignore nulls to eliminate async api parser errors.
- Adds support for Tags from a class that was missing.
v0.11.0
Added
- Message and Operation attributes now allow setting tags
v0.10.0
Changed
- AsyncAPI spec version bumped to 2.4.0
- Added messageId to Message and MessageAttribute
- Updated @asyncapi/react-component to v1.0.0-next.40
- Target net6.0 only - multitargeting was painful to test & maintain
- Updated NJsonSchema to v10.7.2
- Add README to NuGet package #110