Skip to content

0.14.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 15 Jul 04:51
· 39 commits to main since this release
713a790

What's Changed

  • Refactor from Newtonsoft.Json to System.Text.Json for serialization/deserialization
  • Update package dependencies in Package.csproj.twig
  • Migrate all serialization/deserialization logic in Client.cs.twig, Query.cs.twig, and Extensions.cs.twig
  • Update model attributes from [JsonProperty] to [JsonPropertyName] in Model.cs.twig
  • Create new ObjectToInferredTypesConverter.cs.twig for proper object type handling
  • Replace JsonConverter with JsonConverter<object> in ValueClassConverter.cs.twig
  • Update error handling to use JsonDocument instead of JObject

A special thank you to @Fellmonkey for their significant contributions and dedication in implementing these improvements.

Full Changelog: 0.13.0...0.14.0