Skip to content

Releases: ExJson/xjs-core

0.25 Experimental

06 Mar 22:29

Choose a tag to compare

0.25 Experimental Pre-release
Pre-release

Migrate from Jitpack

0.24 Experimental

06 Mar 21:22

Choose a tag to compare

0.24 Experimental Pre-release
Pre-release

Fixed all the bugs I could find. There are probably more, so still experimental

0.23 Experimental

29 Dec 21:53

Choose a tag to compare

0.23 Experimental Pre-release
Pre-release
  • Adds a new GENERATED_STRING token type
  • Adds TokenStream$RangedItr for parsing stream slices
  • Adds some missing unit test coverage

0.22 Experimental

24 Dec 17:05

Choose a tag to compare

0.22 Experimental Pre-release
Pre-release

Minor parsing fixes

0.21 Experimental

23 Dec 21:20

Choose a tag to compare

0.21 Experimental Pre-release
Pre-release
  • Better support for non-containerized inputs in TokenParser
  • Fixed parsing additional tokens without delimiters in XjsParser

0.20 Experimental

21 Dec 20:11

Choose a tag to compare

0.20 Experimental Pre-release
Pre-release

Exposes the internal Tokenizer API to be extended for exotic formats.

0.19 Experimental

21 Dec 03:40

Choose a tag to compare

0.19 Experimental Pre-release
Pre-release

Warning: this version brings breaking changes to implementors.

Changes in version 0.19:

  • A new token-based parsing system and data structure.
  • A new element-based writing system. Note that the existing
    JsonValue data structure is and most likely will remain unchanged.
  • Major optimizations to XjsParser.
  • Optimizations to JsonWriter.
  • Established solid rules for newline handling in various comment types.
  • Updated some expectations for implicit string handling in XJS serializers.

0.18 Experimental

17 Oct 15:02

Choose a tag to compare

0.18 Experimental Pre-release
Pre-release
  • Safer parsing and writing functions
  • This includes a breaking change to WritingFunction, which now accepts a File instead of a Writer.

0.17 Experimental

23 Apr 15:33

Choose a tag to compare

0.17 Experimental Pre-release
Pre-release
  • Fixed a few bugs with omitQuotes

0.16 Experimental

22 Apr 02:52

Choose a tag to compare

0.16 Experimental Pre-release
Pre-release
  • Better logic in StringType#select