Skip to content

Commit

Permalink
1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 10, 2020
1 parent f044b8d commit 5f49c36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
## next
## 1.0.0-beta.5 (November 10, 2020)

- Jora became a superset of JSON5 (see #23)
- Added support for template literals
- Added support for multi-line comments
- Added support for hexadecimal numbers
- Added support for hexadecimal escape sequence in strings, i.e. `'hello\x20world'`
- Added support for multiple lines in strings by escaping new line characters
- Added `Infinity` and `NaN` literals
- Fixed string literal parsing to be ECMA-262 compliant
- Changed parsing to recognize line terminators according to ECMA-262 (added `\r\n`, `\u2028` and `\u2029`)
- Allowed a single trailing comma in object and array literals
- Allowed unicode escape sequence in identifier name
- Added `Infinity` and `NaN` literals
- Allowed starting with `$` for object literal property name when a value is defined
- Allowed object literal property names starting with `$` when a value is defined

## 1.0.0-beta.4 (November 4, 2020)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jora",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "JavaScript object query engine",
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
"repository": "discoveryjs/jora",
Expand Down

0 comments on commit 5f49c36

Please sign in to comment.