Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 9, 2024
1 parent d31aace commit 7979282
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### Features

- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - add `hasBtoaSupport` to namespace
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - add `hasAtobSupport` to namespace
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - add `isEqualArray` to namespace
- [`febd8ae`](https://github.com/stdlib-js/stdlib/commit/febd8aef423c3723ef0cd4a04099faa609a38f51) - add `ndarraylike2ndarray` to namespace
- [`09ffebd`](https://github.com/stdlib-js/stdlib/commit/09ffebdfb9946b7e1dd3c05f58637fa073f0a121) - add `nditerInterleaveSubarrays` to namespace
Expand All @@ -26,6 +28,8 @@

<details>

- [`83db58c`](https://github.com/stdlib-js/stdlib/commit/83db58c78ba649fc42033594017b7fbb6f68b105) - **feat:** add `hasBtoaSupport` to namespace _(by Athan Reines)_
- [`48de2fd`](https://github.com/stdlib-js/stdlib/commit/48de2fd9ae3b4ffa9679e86d86339848ca612399) - **feat:** add `hasAtobSupport` to namespace _(by Athan Reines)_
- [`9a87aca`](https://github.com/stdlib-js/stdlib/commit/9a87acae9646c4c790c1fab60aa1d2f496c18898) - **feat:** add `isEqualArray` to namespace _(by Athan Reines)_
- [`5f8d50d`](https://github.com/stdlib-js/stdlib/commit/5f8d50df14363d06b37b9d551143fc46d90c79bd) - **docs:** update REPL docs _(by Athan Reines)_
- [`febd8ae`](https://github.com/stdlib-js/stdlib/commit/febd8aef423c3723ef0cd4a04099faa609a38f51) - **feat:** add `ndarraylike2ndarray` to namespace _(by Athan Reines)_
Expand Down
4 changes: 3 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2836,7 +2836,7 @@ doWhile,"doWhile( fcn:Function, predicate:Function[, thisArg:any] )"
doWhileAsync,"doWhileAsync( fcn:Function, predicate:Function, done:Function[, thisArg:any] )"
doWhileEach,"doWhileEach( collection:Array|TypedArray|Object, fcn:Function, predicate:Function[, thisArg:any] )"
doWhileEachRight,"doWhileEachRight( collection:Array|TypedArray|Object, fcn:Function, predicate:Function[, thisArg:any] )"
dswap,"dswap( x:ndarray, y:ndarray )"
dswap,"dswap( x:ndarray, y:ndarray[, dim:integer] )"
E,"E"
EMOJI,"EMOJI()"
EMOJI_CODE_PICTO,"EMOJI_CODE_PICTO()"
Expand Down Expand Up @@ -3112,6 +3112,7 @@ hasArrayBufferSupport,"hasArrayBufferSupport()"
hasArrowFunctionSupport,"hasArrowFunctionSupport()"
hasAsyncAwaitSupport,"hasAsyncAwaitSupport()"
hasAsyncIteratorSymbolSupport,"hasAsyncIteratorSymbolSupport()"
hasAtobSupport,"hasAtobSupport()"
hasBigInt64ArraySupport,"hasBigInt64ArraySupport()"
hasBigIntSupport,"hasBigIntSupport()"
hasBigUint64ArraySupport,"hasBigUint64ArraySupport()"
Expand Down Expand Up @@ -3523,6 +3524,7 @@ isEmptyString.isPrimitive,"isEmptyString.isPrimitive( value:any )"
isEmptyString.isObject,"isEmptyString.isObject( value:any )"
isEnumerableProperty,"isEnumerableProperty( value:any, property:any )"
isEnumerablePropertyIn,"isEnumerablePropertyIn( value:any, property:any )"
isEqualArray,"isEqualArray( v1:any, v2:any )"
isError,"isError( value:any )"
isEvalError,"isEvalError( value:any )"
isEven,"isEven( value:any )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 7979282

Please sign in to comment.