Skip to content

Commit 29ff2bc

Browse files
committed
1.0.0-beta.16
1 parent b48a544 commit 29ff2bc

4 files changed

Lines changed: 21 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next
1+
## 1.0.0-beta.16 (May 23, 2026)
22

33
- New parser implementation (from EBNF compiled with Jison to a custom hand-written parser) with full parity with the old one, but 3x times smaller (from 35Kb to 12Kb) and at least 7x times faster. This reduce the size of minified jora by ~20Kb (from 76KB to 56KB).
44
- Fixed [shorthand entry syntax](https://discoveryjs.github.io/jora/#article:jora-syntax-object-literal&!anchor=shorthand-syntax-for-entries) in some edge cases, like `{ foo() bar() }` where value is stored as `bar` instead of `foo`

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2025 Roman Dvornov <[email protected]>
3+
Copyright (c) 2018-2026 Roman Dvornov <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jora",
3-
"version": "1.0.0-beta.15",
3+
"version": "1.0.0-beta.16",
44
"description": "JavaScript object query engine",
55
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
66
"repository": "discoveryjs/jora",
@@ -67,7 +67,6 @@
6767
"files": [
6868
"cjs",
6969
"dist",
70-
"src",
71-
"!src/compile-modules/**"
70+
"src"
7271
]
7372
}

0 commit comments

Comments
 (0)