Releases: endocrimes/Jay
Jay 1.0.1
Jay 1.0.0
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!
Removed examples
remove examples (#48) [Project] Remove examples
0.21.2
Jay.ParsingOptions members need to be public
0.21.1 Make parsing option members public
0.21.0: Added support for JSON comments (#44)
* Added support for comments * linux manifests * Actually piping through the option to allow comments
0.20.0: Swift 08-18 (#42)
* Swift 08-18 * fixed linux bridging
Performance improvements (>30% faster)
Performance improvements (#40) * Moved to a ref type Reader, removed returning it from each parser method * Adapted tests * Revert Unmanaged, cannot be used with protocol type * Using generics instead of runtime dynamism * Bits here and there * Bits
0.18.0
Swift 07-29
Updating to Swift 07-29 (#38) * Updated Swift to 07-29 * Now all