Skip to content

Releases: VerifyTests/Argon

0.35.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:02
fe8a137
  • #384 Revert converters return type to list for binary compatibility

0.35.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 02:02

0.35.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:35
  • #378 fix correctness bugs across core, JsonPath, Xml and FSharp
  • #379 perf: reduce allocations and redundant work across core, JsonPath, Da…

0.34.0

Choose a tag to compare

@github-actions github-actions released this 18 May 12:57
  • #358 raise Serializing/Serialized events for converter-handled values
  • #359 change JToken.WriteTo converters parameter to params IList
  • #360 avoid stringReference.ToString() in JsonTextReader quoted-number path
  • #361 reduce ToCamelCase allocations by using string.Create
  • #362 Target net11
  • #363 use ArrayPool in Base64Encoder non-net6 branch to avoid per-chunk all…
  • #364 avoid intermediate Substring in DefaultSerializationBinder generic type-arg parsing
  • #365 avoid OrderBy().ToList() in DefaultContractResolver.CreateProperties
  • #366 avoid Keys/Values ToList materialization in DictionaryWrapper

0.33.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 08:23
cb89c26
  • #342 update to net10

0.7.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 23:42

As part of this release we had 23 commits which resulted in 1 issue being closed.

bug

  • #208 Add a new Argon.FSharp.Tests project + add tests for the FSharpListConverter + fix the converter

0.7.0

Choose a tag to compare

@github-actions github-actions released this 16 May 11:36
db7e212

As part of this release we had 1 issue closed.

Feature

  • #200 Split F# support into its own nuget

0.5.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 08:51

As part of this release we had 1 issue closed.

Feature

  • #185 fix internalsvisible to tests to work around rider ambiguous type issue

0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 10:53

As part of this release we had 76 commits which resulted in 2 issues being closed.

Features

  • #150 add support for DriveInfo, FileInfo, and DirectoryInfo
  • #152 make DiscriminatedUnionConverter optional