Releases: JujuAdams/SNAP
Releases · JujuAdams/SNAP
5.8.0
5.7.0
5.6.0
- Adds Valve Data Format parser
5.5.1
5.4.0
5.3.0
- Adds half-arsed QML parser (https://www.jujuadams.com/SNAP/#/5.3/qml)
5.2.0
5.1.2
5.1.1
- Fixed dumb function typos (thanks @tabularelf!)
- Many improvements to the YAML parser:
- Comments no longer need a space after
#
- Brings array
-
token indentation requirement in line with the YAML spec - Can now use tabs (not that the YAML officially supports this 😳)
- Fixes inline JSON characters breaking the parser
- Comments no longer need a space after
5.0.0
- Conversion to PascalCase function names
- New documentation site
- Splits up converters into string-parsers and buffer-parsers for easier use with async file saving/loading
- Adds custom format "null-separated value" files (NSVs) as a faster CSV equivalent
- JSON parser now handles
U+xxxx
character codes - Adds 2D array -> array of structs converter