Releases: YohDeadfall/Yoh.Text.Json.NamingPolicies
Releases · YohDeadfall/Yoh.Text.Json.NamingPolicies
v1.1.2
v1.1.0
Changes:
- Added a camel case policy
- Added a pascal case policy
v1.0.0
Update version to 1.0.0
v0.3.2
Reduced memory consumption in case of long names, and reduced code size by eliminating one check.
v0.3.1
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
Updated public API according to dotnet/runtime#782 (comment).
v0.2.1
The target framework changed to .NET Standard 2.0 to be even with System.Text.Json
.
v0.2.0
Starting version 0.2
there's no dependency on Yoh.Text.Segmentation
which improves performance.