Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Jay 1.0.0

Compare
Choose a tag to compare
@czechboy0 czechboy0 released this 14 Sep 16:23
· 11 commits to master since this release

Brave new world, Jay just reached v1.0!

This started as an experiment of mine to learn the JSON spec and try to implement a parser in Swift which could be used on both macOS and Linux. Remember, back in those times, NSJSON was NSUnimplemented all the way.

It was great fun to put together, but even more fun to look for edge cases of Unicode which could break the parser in any possible way. I don't think I have a project with more unit tests than Jay. It's a point of pride to ensure that any valid JSON, with whatever weird Unicode, can be correctly handled by Jay.

Typesafe JSON is another great novelty that Jay uses, and I love it.

I've done only a little bit of performance work on Jay, as I always focused on correctness and keeping up with the latest Swift snapshots. Now, that Swift 3 is out and Jay reached 1.0, I look forward to seeing Jay grow faster and even more robust. (And now, with semantic versioning that people can actually rely on.)

Here's to many more major version releases!