Skip to content

Cryptisk.Utf8Json forked and packaged from neuecc.Utf8Json

Latest
Compare
Choose a tag to compare
@gordrs gordrs released this 20 Dec 06:59
· 24 commits to master since this release

This release is a fork based off of v1.3.7 from https://github.com/neuecc/Utf8Json. Some of the more pressing issues have been included in this release and I hope that many more good pull requests from the upstream repository will get included in very shortly. Here's a short summary of what is included in this release.

None of the namespaces have changed though on NuGet it should now appear as Cryptisk.Utf8Json.*. The package had to get renamed to prevent clashes there.

  • #1 Fix enums to use the item.Name rather than Enum.GetName().
  • #4 Fix control characters
  • #5 Fix comment reading in EOF.
  • #16 Fix trailing slashes

And set up some pipeline stuff for the github repo. When I did a merge, it looks like a bunch of commits were duplicated and I have no idea what caused that, my apologies.

Also this is testing the pipeline for CD.

If you have a PR from upstream that you want packaged in this repo, give me the PR number for there so I can create a PR here, or create a new pull request. Thus far I'm looking for additional folks who might be interested in becoming maintainers. Eventually for a 2.0.0 release, I'd like to make additional performance improvements and clean some things up though I'm not going to be starting on that work soon due to other commitments, but welcome the conversation early next year.