v0.5.0
What's Changed
- avoid some alloc in EscapeEscapedString by @SimonCropp in #24
- use char based write where possible by @SimonCropp in #25
- use generic Enum.GetNames by @SimonCropp in #26
- avoid a ToArray on an array in TokenizeNumber by @SimonCropp in #28
- avoid unnecessary array alloc in GetVisitableChildProperties by @SimonCropp in #27
- fix incorrect as usages by @SimonCropp in #29
- remove GC.SuppressFinalize from DepthScope by @SimonCropp in #23
New Contributors
- @SimonCropp made their first contribution in #24
Full Changelog: v0.3.2...v0.5.0