Releases: SteveDunn/Vogen
Releases · SteveDunn/Vogen
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
4.0.3
What's Changed
- Support for trimmed/no-reflection/AOT with System.Text.Json by @SteveDunn in #587
- 584 add TryFrom and IsInitialized methods by @SteveDunn in #586
- Allow unvalidated instances to be created by @SteveDunn in #585
- Rename private Deserialize method by @SteveDunn in #583
Full Changelog: 4.0.2...4.0.3
4.0.2
What's Changed
- The System.Text.JsonConverter now throws a JsonException by @SteveDunn in #582
Full Changelog: 4.0.1...4.0.2
4.0.1
What's Changed
- Implement #548 ServiceStack.Text by @SteveDunn in #573
- #574 - improve performance and switch to forattributewithmetadataname by @SteveDunn in #577
- #575 - fix for when project contains a generic attribute of array type by @SteveDunn in #578
- Add factory method for GUIDs by @SteveDunn in #580
Full Changelog: 4.0.0...4.0.1