v1.0.0-rc.1
Pre-release
Pre-release
- Clarify in ABNF how quotes in multi-line basic and multi-line literal strings
are allowed to be used. - Leading zeroes in exponent parts of floats are permitted.
- Clarify that control characters are not permitted in comments.
- Clarify behavior of tables defined implicitly by dotted keys.
- Clarify that inline tables are immutable.
- Clarify that trailing commas are not allowed in inline tables.
- Clarify in ABNF that UTF-16 surrogate code points (U+D800 - U+DFFF) are not
allowed in strings or comments. - Allow raw tab characters in basic strings and multi-line basic strings.
- Allow heterogenous values in arrays.