Releases: SteveDunn/Vogen
Releases · SteveDunn/Vogen
6.0.0-beta.4
What's Changed
- Multi-target Roslyn by @SteveDunn in #732
Full Changelog: 6.0.0-beta.3...6.0.0-beta.4
6.0.0-beta.3
What's Changed
- Fix #725: Introduce line breaks in GenerateNotNullWhenTrueAttribute and GenerateMaybeNullWhenFalse by @danielcweber in #727
Full Changelog: 6.0.0-beta.2...6.0.0-beta.3
6.0.0-beta.2
What's Changed
- Feature: more detailed compilation errors when both explicit and implicit casting operators are specific by @SteveDunn in #721
Full Changelog: 6.0.0-beta.1...6.0.0-beta.2
6.0.0-beta.1
What's Changed
- Fix: System.Text.Json factories fail to generate if assembly name has hyphens by @SteveDunn in #718
This contains a small breaking change to the namespaces used when generating Swashbuckle mapping and System.Text.Json converter factories.
Please see the comment on the PR for #717 here: https://github.com/SteveDunn/Vogen/pull/718/files#r1865263127
Please also see the discussion for this release.
Full Changelog: 5.0.6...6.0.0-beta.1
5.0.6
What's Changed
- Generate BSON serialisers for types in other projects by @SteveDunn in #706
- Add message pack attribute onto value objects by @SteveDunn in #708
- Fix typo in documentation by @draptik in #712
- Fix: Infinite loop in ToString when used in a formatted string by @SteveDunn in #714
- Improve naming of Swashbuckle registrations by @SteveDunn in #715
New Contributors
Full Changelog: 5.0.5...5.0.6
5.0.6-beta.3
What's Changed
- Improve naming of Swashbuckle registrations by @SteveDunn in #715
Full Changelog: 5.0.6-beta.2...5.0.6-beta.3
5.0.6-beta.2
What's Changed
- Fix typo in documentation by @draptik in #712
- Fix: Infinite loop in ToString when used in a formatted string by @SteveDunn in #714
New Contributors
Full Changelog: 5.0.6-beta.1...5.0.6-beta.2
5.0.6-beta.1
What's Changed
- Generate BSON serialisers for types in other projects by @SteveDunn in #706
- Add message pack attribute onto value objects by @SteveDunn in #708
Full Changelog: 5.0.5...5.0.6-beta.1
5.0.5
What's Changed
- Add support for
IXmlSerializer
by @SteveDunn in #695 - Implement MessagePack support by @SteveDunn in #701
- Improve Swashbuckle generated code by @SteveDunn in #694
- Primitive comparison analyzer when comparing value objects to primitives in EFCore expressions by @SteveDunn in #685
- Tostring hoisting by @SteveDunn in #688
- Primitive equality in interface by @SteveDunn in #683
- Remove unsupported frameworks from the tests by @SteveDunn in #675
- Bump actions/setup-dotnet from 4.0.1 to 4.1.0 by @dependabot in #689
Full Changelog: 5.0.3...5.0.5
5.0.5-rc.2
Minor fix to triple-slash comments
Full Changelog: 5.0.5-rc.1...5.0.5-rc.2