Skip to content

Commit

Permalink
1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 6, 2023
1 parent 22655d1 commit 26696ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next
## 1.0.0-beta.10 (December 6, 2023)

- Introduced basic support for function arguments in the syntax, allowing `$arg => expr` and `($a, $b) => expr` forms to be supported
- Changed the behavior of `this` in custom methods and assertions defined as functions to include a `context` reference to the query context. Additionally, introduced `this.method(name, ...args)` and `this.assertion(name, ...args)` methods to call a custom method or use an assertion.
Expand Down
16 changes: 14 additions & 2 deletions 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.9",
"version": "1.0.0-beta.10",
"description": "JavaScript object query engine",
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
"repository": "discoveryjs/jora",
Expand Down

0 comments on commit 26696ea

Please sign in to comment.