Skip to content

Releases: YohDeadfall/Yoh.Text.Json.NamingPolicies

v1.1.2

18 Apr 19:22
Compare
Choose a tag to compare

v1.1.0

12 Apr 09:04
Compare
Choose a tag to compare

Changes:

  • Added a camel case policy
  • Added a pascal case policy

v1.0.0

10 Aug 14:58
Compare
Choose a tag to compare
Update version to 1.0.0

v0.3.2

11 Oct 13:45
Compare
Choose a tag to compare

Reduced memory consumption in case of long names, and reduced code size by eliminating one check.

v0.3.1

08 Oct 20:59
Compare
Choose a tag to compare

That update contains improvements for long inputs which doesn't fit into a stack allocated buffer which size is limited to 128 characters (256 bytes), as it is in .NET itself. In addition to that a basic documentation was added.

v0.3.0

02 Oct 14:08
Compare
Choose a tag to compare

Updated public API according to dotnet/runtime#782 (comment).

v0.2.1

10 Aug 13:48
Compare
Choose a tag to compare

The target framework changed to .NET Standard 2.0 to be even with System.Text.Json.

v0.2.0

06 Apr 12:25
Compare
Choose a tag to compare

Starting version 0.2 there's no dependency on Yoh.Text.Segmentation which improves performance.