Releases: SteveDunn/Vogen
Releases · SteveDunn/Vogen
4.0.12
4.0.11
4.0.10
What's Changed
- Fix EFCore code generation and allow the users marker method to be either internal or public by @SteveDunn in #626
Full Changelog: 4.0.9...4.0.10
4.0.9
What's Changed
- Make STJ converters public by @SteveDunn in #616
- Ability to opt of out primitive equality generation by @SteveDunn in #617
- Fix casting bug by @SteveDunn in #618
- Change some locale-dependent tests by @danielcweber in #620
- Fix System.Text.Json converters by @danielcweber in #621
- Add ability to generate EFCore converters as external classes in a separate project to the value objects by @SteveDunn in #623
Full Changelog: 4.0.8...4.0.9
4.0.8
fix: #608 - the schema type in the Swashbuckle extension method now treats anything IParsable
as a string
, e.g. Guid
etc.
fix: issue where cref in triple-slash comments for the ToString
override referred to an incorrect type
choir: reduce amount of snapshots written for json number handling tests
4.0.7
4.0.6
Fix issues with nuget package in 4.0.5
What's Changed
- Fix package for 'developmentdependency' by @SteveDunn in #605
Full Changelog: 4.0.5...4.0.6
4.0.5.1
4.0.5
What's Changed
- Update README.md by @terjew in #596
- Static abstract members support by @SteveDunn in #592
- System.Text.Json number handling bug by @SteveDunn in #600
- feat: Add support for generating Swashbuckle schema filter and/or mapping extensions by @SteveDunn in #601
- Fixed bug where in .NET Frameworks apps, System.Text.Json code was generated regardless of settings #597
- Fixed bug in System.Text.Json number handling #595
- New analyzers and code-fixers to ensure that
Validate
andNormalizeInput
methods are static and take the correct type #303 - Updated documentation on EFCore #179
New Contributors
Full Changelog: 4.0.4...4.0.5
4.0.4
What's Changed
- Fix xmldoc bug by @viceroypenguin in #590
- Fix #589 - where Vogen didn't ignore non-Vogen assembly level attributes
Full Changelog: 4.0.3...4.0.4