Skip to content

Commit

Permalink
1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 18, 2024
1 parent 759c47e commit 21ec1cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## next

- Added support for TypedArray in bracket notation, filtering, mapping, matching, spread operator, +/- operators
- Changed `is array` assertion to return `true` for TypedArray values
- Added support for treating TypedArrays as regular arrays
- Fixed `lastIndexOf()` method behavior when `fromIndex` is zero; previously, the search incorrectly started from the end of an array instead of the zero position
- Fixed `group()` method to include elements with an empty array as a key in the group with `key: undefined`; previously, such elements were omitted from the result
- Modified the behavior of slice notation:
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.10",
"version": "1.0.0-beta.11",
"description": "JavaScript object query engine",
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
"repository": "discoveryjs/jora",
Expand Down

0 comments on commit 21ec1cb

Please sign in to comment.