Skip to content

Schema.NET 7.0.0

Choose a tag to compare

@RehanSaeed RehanSaeed released this 31 Dec 16:52
· 100 commits to master since this release

New Features

  • #109 - Overhaul ValuesJsonConverter for better performance and serialization/deserialization
  • #120 - On-demand List allocation in Values<> type
  • #119 - Faster instance creation for ValuesJsonConverter
  • #118 - Refactoring OneOrMany
  • #112 - Add type equality checks and overrides
  • Upgraded Microsoft.SourceLink.GitHub to 1.0.0.

Fixes

  • #104 - ValuesJsonConverter doesn't pass JsonSerializer through to ToObject
  • #114 - Values Struct Equality Fix
  • #118 - Refactoring OneOrMany