diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml
index f92a6c5c..f4575e92 100644
--- a/.github/workflows/productionize.yml
+++ b/.github/workflows/productionize.yml
@@ -94,8 +94,8 @@ jobs:
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
fi
- # Configure git:
- - name: 'Configure git'
+ # Configure Git:
+ - name: 'Configure Git'
run: |
git config --local user.email "noreply@stdlib.io"
git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
# Pin action to full length commit SHA
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- # Configure git:
- - name: 'Configure git'
+ # Configure Git:
+ - name: 'Configure Git'
run: |
git config --local user.email "noreply@stdlib.io"
git config --local user.name "stdlib-bot"
@@ -366,8 +366,8 @@ jobs:
# Pin action to full length commit SHA
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- # Configure git:
- - name: 'Configure git'
+ # Configure Git:
+ - name: 'Configure Git'
run: |
git config --local user.email "noreply@stdlib.io"
git config --local user.name "stdlib-bot"
@@ -539,8 +539,8 @@ jobs:
# Pin action to full length commit SHA
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- # Configure git:
- - name: 'Configure git'
+ # Configure Git:
+ - name: 'Configure Git'
run: |
git config --local user.email "noreply@stdlib.io"
git config --local user.name "stdlib-bot"
@@ -735,8 +735,8 @@ jobs:
echo "bump=true" >> $GITHUB_OUTPUT
fi
- # Configure git:
- - name: 'Configure git'
+ # Configure Git:
+ - name: 'Configure Git'
if: steps.check-if-bump.outputs.bump
run: |
git config --local user.email "noreply@stdlib.io"
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 027cf188..7c5cfa84 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -72,8 +72,8 @@ jobs:
node-version: 20
timeout-minutes: 5
- # Configure git:
- - name: 'Configure git'
+ # Configure Git:
+ - name: 'Configure Git'
run: |
git config --local user.email "noreply@stdlib.io"
git config --local user.name "stdlib-bot"
@@ -164,7 +164,7 @@ jobs:
# Publish package to npm:
- name: 'Publish package to npm'
# Pin action to full length commit SHA
- uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
+ uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
diff --git a/.gitignore b/.gitignore
index 49b206b8..4fdc97c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
+yarn.lock
+package-lock.json
# Typescript #
##############
diff --git a/.npmrc b/.npmrc
index 5af90674..58dbd107 100644
--- a/.npmrc
+++ b/.npmrc
@@ -27,5 +27,5 @@ shrinkwrap = false
# Disable automatically "saving" dependencies on install:
save = false
-# Generate provenance metadata:
-provenance = true
+# Do not generate provenance metadata:
+provenance = false
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33ddabfc..bb64f668 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,9 @@
> Package changelog.
-
+
-## Unreleased (2024-07-16)
+## 0.3.0 (2024-08-17)
@@ -20,7 +20,7 @@
##### Features
-- [`e624c49`](https://github.com/stdlib-js/stdlib/commit/e624c49ec5d522b7dd606df464fc65c7ff01e893) - update namespace TypeScript declarations [(##1937)](#1937)
+- [`e624c49`](https://github.com/stdlib-js/stdlib/commit/e624c49ec5d522b7dd606df464fc65c7ff01e893) - update namespace TypeScript declarations [(#1937)](https://github.com/stdlib-js/stdlib/pull/1937)
- [`9948198`](https://github.com/stdlib-js/stdlib/commit/99481980825b0aeae43a3074a4d6ce96c9eafef7) - add `isNonNegativeFinite` to namespace
@@ -845,7 +845,7 @@
##### Features
-- [`50616dc`](https://github.com/stdlib-js/stdlib/commit/50616dccd4e5fdda898315358bf5f1d91a254b22) - add @stdlib/assert/is-nonnegative-finite [(##1354)](#1354)
+- [`50616dc`](https://github.com/stdlib-js/stdlib/commit/50616dccd4e5fdda898315358bf5f1d91a254b22) - add @stdlib/assert/is-nonnegative-finite [(#1354)](https://github.com/stdlib-js/stdlib/pull/1354)
@@ -922,7 +922,7 @@
##### Features
-- [`f36bef4`](https://github.com/stdlib-js/stdlib/commit/f36bef4200f32f136243c0ff1ebd083dfcf1c133) - add `assert/is-nonpositive-finite` [(##1396)](#1396)
+- [`f36bef4`](https://github.com/stdlib-js/stdlib/commit/f36bef4200f32f136243c0ff1ebd083dfcf1c133) - add `assert/is-nonpositive-finite` [(#1396)](https://github.com/stdlib-js/stdlib/pull/1396)
@@ -944,7 +944,7 @@
This release closes the following issue:
-[##1343](#1343)
+[#1343](https://github.com/stdlib-js/stdlib/issues/1343)
@@ -1054,7 +1054,7 @@ This release closes the following issue:
##### Features
-- [`a4e21fb`](https://github.com/stdlib-js/stdlib/commit/a4e21fbfa3d03a1213c0cf4ec3e7305cd2a0c215) - add `assert/is-positive-finite` [(##1358)](#1358)
+- [`a4e21fb`](https://github.com/stdlib-js/stdlib/commit/a4e21fbfa3d03a1213c0cf4ec3e7305cd2a0c215) - add `assert/is-positive-finite` [(#1358)](https://github.com/stdlib-js/stdlib/pull/1358)
@@ -1186,7 +1186,7 @@ This release closes the following issue:
##### Features
-- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - add `assert/is-ragged-nested-array` (#1368) [(##1368)](#1368 )
+- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - add `assert/is-ragged-nested-array` (#1368) [(#1368)](https://github.com/stdlib-js/stdlib/pull/1368 )
@@ -1198,7 +1198,7 @@ This release closes the following issue:
This release closes the following issue:
-[##1347](#1347)
+[#1347](https://github.com/stdlib-js/stdlib/issues/1347)
@@ -1550,7 +1550,7 @@ This release closes the following issue:
##### Features
-- [`0f3838c`](https://github.com/stdlib-js/stdlib/commit/0f3838c60707ee9e1fd9632c8117f598ff8a60eb) - add `assert/is-well-formed-string` [(##1388)](#1388)
+- [`0f3838c`](https://github.com/stdlib-js/stdlib/commit/0f3838c60707ee9e1fd9632c8117f598ff8a60eb) - add `assert/is-well-formed-string` [(#1388)](https://github.com/stdlib-js/stdlib/pull/1388)
@@ -1572,7 +1572,7 @@ This release closes the following issue:
This release closes the following issue:
-[##1065](#1065)
+[#1065](https://github.com/stdlib-js/stdlib/issues/1065)
@@ -1660,7 +1660,7 @@ This release closes the following issue:
A total of 3 issues were closed in this release:
-[##1065](#1065), [##1343](#1343), [##1347](#1347)
+[#1065](https://github.com/stdlib-js/stdlib/issues/1065), [#1343](https://github.com/stdlib-js/stdlib/issues/1343), [#1347](https://github.com/stdlib-js/stdlib/issues/1347)
@@ -1670,11 +1670,10 @@ A total of 3 issues were closed in this release:
### Contributors
-A total of 10 people contributed to this release. Thank you to the following contributors:
+A total of 9 people contributed to this release. Thank you to the following contributors:
- Aditya Sapra
- Athan Reines
-- Athan Reines
- Gunj Joshi
- Jaysukh Makvana
- Philipp Burckhardt
@@ -1685,78 +1684,582 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
+
+
+
+### Commits
+
+
+
+- [`dca9cf7`](https://github.com/stdlib-js/stdlib/commit/dca9cf7b5d08dccdc3487ddc245e9a22a74a274a) - **docs:** change indentation from tabs to spaces in JSDoc example code _(by Philipp Burckhardt)_
+- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
+- [`659f752`](https://github.com/stdlib-js/stdlib/commit/659f752db18317bf5fc237fdbcad0d74b61e1ed9) - **style:** add missing spaces _(by Philipp Burckhardt)_
+- [`a5c9e56`](https://github.com/stdlib-js/stdlib/commit/a5c9e56a3ea7198ae4fe3248d4bfaa9e1d19bfcd) - **feat:** add `assert/is-same-booleanarray` [(#2401)](https://github.com/stdlib-js/stdlib/pull/2401) _(by Jaysukh Makvana, Athan Reines)_
+- [`7c36ea3`](https://github.com/stdlib-js/stdlib/commit/7c36ea3437d16b7ce4fd86d76636b5a5d77d04c3) - **feat:** add `assert/is-booleanarray` [(#2299)](https://github.com/stdlib-js/stdlib/pull/2299) _(by Jaysukh Makvana, Athan Reines)_
+- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(#2269)](https://github.com/stdlib-js/stdlib/pull/2269) _(by stdlib-bot)_
+- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
+- [`038b199`](https://github.com/stdlib-js/stdlib/commit/038b199c32842c02cf678e3ae8305a17aacda05e) - **docs:** update paths _(by Athan Reines)_
+- [`bab31c8`](https://github.com/stdlib-js/stdlib/commit/bab31c85d8793ebae625c2b5146a714294e3003f) - **refactor:** update paths _(by Athan Reines)_
+- [`e77b013`](https://github.com/stdlib-js/stdlib/commit/e77b0137cccdd22b6c63581ac4f3f370c8e6d671) - **refactor:** update paths _(by Athan Reines)_
+- [`db69d04`](https://github.com/stdlib-js/stdlib/commit/db69d047d51336e71ea14e732b20d6b9401c5cf9) - **refactor:** update path _(by Athan Reines)_
+- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
+- [`ec98887`](https://github.com/stdlib-js/stdlib/commit/ec9888724c28aa7218d88ff62b91b71c0089c559) - **docs:** update related packages sections [(#2241)](https://github.com/stdlib-js/stdlib/pull/2241) _(by stdlib-bot)_
+- [`53fd65d`](https://github.com/stdlib-js/stdlib/commit/53fd65de03a466f6cf3ca0752c0908a57ef151b1) - **docs:** update related packages sections [(#2240)](https://github.com/stdlib-js/stdlib/pull/2240) _(by stdlib-bot)_
+- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
+- [`430a519`](https://github.com/stdlib-js/stdlib/commit/430a519e63cdbc09ca8df52d125067d43249185d) - **fix:** use isError package so function works across realms _(by Philipp Burckhardt)_
+- [`5e61bcf`](https://github.com/stdlib-js/stdlib/commit/5e61bcfda50814e22d77598e3128be21b7d21c94) - **docs:** update related packages sections [(#2184)](https://github.com/stdlib-js/stdlib/pull/2184) _(by stdlib-bot)_
+- [`b5a5da6`](https://github.com/stdlib-js/stdlib/commit/b5a5da64e43f449318e74136c291a482e2fd1c39) - **feat:** add API to check for a specified property _(by Athan Reines)_
+- [`16ab7f7`](https://github.com/stdlib-js/stdlib/commit/16ab7f7f7ebef7cb2dad98930d5306d03ec700a1) - **feat:** add `assert/napi/has-property` _(by Athan Reines)_
+- [`1c8b757`](https://github.com/stdlib-js/stdlib/commit/1c8b7574ebb41a431e5728457dee2c1f4f372ac5) - **docs:** update related packages sections [(#2135)](https://github.com/stdlib-js/stdlib/pull/2135) _(by stdlib-bot)_
+- [`98ae85e`](https://github.com/stdlib-js/stdlib/commit/98ae85e1daf32d48a1d3173cfbcb229c722fc79c) - **docs:** update related packages sections [(#2107)](https://github.com/stdlib-js/stdlib/pull/2107) _(by stdlib-bot)_
+- [`8a88ec1`](https://github.com/stdlib-js/stdlib/commit/8a88ec1f450ddc7cc4e9004f94299fe864bf7acb) - **docs:** update related packages sections [(#2006)](https://github.com/stdlib-js/stdlib/pull/2006) _(by stdlib-bot)_
+- [`e624c49`](https://github.com/stdlib-js/stdlib/commit/e624c49ec5d522b7dd606df464fc65c7ff01e893) - **feat:** update namespace TypeScript declarations [(#1937)](https://github.com/stdlib-js/stdlib/pull/1937) _(by stdlib-bot)_
+- [`5c03720`](https://github.com/stdlib-js/stdlib/commit/5c037206504ac00cb49d1d70b39e7345505d3ed2) - **docs:** update namespace table of contents [(#1920)](https://github.com/stdlib-js/stdlib/pull/1920) _(by stdlib-bot, Philipp Burckhardt)_
+- [`9948198`](https://github.com/stdlib-js/stdlib/commit/99481980825b0aeae43a3074a4d6ce96c9eafef7) - **feat:** add `isNonNegativeFinite` to namespace _(by Athan Reines)_
+- [`6cbdcae`](https://github.com/stdlib-js/stdlib/commit/6cbdcae47542aa4a7ca9a1691f584fc1ff03c4f9) - **docs:** update test messages, comments, and benchmarks _(by Athan Reines)_
+- [`72a7f44`](https://github.com/stdlib-js/stdlib/commit/72a7f44f1706450692122c2b05eccd03672a0dad) - **docs:** remove blank line [(#1726)](https://github.com/stdlib-js/stdlib/pull/1726) _(by stdlib-bot)_
+- [`06ab422`](https://github.com/stdlib-js/stdlib/commit/06ab4229dfdef730026182aefc086d35e11d503a) - **style:** use two spaces for indentation _(by Philipp Burckhardt)_
+- [`a8676e3`](https://github.com/stdlib-js/stdlib/commit/a8676e399ca6a29d83904c1ec8ec816e4041a2de) - **bench:** update `assert/is-boolean` benchmarks to measure affirmative/negative test values [(#1458)](https://github.com/stdlib-js/stdlib/pull/1458) _(by Snehil Shah)_
+- [`2bde735`](https://github.com/stdlib-js/stdlib/commit/2bde7358e1b5aabf93639742026eda57d79cce17) - **feat:** add `assert/is-same-date-object` _(by Aditya Sapra, Athan Reines, Philipp Burckhardt)_
+- [`5cfd0a8`](https://github.com/stdlib-js/stdlib/commit/5cfd0a8712299d680aff7f9d8fca0c0ac69de56b) - **chore:** update package meta data [(#1462)](https://github.com/stdlib-js/stdlib/pull/1462) _(by stdlib-bot)_
+- [`615bcf1`](https://github.com/stdlib-js/stdlib/commit/615bcf165b0a9a9aad5f6591024e2dd1655c8914) - **docs:** update related packages sections [(#1441)](https://github.com/stdlib-js/stdlib/pull/1441) _(by stdlib-bot)_
+- [`5b2f0f6`](https://github.com/stdlib-js/stdlib/commit/5b2f0f6a9e071b74a3eee86c85546ef8fc083042) - **docs:** update related packages sections [(#1415)](https://github.com/stdlib-js/stdlib/pull/1415) _(by stdlib-bot, Athan Reines)_
+- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
+- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
+- [`0f3838c`](https://github.com/stdlib-js/stdlib/commit/0f3838c60707ee9e1fd9632c8117f598ff8a60eb) - **feat:** add `assert/is-well-formed-string` [(#1388)](https://github.com/stdlib-js/stdlib/pull/1388) _(by Gunj Joshi, Philipp Burckhardt)_
+- [`f36bef4`](https://github.com/stdlib-js/stdlib/commit/f36bef4200f32f136243c0ff1ebd083dfcf1c133) - **feat:** add `assert/is-nonpositive-finite` [(#1396)](https://github.com/stdlib-js/stdlib/pull/1396) _(by Shubham Mishra, Philipp Burckhardt)_
+- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - **feat:** add `assert/is-ragged-nested-array` (#1368) [(#1368)](https://github.com/stdlib-js/stdlib/pull/1368 ) _(by Rutam, Athan Reines)_
+- [`2f1f30e`](https://github.com/stdlib-js/stdlib/commit/2f1f30e14ba74c4e767eadd5650a84e3c3901b6c) - **refactor:** avoid duplicate assertion logic and fix documentation errors _(by Athan Reines)_
+- [`8ebd6f7`](https://github.com/stdlib-js/stdlib/commit/8ebd6f770e563cc7cce79e11424c3fb85736ad42) - **refactor:** avoid assertion duplication and fix package meta data _(by Athan Reines)_
+- [`0a081ce`](https://github.com/stdlib-js/stdlib/commit/0a081ce87dec3491252ffb9c45cc9fa6e695cbe5) - **fix:** use `valueOf` to return primitive value _(by Athan Reines)_
+- [`e5f293c`](https://github.com/stdlib-js/stdlib/commit/e5f293c29515cb19432fde637fab6c08aa5aed61) - **test:** add object test _(by Athan Reines)_
+- [`e1d5359`](https://github.com/stdlib-js/stdlib/commit/e1d5359fbfd549658b8a1fe8c8c14930384d29ef) - **refactor:** avoid assertion duplication and update examples _(by Athan Reines)_
+- [`a4e21fb`](https://github.com/stdlib-js/stdlib/commit/a4e21fbfa3d03a1213c0cf4ec3e7305cd2a0c215) - **feat:** add `assert/is-positive-finite` [(#1358)](https://github.com/stdlib-js/stdlib/pull/1358) _(by Aditya Sapra, Philipp Burckhardt)_
+- [`609682c`](https://github.com/stdlib-js/stdlib/commit/609682c8ef64ecf0fb6a4d7094e226a99a985ab5) - **feat:** add assert/is-negative-finite _(by Gunj Joshi, Philipp Burckhardt)_
+- [`50616dc`](https://github.com/stdlib-js/stdlib/commit/50616dccd4e5fdda898315358bf5f1d91a254b22) - **feat:** add @stdlib/assert/is-nonnegative-finite [(#1354)](https://github.com/stdlib-js/stdlib/pull/1354) _(by Spandan Barve, Philipp Burckhardt)_
+
+
+
+
+
+
+
+
+
+
+
+
+
+## 0.2.1 (2024-02-05)
+
+No changes reported for this release.
+
+
+
+
+
+
+
+## 0.2.0 (2024-02-05)
+
+
+
+### Packages
+
+
+
+#### [@stdlib/assert](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert)
+
+
+
+
+
+##### Features
+
+- [`2693e3b`](https://github.com/stdlib-js/stdlib/commit/2693e3b3f0382542a51fc57d78e9ab59e2dc0681) - update namespace TypeScript declarations [(#1287)](https://github.com/stdlib-js/stdlib/pull/1287)
+- [`c4a7321`](https://github.com/stdlib-js/stdlib/commit/c4a7321ab22c50f9248d79a64946c97aea3c5609) - add `isSameArray` to namespace
+- [`d5b056e`](https://github.com/stdlib-js/stdlib/commit/d5b056e5fbd46e8a11bfc299e086d9c38fabb804) - add `isSameComplex64` to namespace
+- [`8149b5e`](https://github.com/stdlib-js/stdlib/commit/8149b5e1d6dff960a24fbd12618f347c61ac94f7) - add `isSameComplex128` to namespace
+- [`8866658`](https://github.com/stdlib-js/stdlib/commit/8866658bedebc42efa27641918f33ab9a6315b83) - add `isSameComplex64Array` to namespace
+- [`a6f4960`](https://github.com/stdlib-js/stdlib/commit/a6f4960ccd3d2cd6f07f91badd41639f0a226ae3) - add `isSameComplex128Array` to namespace
+- [`4d88146`](https://github.com/stdlib-js/stdlib/commit/4d88146f1d794aaecad463dd22df5a3da8385ed3) - add `isSameFloat32Array` to namespace
+- [`4ae83bb`](https://github.com/stdlib-js/stdlib/commit/4ae83bbddc5ca8f29a478bd8d5023f41a69a7d92) - add `isSameFloat64Array` to namespace
+- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170)
+- [`a30ae15`](https://github.com/stdlib-js/stdlib/commit/a30ae1551f88de4a9a7950ed6146f4882220fc5f) - add `isComplex128VectorLike` to namespace
+- [`c7b40d0`](https://github.com/stdlib-js/stdlib/commit/c7b40d0569d231846137c10b54444c295458fceb) - add `isComplex128ndarrayLike` to namespace
+- [`174df9f`](https://github.com/stdlib-js/stdlib/commit/174df9f03fe0a51b21539cc1acf02cb0ec74943f) - add `isComplex128MatrixLike` to namespace
+- [`82ee4a5`](https://github.com/stdlib-js/stdlib/commit/82ee4a5e90ee55bbb01c0977151ac5e8b25fbf10) - add `isComplex64VectorLike` to namespace
+- [`98d82b5`](https://github.com/stdlib-js/stdlib/commit/98d82b5df39ae6b4acf7ebfb7bb4df5eb74a045d) - add `isComplex64ndarrayLike` to namespace
+- [`df4de54`](https://github.com/stdlib-js/stdlib/commit/df4de54149eab31b6a44439f42a6a8b08c2fb0de) - add `isComplex64MatrixLike` to namespace
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-complex128matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128matrix-like)
+
+
+
+
+
+##### Features
+
+- [`6e4eb77`](https://github.com/stdlib-js/stdlib/commit/6e4eb77b2e4c3ade92e0661c4663182ecee95eff) - add `assert/is-complex128matrix-like`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-complex128ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128ndarray-like)
+
+
+
+
+
+##### Features
+
+- [`59bd897`](https://github.com/stdlib-js/stdlib/commit/59bd897bbd551c3066b98d16ff43b12c6908f576) - add `assert/is-complex128ndarray-like`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-complex128vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128vector-like)
+
+
+
+
+
+##### Features
+
+- [`55a2359`](https://github.com/stdlib-js/stdlib/commit/55a2359b8c6e619c6fed03c48f9e804f4f400212) - add `assert/is-complex128vector-like`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-complex64matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64matrix-like)
+
+
+
+
+
+##### Features
+
+- [`af81f5b`](https://github.com/stdlib-js/stdlib/commit/af81f5b5439e293ae6552d11a87c1a30939badbd) - add `assert/is-complex64matrix-like`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-complex64ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64ndarray-like)
+
+
+
+
+
+##### Features
+
+- [`ae603fb`](https://github.com/stdlib-js/stdlib/commit/ae603fb03e8a80b383a321a79f63c5dc3c5bb9b7) - add `assert/is-complex64ndarray-like`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-complex64vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64vector-like)
+
+
+
+
+
+##### Features
+
+- [`38e466c`](https://github.com/stdlib-js/stdlib/commit/38e466c86a86daeccbe3ad879a18b3b99b004be4) - add `assert/is-complex64vector-like`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-array)
+
+
+
+
+
+##### Features
+
+- [`0319dc2`](https://github.com/stdlib-js/stdlib/commit/0319dc25597fc13a88570aff9b234d8fdd84011f) - add `assert/is-same-array`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-complex128](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex128)
+
+
+
+
+
+##### Features
+
+- [`e3a6668`](https://github.com/stdlib-js/stdlib/commit/e3a6668c6eecd75ce4a72cbb6e87d3ff20beda38) - add `assert/is-same-complex128`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-complex128array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex128array)
+
+
+
+
+
+##### Features
+
+- [`70a9e53`](https://github.com/stdlib-js/stdlib/commit/70a9e53b48eda497d92b08490a55903efff1b76b) - add `assert/is-same-complex128array`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex64)
+
+
+
+
+
+##### Features
+
+- [`2fe3462`](https://github.com/stdlib-js/stdlib/commit/2fe34629a275457211b7765ce1e3424f11a49a11) - add `assert/is-same-complex64`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-complex64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex64array)
+
+
+
+
+
+##### Features
+
+- [`3bf2698`](https://github.com/stdlib-js/stdlib/commit/3bf269856dee72622be566a641e29e4fbcd9646a) - add `assert/is-same-complex64array`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-float32array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-float32array)
+
+
+
+
+
+##### Features
+
+- [`c19c4b5`](https://github.com/stdlib-js/stdlib/commit/c19c4b5e800b065ad5855f95b9bccf5a8d8224e8) - add `assert/is-same-float32array`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-float64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-float64array)
+
+
+
+
+
+##### Features
+
+- [`cf9a17f`](https://github.com/stdlib-js/stdlib/commit/cf9a17ff9ac1f00968a6a4656694a5b4fee88bb8) - add `assert/is-same-float64array`
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-value](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-value)
+
+
+
+
+
+##### Features
+
+- [`5c01d25`](https://github.com/stdlib-js/stdlib/commit/5c01d258ced2e4946317fab531ba52e7173a3448) - add support for complex number objects
+
+
+
+
+
+
+
+
+
+
+
+
+
+#### [@stdlib/assert/is-same-value-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-value-zero)
+
+
+
+
+
+##### Features
+
+- [`207083b`](https://github.com/stdlib-js/stdlib/commit/207083bbcc3586f22b9d304b92fef7effbcdb782) - add support for complex number objects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+### Contributors
+
+A total of 2 people contributed to this release. Thank you to the following contributors:
+
+- Athan Reines
+- Philipp Burckhardt
+
+
+
+
+
+
+
+### Commits
+
+
+
+- [`18c2502`](https://github.com/stdlib-js/stdlib/commit/18c250220e23aa825b05ec5898927ea6b261ca43) - **docs:** update related packages sections [(#1303)](https://github.com/stdlib-js/stdlib/pull/1303) _(by stdlib-bot)_
+- [`2693e3b`](https://github.com/stdlib-js/stdlib/commit/2693e3b3f0382542a51fc57d78e9ab59e2dc0681) - **feat:** update namespace TypeScript declarations [(#1287)](https://github.com/stdlib-js/stdlib/pull/1287) _(by stdlib-bot, Athan Reines)_
+- [`322d1ca`](https://github.com/stdlib-js/stdlib/commit/322d1cac1bb150c548b5ad3b3086acd8e74a7bbd) - **docs:** update namespace table of contents [(#1284)](https://github.com/stdlib-js/stdlib/pull/1284) _(by stdlib-bot, Philipp Burckhardt)_
+- [`2786c2e`](https://github.com/stdlib-js/stdlib/commit/2786c2e5c22e189f1d29eabc5a2225f3b728f051) - **docs:** update related packages sections [(#1283)](https://github.com/stdlib-js/stdlib/pull/1283) _(by stdlib-bot)_
+- [`afa953b`](https://github.com/stdlib-js/stdlib/commit/afa953bde057e396e614ea35b7a32fd5b77479ea) - **docs:** update related packages sections [(#1281)](https://github.com/stdlib-js/stdlib/pull/1281) _(by stdlib-bot)_
+- [`c4a7321`](https://github.com/stdlib-js/stdlib/commit/c4a7321ab22c50f9248d79a64946c97aea3c5609) - **feat:** add `isSameArray` to namespace _(by Athan Reines)_
+- [`0319dc2`](https://github.com/stdlib-js/stdlib/commit/0319dc25597fc13a88570aff9b234d8fdd84011f) - **feat:** add `assert/is-same-array` _(by Athan Reines)_
+- [`a2158dd`](https://github.com/stdlib-js/stdlib/commit/a2158dda7817e0cd367300884a6c78fd0dcbf4c0) - **docs:** update related packages sections [(#1275)](https://github.com/stdlib-js/stdlib/pull/1275) _(by stdlib-bot)_
+- [`d5b056e`](https://github.com/stdlib-js/stdlib/commit/d5b056e5fbd46e8a11bfc299e086d9c38fabb804) - **feat:** add `isSameComplex64` to namespace _(by Athan Reines)_
+- [`2fe3462`](https://github.com/stdlib-js/stdlib/commit/2fe34629a275457211b7765ce1e3424f11a49a11) - **feat:** add `assert/is-same-complex64` _(by Athan Reines)_
+- [`8149b5e`](https://github.com/stdlib-js/stdlib/commit/8149b5e1d6dff960a24fbd12618f347c61ac94f7) - **feat:** add `isSameComplex128` to namespace _(by Athan Reines)_
+- [`e3a6668`](https://github.com/stdlib-js/stdlib/commit/e3a6668c6eecd75ce4a72cbb6e87d3ff20beda38) - **feat:** add `assert/is-same-complex128` _(by Athan Reines)_
+- [`8866658`](https://github.com/stdlib-js/stdlib/commit/8866658bedebc42efa27641918f33ab9a6315b83) - **feat:** add `isSameComplex64Array` to namespace _(by Athan Reines)_
+- [`3bf2698`](https://github.com/stdlib-js/stdlib/commit/3bf269856dee72622be566a641e29e4fbcd9646a) - **feat:** add `assert/is-same-complex64array` _(by Athan Reines)_
+- [`713a080`](https://github.com/stdlib-js/stdlib/commit/713a080680ea57d95f1925f065b5fa5b8a70dd79) - **docs:** fix description _(by Athan Reines)_
+- [`3ecf1c9`](https://github.com/stdlib-js/stdlib/commit/3ecf1c9840938b0c81d6503f4e752626d0bef0a0) - **docs:** fix description _(by Athan Reines)_
+- [`7195517`](https://github.com/stdlib-js/stdlib/commit/719551775362d649ca905a171b33d8b9abd75b6e) - **docs:** fix description _(by Athan Reines)_
+- [`a6f4960`](https://github.com/stdlib-js/stdlib/commit/a6f4960ccd3d2cd6f07f91badd41639f0a226ae3) - **feat:** add `isSameComplex128Array` to namespace _(by Athan Reines)_
+- [`70a9e53`](https://github.com/stdlib-js/stdlib/commit/70a9e53b48eda497d92b08490a55903efff1b76b) - **feat:** add `assert/is-same-complex128array` _(by Athan Reines)_
+- [`4d88146`](https://github.com/stdlib-js/stdlib/commit/4d88146f1d794aaecad463dd22df5a3da8385ed3) - **feat:** add `isSameFloat32Array` to namespace _(by Athan Reines)_
+- [`c19c4b5`](https://github.com/stdlib-js/stdlib/commit/c19c4b5e800b065ad5855f95b9bccf5a8d8224e8) - **feat:** add `assert/is-same-float32array` _(by Athan Reines)_
+- [`4ae83bb`](https://github.com/stdlib-js/stdlib/commit/4ae83bbddc5ca8f29a478bd8d5023f41a69a7d92) - **feat:** add `isSameFloat64Array` to namespace _(by Athan Reines)_
+- [`cf9a17f`](https://github.com/stdlib-js/stdlib/commit/cf9a17ff9ac1f00968a6a4656694a5b4fee88bb8) - **feat:** add `assert/is-same-float64array` _(by Athan Reines)_
+- [`207083b`](https://github.com/stdlib-js/stdlib/commit/207083bbcc3586f22b9d304b92fef7effbcdb782) - **feat:** add support for complex number objects _(by Athan Reines)_
+- [`d8cc963`](https://github.com/stdlib-js/stdlib/commit/d8cc96345ccb3cfc89383f339d4a92eedbdb724d) - **docs:** update note _(by Athan Reines)_
+- [`5c01d25`](https://github.com/stdlib-js/stdlib/commit/5c01d258ced2e4946317fab531ba52e7173a3448) - **feat:** add support for complex number objects _(by Athan Reines)_
+- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
+- [`cf3668f`](https://github.com/stdlib-js/stdlib/commit/cf3668f92234f5b25369001ca6a05a434d577ba1) - **docs:** update related packages sections [(#1210)](https://github.com/stdlib-js/stdlib/pull/1210) _(by stdlib-bot)_
+- [`1879534`](https://github.com/stdlib-js/stdlib/commit/18795348ac0c51d3b13c1b26c0f5921ec5fd010c) - **docs:** update related packages sections [(#1179)](https://github.com/stdlib-js/stdlib/pull/1179) _(by stdlib-bot)_
+- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - **feat:** update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170) _(by stdlib-bot, Athan Reines)_
+- [`d575e8b`](https://github.com/stdlib-js/stdlib/commit/d575e8b063a37d90c3178fcff7b425314ae73c98) - **docs:** update related packages sections [(#1167)](https://github.com/stdlib-js/stdlib/pull/1167) _(by stdlib-bot)_
+- [`74bf172`](https://github.com/stdlib-js/stdlib/commit/74bf172cde4e19feaf4840c9e03b904bf9819934) - **docs:** update related packages sections [(#1165)](https://github.com/stdlib-js/stdlib/pull/1165) _(by stdlib-bot)_
+- [`6ff6caf`](https://github.com/stdlib-js/stdlib/commit/6ff6cafeb4e71cb856ded8e0b42957a627fe617d) - **docs:** update namespace table of contents [(#1162)](https://github.com/stdlib-js/stdlib/pull/1162 ) _(by stdlib-bot)_
+- [`26cf434`](https://github.com/stdlib-js/stdlib/commit/26cf4347b243f1f363273481512e1ffebcb27ad5) - **docs:** update related packages sections [(#1156)](https://github.com/stdlib-js/stdlib/pull/1156) _(by stdlib-bot)_
+- [`73f98e4`](https://github.com/stdlib-js/stdlib/commit/73f98e4e8dea53ece4a617b042f9d817643b4850) - **docs:** update related packages sections [(#1150)](https://github.com/stdlib-js/stdlib/pull/1150) _(by stdlib-bot)_
+- [`a30ae15`](https://github.com/stdlib-js/stdlib/commit/a30ae1551f88de4a9a7950ed6146f4882220fc5f) - **feat:** add `isComplex128VectorLike` to namespace _(by Athan Reines)_
+- [`55a2359`](https://github.com/stdlib-js/stdlib/commit/55a2359b8c6e619c6fed03c48f9e804f4f400212) - **feat:** add `assert/is-complex128vector-like` _(by Athan Reines)_
+- [`c7b40d0`](https://github.com/stdlib-js/stdlib/commit/c7b40d0569d231846137c10b54444c295458fceb) - **feat:** add `isComplex128ndarrayLike` to namespace _(by Athan Reines)_
+- [`59bd897`](https://github.com/stdlib-js/stdlib/commit/59bd897bbd551c3066b98d16ff43b12c6908f576) - **feat:** add `assert/is-complex128ndarray-like` _(by Athan Reines)_
+- [`174df9f`](https://github.com/stdlib-js/stdlib/commit/174df9f03fe0a51b21539cc1acf02cb0ec74943f) - **feat:** add `isComplex128MatrixLike` to namespace _(by Athan Reines)_
+- [`6e4eb77`](https://github.com/stdlib-js/stdlib/commit/6e4eb77b2e4c3ade92e0661c4663182ecee95eff) - **feat:** add `assert/is-complex128matrix-like` _(by Athan Reines)_
+- [`82ee4a5`](https://github.com/stdlib-js/stdlib/commit/82ee4a5e90ee55bbb01c0977151ac5e8b25fbf10) - **feat:** add `isComplex64VectorLike` to namespace _(by Athan Reines)_
+- [`38e466c`](https://github.com/stdlib-js/stdlib/commit/38e466c86a86daeccbe3ad879a18b3b99b004be4) - **feat:** add `assert/is-complex64vector-like` _(by Athan Reines)_
+- [`98d82b5`](https://github.com/stdlib-js/stdlib/commit/98d82b5df39ae6b4acf7ebfb7bb4df5eb74a045d) - **feat:** add `isComplex64ndarrayLike` to namespace _(by Athan Reines)_
+- [`ae603fb`](https://github.com/stdlib-js/stdlib/commit/ae603fb03e8a80b383a321a79f63c5dc3c5bb9b7) - **feat:** add `assert/is-complex64ndarray-like` _(by Athan Reines)_
+- [`df4de54`](https://github.com/stdlib-js/stdlib/commit/df4de54149eab31b6a44439f42a6a8b08c2fb0de) - **feat:** add `isComplex64MatrixLike` to namespace _(by Athan Reines)_
+- [`af81f5b`](https://github.com/stdlib-js/stdlib/commit/af81f5b5439e293ae6552d11a87c1a30939badbd) - **feat:** add `assert/is-complex64matrix-like` _(by Athan Reines)_
+- [`d42deeb`](https://github.com/stdlib-js/stdlib/commit/d42deeb6dca3be081bf4a0b5fa0886eadb841937) - **refactor:** rely on `dtype` to indicate underlying data type _(by Athan Reines)_
+- [`76e1741`](https://github.com/stdlib-js/stdlib/commit/76e1741244c3e90dd9255598aaa4858d229bf7bb) - **refactor:** rely on `dtype` to indicate underlying data type _(by Athan Reines)_
+- [`de3a1ba`](https://github.com/stdlib-js/stdlib/commit/de3a1baedcee50f6f7a9d0a23910fe9ffc690e00) - **refactor:** rely on `dtype` to indicate underlying data type _(by Athan Reines)_
+- [`2c7bf58`](https://github.com/stdlib-js/stdlib/commit/2c7bf58f717f9010645d30c395cf89efbb6faaf8) - **refactor:** rely on `dtype` to indicate underlying data type _(by Athan Reines)_
+- [`3017e7c`](https://github.com/stdlib-js/stdlib/commit/3017e7c8157b81dc392e2102ba9c07585d9cffa2) - **refactor:** rely on `dtype` to indicate underlying data type _(by Athan Reines)_
+- [`2b0c52e`](https://github.com/stdlib-js/stdlib/commit/2b0c52e2f06dfad4042b7287a094836b930425fd) - **refactor:** rely on `dtype` to indicate underlying data type _(by Athan Reines)_
+- [`bcb4079`](https://github.com/stdlib-js/stdlib/commit/bcb4079adf3e31d33d28db5dff21558c9e6bd5be) - **build:** remove and replace tslint directives _(by Philipp Burckhardt)_
+- [`9502ed2`](https://github.com/stdlib-js/stdlib/commit/9502ed27e2853e312c556a48bdd7775095e66709) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
+- [`8b7e032`](https://github.com/stdlib-js/stdlib/commit/8b7e0325d5c3040171114c332e23a1e932302cb7) - **build:** replace tslint directives _(by Philipp Burckhardt)_
+- [`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
+- [`a73f94f`](https://github.com/stdlib-js/stdlib/commit/a73f94f37271dda3ad9a2afa7fea4e864f604577) - **build:** insert ESLint directive instead of just removing TSLint one _(by Philipp Burckhardt)_
+- [`46d049b`](https://github.com/stdlib-js/stdlib/commit/46d049b5d38f9ef6e426d6a517ac8925c94d7642) - **build:** replace tslint directive _(by Philipp Burckhardt)_
+- [`b5b276d`](https://github.com/stdlib-js/stdlib/commit/b5b276db941f756c15952708713d04dd26443b9d) - **docs:** remove link _(by Athan Reines)_
+- [`45a2bec`](https://github.com/stdlib-js/stdlib/commit/45a2becb6d02b484aaddcdd8c501f2e4dff90967) - **docs:** update links _(by Athan Reines)_
+- [`e98868f`](https://github.com/stdlib-js/stdlib/commit/e98868f6490ccd52789f9ff515c931415a15ef45) - **style:** disable lint rule _(by Athan Reines)_
+- [`d9aa5ae`](https://github.com/stdlib-js/stdlib/commit/d9aa5aef6a564693b6b575d151c758af685b6793) - **style:** disable lint rule _(by Athan Reines)_
+- [`14bdb9c`](https://github.com/stdlib-js/stdlib/commit/14bdb9c0279ede04563b4699d4c3061c52ca5fa1) - **style:** disable lint rule _(by Athan Reines)_
+- [`0342d6f`](https://github.com/stdlib-js/stdlib/commit/0342d6f1a5a9a346413ff9bdf31579b1e2ad5d3c) - **docs:** resolve lint errors _(by Athan Reines)_
+- [`1c169c2`](https://github.com/stdlib-js/stdlib/commit/1c169c2d60ac0f84e950acb31e44321a1500f847) - **docs:** fix lint errors _(by Athan Reines)_
+- [`305b44a`](https://github.com/stdlib-js/stdlib/commit/305b44a00a7fb8ced6371232e9e4eb63e7e4e27b) - **docs:** resolve lint errors _(by Athan Reines)_
+- [`5cb76e8`](https://github.com/stdlib-js/stdlib/commit/5cb76e832b91b54a063b5accf3dbbd2584f6c45c) - **docs:** resolve lint errors _(by Athan Reines)_
+- [`1787cc8`](https://github.com/stdlib-js/stdlib/commit/1787cc8d71f6ce7fb52467b570e403d4928313ef) - **style:** disable lint rule _(by Athan Reines)_
+- [`ebceacd`](https://github.com/stdlib-js/stdlib/commit/ebceacd36b4ff184151534cf9411988758d77a5c) - **style:** disable lint rule _(by Athan Reines)_
+- [`6ae17a9`](https://github.com/stdlib-js/stdlib/commit/6ae17a99773f73fe9917d3fd83f4efac45e61e42) - **docs:** resolve lint errors _(by Athan Reines)_
+- [`961eedc`](https://github.com/stdlib-js/stdlib/commit/961eedcac3e01fe7a165a92f1993ce2551934771) - **style:** disable lint rule _(by Athan Reines)_
+- [`1d30303`](https://github.com/stdlib-js/stdlib/commit/1d303039cbe2b49076eb63759a2514467e787754) - **docs:** resolve lint errors _(by Athan Reines)_
+- [`725a77c`](https://github.com/stdlib-js/stdlib/commit/725a77cf5c97463980b62b18e71fc5d58ffcfae4) - **docs:** resolve lint errors _(by Athan Reines)_
+
+
-
-### Commits
+
-
+
-- [`dca9cf7`](https://github.com/stdlib-js/stdlib/commit/dca9cf7b5d08dccdc3487ddc245e9a22a74a274a) - **docs:** change indentation from tabs to spaces in JSDoc example code _(by Philipp Burckhardt)_
-- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
-- [`659f752`](https://github.com/stdlib-js/stdlib/commit/659f752db18317bf5fc237fdbcad0d74b61e1ed9) - **style:** add missing spaces _(by Philipp Burckhardt)_
-- [`a5c9e56`](https://github.com/stdlib-js/stdlib/commit/a5c9e56a3ea7198ae4fe3248d4bfaa9e1d19bfcd) - **feat:** add `assert/is-same-booleanarray` [(#2401)](https://github.com/stdlib-js/stdlib/pull/2401) _(by Jaysukh Makvana, Athan Reines)_
-- [`7c36ea3`](https://github.com/stdlib-js/stdlib/commit/7c36ea3437d16b7ce4fd86d76636b5a5d77d04c3) - **feat:** add `assert/is-booleanarray` [(#2299)](https://github.com/stdlib-js/stdlib/pull/2299) _(by Jaysukh Makvana, Athan Reines)_
-- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_
-- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_
-- [`038b199`](https://github.com/stdlib-js/stdlib/commit/038b199c32842c02cf678e3ae8305a17aacda05e) - **docs:** update paths _(by Athan Reines)_
-- [`bab31c8`](https://github.com/stdlib-js/stdlib/commit/bab31c85d8793ebae625c2b5146a714294e3003f) - **refactor:** update paths _(by Athan Reines)_
-- [`e77b013`](https://github.com/stdlib-js/stdlib/commit/e77b0137cccdd22b6c63581ac4f3f370c8e6d671) - **refactor:** update paths _(by Athan Reines)_
-- [`db69d04`](https://github.com/stdlib-js/stdlib/commit/db69d047d51336e71ea14e732b20d6b9401c5cf9) - **refactor:** update path _(by Athan Reines)_
-- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
-- [`ec98887`](https://github.com/stdlib-js/stdlib/commit/ec9888724c28aa7218d88ff62b91b71c0089c559) - **docs:** update related packages sections [(##2241)](#2241) _(by stdlib-bot)_
-- [`53fd65d`](https://github.com/stdlib-js/stdlib/commit/53fd65de03a466f6cf3ca0752c0908a57ef151b1) - **docs:** update related packages sections [(##2240)](#2240) _(by stdlib-bot)_
-- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
-- [`430a519`](https://github.com/stdlib-js/stdlib/commit/430a519e63cdbc09ca8df52d125067d43249185d) - **fix:** use isError package so function works across realms _(by Philipp Burckhardt)_
-- [`5e61bcf`](https://github.com/stdlib-js/stdlib/commit/5e61bcfda50814e22d77598e3128be21b7d21c94) - **docs:** update related packages sections [(#2184)](https://github.com/stdlib-js/stdlib/pull/2184) _(by stdlib-bot)_
-- [`b5a5da6`](https://github.com/stdlib-js/stdlib/commit/b5a5da64e43f449318e74136c291a482e2fd1c39) - **feat:** add API to check for a specified property _(by Athan Reines)_
-- [`16ab7f7`](https://github.com/stdlib-js/stdlib/commit/16ab7f7f7ebef7cb2dad98930d5306d03ec700a1) - **feat:** add `assert/napi/has-property` _(by Athan Reines)_
-- [`1c8b757`](https://github.com/stdlib-js/stdlib/commit/1c8b7574ebb41a431e5728457dee2c1f4f372ac5) - **docs:** update related packages sections [(#2135)](https://github.com/stdlib-js/stdlib/pull/2135) _(by stdlib-bot)_
-- [`98ae85e`](https://github.com/stdlib-js/stdlib/commit/98ae85e1daf32d48a1d3173cfbcb229c722fc79c) - **docs:** update related packages sections [(##2107)](#2107) _(by stdlib-bot)_
-- [`8a88ec1`](https://github.com/stdlib-js/stdlib/commit/8a88ec1f450ddc7cc4e9004f94299fe864bf7acb) - **docs:** update related packages sections [(#2006)](https://github.com/stdlib-js/stdlib/pull/2006) _(by stdlib-bot)_
-- [`e624c49`](https://github.com/stdlib-js/stdlib/commit/e624c49ec5d522b7dd606df464fc65c7ff01e893) - **feat:** update namespace TypeScript declarations [(##1937)](#1937) _(by stdlib-bot)_
-- [`5c03720`](https://github.com/stdlib-js/stdlib/commit/5c037206504ac00cb49d1d70b39e7345505d3ed2) - **docs:** update namespace table of contents [(##1920)](#1920) _(by stdlib-bot, Philipp Burckhardt)_
-- [`9948198`](https://github.com/stdlib-js/stdlib/commit/99481980825b0aeae43a3074a4d6ce96c9eafef7) - **feat:** add `isNonNegativeFinite` to namespace _(by Athan Reines)_
-- [`6cbdcae`](https://github.com/stdlib-js/stdlib/commit/6cbdcae47542aa4a7ca9a1691f584fc1ff03c4f9) - **docs:** update test messages, comments, and benchmarks _(by Athan Reines)_
-- [`72a7f44`](https://github.com/stdlib-js/stdlib/commit/72a7f44f1706450692122c2b05eccd03672a0dad) - **docs:** remove blank line [(#1726)](https://github.com/stdlib-js/stdlib/pull/1726) _(by stdlib-bot)_
-- [`06ab422`](https://github.com/stdlib-js/stdlib/commit/06ab4229dfdef730026182aefc086d35e11d503a) - **style:** use two spaces for indentation _(by Philipp Burckhardt)_
-- [`a8676e3`](https://github.com/stdlib-js/stdlib/commit/a8676e399ca6a29d83904c1ec8ec816e4041a2de) - **bench:** update `assert/is-boolean` benchmarks to measure affirmative/negative test values [(##1458)](#1458) _(by Snehil Shah)_
-- [`2bde735`](https://github.com/stdlib-js/stdlib/commit/2bde7358e1b5aabf93639742026eda57d79cce17) - **feat:** add `assert/is-same-date-object` _(by Aditya Sapra, Athan Reines, Philipp Burckhardt)_
-- [`5cfd0a8`](https://github.com/stdlib-js/stdlib/commit/5cfd0a8712299d680aff7f9d8fca0c0ac69de56b) - **chore:** update package meta data [(##1462)](#1462) _(by stdlib-bot)_
-- [`615bcf1`](https://github.com/stdlib-js/stdlib/commit/615bcf165b0a9a9aad5f6591024e2dd1655c8914) - **docs:** update related packages sections [(##1441)](#1441) _(by stdlib-bot)_
-- [`5b2f0f6`](https://github.com/stdlib-js/stdlib/commit/5b2f0f6a9e071b74a3eee86c85546ef8fc083042) - **docs:** update related packages sections [(#1415)](https://github.com/stdlib-js/stdlib/pull/1415) _(by stdlib-bot, Athan Reines)_
-- [`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
-- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
-- [`0f3838c`](https://github.com/stdlib-js/stdlib/commit/0f3838c60707ee9e1fd9632c8117f598ff8a60eb) - **feat:** add `assert/is-well-formed-string` [(##1388)](#1388) _(by Gunj Joshi, Philipp Burckhardt)_
-- [`f36bef4`](https://github.com/stdlib-js/stdlib/commit/f36bef4200f32f136243c0ff1ebd083dfcf1c133) - **feat:** add `assert/is-nonpositive-finite` [(##1396)](#1396) _(by Shubham Mishra, Philipp Burckhardt)_
-- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - **feat:** add `assert/is-ragged-nested-array` (#1368) [(##1368)](#1368 ) _(by Rutam, Athan Reines)_
-- [`2f1f30e`](https://github.com/stdlib-js/stdlib/commit/2f1f30e14ba74c4e767eadd5650a84e3c3901b6c) - **refactor:** avoid duplicate assertion logic and fix documentation errors _(by Athan Reines)_
-- [`8ebd6f7`](https://github.com/stdlib-js/stdlib/commit/8ebd6f770e563cc7cce79e11424c3fb85736ad42) - **refactor:** avoid assertion duplication and fix package meta data _(by Athan Reines)_
-- [`0a081ce`](https://github.com/stdlib-js/stdlib/commit/0a081ce87dec3491252ffb9c45cc9fa6e695cbe5) - **fix:** use `valueOf` to return primitive value _(by Athan Reines)_
-- [`e5f293c`](https://github.com/stdlib-js/stdlib/commit/e5f293c29515cb19432fde637fab6c08aa5aed61) - **test:** add object test _(by Athan Reines)_
-- [`e1d5359`](https://github.com/stdlib-js/stdlib/commit/e1d5359fbfd549658b8a1fe8c8c14930384d29ef) - **refactor:** avoid assertion duplication and update examples _(by Athan Reines)_
-- [`a4e21fb`](https://github.com/stdlib-js/stdlib/commit/a4e21fbfa3d03a1213c0cf4ec3e7305cd2a0c215) - **feat:** add `assert/is-positive-finite` [(##1358)](#1358) _(by Aditya Sapra, Philipp Burckhardt)_
-- [`609682c`](https://github.com/stdlib-js/stdlib/commit/609682c8ef64ecf0fb6a4d7094e226a99a985ab5) - **feat:** add assert/is-negative-finite _(by Gunj Joshi, Philipp Burckhardt)_
-- [`50616dc`](https://github.com/stdlib-js/stdlib/commit/50616dccd4e5fdda898315358bf5f1d91a254b22) - **feat:** add @stdlib/assert/is-nonnegative-finite [(##1354)](#1354) _(by Spandan Barve, Philipp Burckhardt)_
+
-
+
+## 0.1.1 (2023-11-08)
-
+No changes reported for this release.
-## 0.2.1 (2024-02-05)
+
+
+## 0.1.0 (2023-11-08)
### Packages
-
+
#### [@stdlib/assert](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert)
@@ -1766,21 +2269,6 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
-- [`2693e3b`](https://github.com/stdlib-js/stdlib/commit/2693e3b3f0382542a51fc57d78e9ab59e2dc0681) - update namespace TypeScript declarations [(#1287)](https://github.com/stdlib-js/stdlib/pull/1287)
-- [`c4a7321`](https://github.com/stdlib-js/stdlib/commit/c4a7321ab22c50f9248d79a64946c97aea3c5609) - add `isSameArray` to namespace
-- [`d5b056e`](https://github.com/stdlib-js/stdlib/commit/d5b056e5fbd46e8a11bfc299e086d9c38fabb804) - add `isSameComplex64` to namespace
-- [`8149b5e`](https://github.com/stdlib-js/stdlib/commit/8149b5e1d6dff960a24fbd12618f347c61ac94f7) - add `isSameComplex128` to namespace
-- [`8866658`](https://github.com/stdlib-js/stdlib/commit/8866658bedebc42efa27641918f33ab9a6315b83) - add `isSameComplex64Array` to namespace
-- [`a6f4960`](https://github.com/stdlib-js/stdlib/commit/a6f4960ccd3d2cd6f07f91badd41639f0a226ae3) - add `isSameComplex128Array` to namespace
-- [`4d88146`](https://github.com/stdlib-js/stdlib/commit/4d88146f1d794aaecad463dd22df5a3da8385ed3) - add `isSameFloat32Array` to namespace
-- [`4ae83bb`](https://github.com/stdlib-js/stdlib/commit/4ae83bbddc5ca8f29a478bd8d5023f41a69a7d92) - add `isSameFloat64Array` to namespace
-- [`783804d`](https://github.com/stdlib-js/stdlib/commit/783804dbc9b3899c5227c5593e0ca1e8a6a9f195) - update namespace TypeScript declarations [(#1170)](https://github.com/stdlib-js/stdlib/pull/1170)
-- [`a30ae15`](https://github.com/stdlib-js/stdlib/commit/a30ae1551f88de4a9a7950ed6146f4882220fc5f) - add `isComplex128VectorLike` to namespace
-- [`c7b40d0`](https://github.com/stdlib-js/stdlib/commit/c7b40d0569d231846137c10b54444c295458fceb) - add `isComplex128ndarrayLike` to namespace
-- [`174df9f`](https://github.com/stdlib-js/stdlib/commit/174df9f03fe0a51b21539cc1acf02cb0ec74943f) - add `isComplex128MatrixLike` to namespace
-- [`82ee4a5`](https://github.com/stdlib-js/stdlib/commit/82ee4a5e90ee55bbb01c0977151ac5e8b25fbf10) - add `isComplex64VectorLike` to namespace
-- [`98d82b5`](https://github.com/stdlib-js/stdlib/commit/98d82b5df39ae6b4acf7ebfb7bb4df5eb74a045d) - add `isComplex64ndarrayLike` to namespace
-- [`df4de54`](https://github.com/stdlib-js/stdlib/commit/df4de54149eab31b6a44439f42a6a8b08c2fb0de) - add `isComplex64MatrixLike` to namespace
- [`e18b248`](https://github.com/stdlib-js/stdlib/commit/e18b248464425863019a841795a7e5fc7d01d0ea) - update namespace TypeScript declarations [(#1100)](https://github.com/stdlib-js/stdlib/pull/1100)
- [`5b2a031`](https://github.com/stdlib-js/stdlib/commit/5b2a0316d4dfddb30848a62727f8e75586786b41) - add `isMultiSlice` to namespace
- [`59cbf7d`](https://github.com/stdlib-js/stdlib/commit/59cbf7d9b0cbae52b9ed33dcad0140a974591158) - add `isSlice` to namespace
@@ -1795,8 +2283,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -1810,7 +2297,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/contains](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/contains)
@@ -1830,8 +2317,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -1845,7 +2331,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/deep-equal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/deep-equal)
@@ -1865,8 +2351,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -1880,7 +2365,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/deep-has-own-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/deep-has-own-property)
@@ -1900,8 +2385,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -1915,7 +2399,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/deep-has-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/deep-has-property)
@@ -1935,8 +2419,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -1950,7 +2433,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-)
@@ -1980,8 +2463,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -1995,7 +2477,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-arraybuffer-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-arraybuffer-support)
@@ -2015,8 +2497,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2030,7 +2511,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-arrow-function-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-arrow-function-support)
@@ -2060,8 +2541,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2075,7 +2555,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-async-await-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-async-await-support)
@@ -2095,8 +2575,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2110,7 +2589,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-async-iterator-symbol-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-async-iterator-symbol-support)
@@ -2130,8 +2609,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2145,7 +2623,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-bigint-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-bigint-support)
@@ -2165,8 +2643,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2180,7 +2657,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-bigint64array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-bigint64array-support)
@@ -2210,8 +2687,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2225,7 +2701,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-biguint64array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-biguint64array-support)
@@ -2255,8 +2731,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2270,7 +2745,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-class-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-class-support)
@@ -2290,8 +2765,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2305,7 +2779,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-define-properties-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-define-properties-support)
@@ -2325,8 +2799,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2340,7 +2813,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-define-property-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-define-property-support)
@@ -2360,8 +2833,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2375,7 +2847,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-float32array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-float32array-support)
@@ -2395,8 +2867,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2410,7 +2881,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-float64array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-float64array-support)
@@ -2430,8 +2901,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2445,7 +2915,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-function-name-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-function-name-support)
@@ -2465,8 +2935,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2480,7 +2949,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-generator-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-generator-support)
@@ -2500,8 +2969,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2515,7 +2983,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-globalthis-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-globalthis-support)
@@ -2535,8 +3003,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2550,7 +3017,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-int16array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-int16array-support)
@@ -2570,8 +3037,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2585,7 +3051,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-int32array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-int32array-support)
@@ -2605,8 +3071,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2620,7 +3085,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-int8array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-int8array-support)
@@ -2640,8 +3105,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2655,7 +3119,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-iterator-symbol-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-iterator-symbol-support)
@@ -2675,8 +3139,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2690,7 +3153,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-map-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-map-support)
@@ -2710,8 +3173,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2725,7 +3187,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-node-buffer-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-node-buffer-support)
@@ -2745,8 +3207,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2760,7 +3221,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-own-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-own-property)
@@ -2780,8 +3241,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2795,7 +3255,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-property)
@@ -2815,8 +3275,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2830,7 +3289,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-proxy-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-proxy-support)
@@ -2850,8 +3309,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2865,7 +3323,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-set-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-set-support)
@@ -2885,8 +3343,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2900,7 +3357,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-sharedarraybuffer-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-sharedarraybuffer-support)
@@ -2920,8 +3377,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2935,7 +3391,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-symbol-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-symbol-support)
@@ -2955,8 +3411,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -2970,7 +3425,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-tostringtag-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-tostringtag-support)
@@ -2990,8 +3445,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3005,7 +3459,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-uint16array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-uint16array-support)
@@ -3025,8 +3479,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3040,7 +3493,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-uint32array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-uint32array-support)
@@ -3060,8 +3513,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3075,7 +3527,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-uint8array-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-uint8array-support)
@@ -3095,8 +3547,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3110,7 +3561,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-uint8clampedarray-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-uint8clampedarray-support)
@@ -3130,8 +3581,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3145,7 +3595,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-utf16-surrogate-pair-at](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-utf16-surrogate-pair-at)
@@ -3165,8 +3615,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3180,7 +3629,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-wasm-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-wasm-support)
@@ -3200,8 +3649,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3215,7 +3663,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-weakmap-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-weakmap-support)
@@ -3235,8 +3683,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3250,7 +3697,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/has-weakset-support](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-weakset-support)
@@ -3270,8 +3717,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3285,7 +3731,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/instance-of](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/instance-of)
@@ -3305,8 +3751,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3320,7 +3765,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-)
@@ -3352,8 +3797,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3367,7 +3811,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-absolute-http-uri](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-absolute-http-uri)
@@ -3398,8 +3842,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3413,7 +3856,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-absolute-path](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-absolute-path)
@@ -3434,8 +3877,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3449,7 +3891,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-absolute-uri](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-absolute-uri)
@@ -3480,8 +3922,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3495,7 +3936,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-accessor-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-accessor-array)
@@ -3516,8 +3957,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3531,7 +3971,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-accessor-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-accessor-property)
@@ -3551,8 +3991,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3566,7 +4005,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-accessor-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-accessor-property-in)
@@ -3586,8 +4025,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3601,7 +4039,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-alphagram](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-alphagram)
@@ -3632,8 +4070,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3647,7 +4084,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-alphanumeric](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-alphanumeric)
@@ -3678,8 +4115,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3693,7 +4129,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-anagram](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-anagram)
@@ -3723,8 +4159,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3738,7 +4173,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-arguments](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-arguments)
@@ -3759,8 +4194,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3774,7 +4208,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array)
@@ -3795,8 +4229,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3810,7 +4243,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-array-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-array)
@@ -3831,8 +4264,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3846,7 +4278,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-array-length](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-length)
@@ -3867,8 +4299,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3882,7 +4313,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-array-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like)
@@ -3903,8 +4334,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3918,7 +4348,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-array-like-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-array-like-object)
@@ -3939,8 +4369,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3954,7 +4383,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-arraybuffer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-arraybuffer)
@@ -3975,8 +4404,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -3990,7 +4418,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-arraybuffer-view](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-arraybuffer-view)
@@ -4011,8 +4439,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4026,7 +4453,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-arrow-function](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-arrow-function)
@@ -4047,8 +4474,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4062,7 +4488,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-ascii](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-ascii)
@@ -4093,8 +4519,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4108,7 +4533,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-between](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-between)
@@ -4129,8 +4554,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4144,7 +4568,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-between-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-between-array)
@@ -4165,8 +4589,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4180,7 +4603,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-big-endian](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-big-endian)
@@ -4200,8 +4623,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4215,7 +4637,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-bigint](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-bigint)
@@ -4236,8 +4658,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4251,7 +4672,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-bigint64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-bigint64array)
@@ -4282,8 +4703,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4297,7 +4717,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-biguint64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-biguint64array)
@@ -4318,8 +4738,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4333,7 +4752,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-blank-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-blank-string)
@@ -4364,8 +4783,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4379,7 +4797,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-boolean](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-boolean)
@@ -4400,8 +4818,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4415,7 +4832,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-boolean-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-boolean-array)
@@ -4436,8 +4853,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4451,7 +4867,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-boxed-primitive](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-boxed-primitive)
@@ -4472,8 +4888,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4487,7 +4902,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-browser](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-browser)
@@ -4507,8 +4922,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4522,7 +4936,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-buffer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-buffer)
@@ -4543,8 +4957,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4558,7 +4971,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-camelcase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-camelcase)
@@ -4589,8 +5002,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4604,7 +5016,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-capitalized](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-capitalized)
@@ -4635,8 +5047,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4650,7 +5061,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-centrosymmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-centrosymmetric-matrix)
@@ -4671,8 +5082,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4686,7 +5096,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-circular](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-circular)
@@ -4706,8 +5116,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4721,7 +5130,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-circular-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-circular-array)
@@ -4735,176 +5144,13 @@ A total of 10 people contributed to this release. Thank you to the following con
-
-
-
-
-##### BREAKING CHANGES
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
-
- - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
-
-
-
-
-
-
-
-
-
-
-
-
-#### [@stdlib/assert/is-circular-plain-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-circular-plain-object)
-
-
-
-
-
-##### Features
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
-
-
-
-
-
-
-
-##### BREAKING CHANGES
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
-
- - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
-
-
-
-
-
-
-
-
-
-
-
-
-#### [@stdlib/assert/is-class](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-class)
-
-
-
-
-
-##### Features
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
-
-
-
-
-
-
-
-##### BREAKING CHANGES
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
-
- - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
-
-
-
-
-
-
-
-
-
-
-
-
-#### [@stdlib/assert/is-collection](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-collection)
-
-
-
-
-
-##### Features
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
-- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
-
-
-
-
-
-
-
-##### Bug Fixes
-
-- [`aad0c02`](https://github.com/stdlib-js/stdlib/commit/aad0c02e72463e7421eddf4c055e44d9b306f380) - update import path for `Collection` type definition
-
-
-
-
-
-
-
-##### BREAKING CHANGES
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
-
- - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
-
-
-
-
-
-
-
-
-
-
-
-
-#### [@stdlib/assert/is-complex](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex)
-
-
-
-
-
-##### Features
-
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
-- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
-
-
-
-
-
-
-
-##### Bug Fixes
-
-- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
-
-
-
-
+
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4918,9 +5164,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex-like)
+#### [@stdlib/assert/is-circular-plain-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-circular-plain-object)
@@ -4929,28 +5175,16 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
-- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
-
-
-##### Bug Fixes
-
-- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
-
-
-
-
-
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -4964,9 +5198,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex-typed-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex-typed-array)
+#### [@stdlib/assert/is-class](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-class)
@@ -4975,7 +5209,6 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
-- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
@@ -4985,8 +5218,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5000,9 +5232,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex-typed-array-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex-typed-array-like)
+#### [@stdlib/assert/is-collection](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-collection)
@@ -5017,12 +5249,21 @@ A total of 10 people contributed to this release. Thank you to the following con
+
+
+##### Bug Fixes
+
+- [`aad0c02`](https://github.com/stdlib-js/stdlib/commit/aad0c02e72463e7421eddf4c055e44d9b306f380) - update import path for `Collection` type definition
+
+
+
+
+
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5036,9 +5277,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex128](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128)
+#### [@stdlib/assert/is-complex](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex)
@@ -5067,8 +5308,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5082,9 +5322,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex128array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128array)
+#### [@stdlib/assert/is-complex-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex-like)
@@ -5099,12 +5339,21 @@ A total of 10 people contributed to this release. Thank you to the following con
+
+
+##### Bug Fixes
+
+- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
+
+
+
+
+
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5118,9 +5367,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex128matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128matrix-like)
+#### [@stdlib/assert/is-complex-typed-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex-typed-array)
@@ -5128,33 +5377,24 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
-- [`6e4eb77`](https://github.com/stdlib-js/stdlib/commit/6e4eb77b2e4c3ade92e0661c4663182ecee95eff) - add `assert/is-complex128matrix-like`
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
+- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
-
-
-
-
-
-
-
-
-#### [@stdlib/assert/is-complex128ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128ndarray-like)
-
-
+
-
+##### BREAKING CHANGES
-##### Features
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
-- [`59bd897`](https://github.com/stdlib-js/stdlib/commit/59bd897bbd551c3066b98d16ff43b12c6908f576) - add `assert/is-complex128ndarray-like`
+ - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
+
@@ -5162,9 +5402,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex128vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128vector-like)
+#### [@stdlib/assert/is-complex-typed-array-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex-typed-array-like)
@@ -5172,21 +5412,34 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
-- [`55a2359`](https://github.com/stdlib-js/stdlib/commit/55a2359b8c6e619c6fed03c48f9e804f4f400212) - add `assert/is-complex128vector-like`
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
+- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
+
+
+##### BREAKING CHANGES
+
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+
+ - To migrate, users should upgrade their TypeScript version to at least version 4.1.
+
+
+
+
+
-
+
-#### [@stdlib/assert/is-complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64)
+#### [@stdlib/assert/is-complex128](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128)
@@ -5215,8 +5468,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5230,9 +5482,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64array)
+#### [@stdlib/assert/is-complex128array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex128array)
@@ -5251,8 +5503,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5266,9 +5517,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex64matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64matrix-like)
+#### [@stdlib/assert/is-complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64)
@@ -5276,33 +5527,34 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
-- [`af81f5b`](https://github.com/stdlib-js/stdlib/commit/af81f5b5439e293ae6552d11a87c1a30939badbd) - add `assert/is-complex64matrix-like`
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
+- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
-
+
+##### Bug Fixes
-
+- [`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - update import paths for complex type defs
-
-#### [@stdlib/assert/is-complex64ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64ndarray-like)
+
-
+
-
+##### BREAKING CHANGES
-##### Features
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
-- [`ae603fb`](https://github.com/stdlib-js/stdlib/commit/ae603fb03e8a80b383a321a79f63c5dc3c5bb9b7) - add `assert/is-complex64ndarray-like`
+ - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
+
@@ -5310,9 +5562,9 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
-#### [@stdlib/assert/is-complex64vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64vector-like)
+#### [@stdlib/assert/is-complex64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-complex64array)
@@ -5320,19 +5572,32 @@ A total of 10 people contributed to this release. Thank you to the following con
##### Features
-- [`38e466c`](https://github.com/stdlib-js/stdlib/commit/38e466c86a86daeccbe3ad879a18b3b99b004be4) - add `assert/is-complex64vector-like`
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
+- [`091a743`](https://github.com/stdlib-js/stdlib/commit/091a74301e438c6411ed34f94c668ec3f42ec339) - use type predicates for narrowing
+
+
+##### BREAKING CHANGES
+
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+
+ - To migrate, users should upgrade their TypeScript version to at least version 4.1.
+
+
+
+
+
-
+
#### [@stdlib/assert/is-composite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-composite)
@@ -5353,8 +5618,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5368,7 +5632,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-configurable-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-configurable-property)
@@ -5388,8 +5652,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5403,7 +5666,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-configurable-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-configurable-property-in)
@@ -5423,8 +5686,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5438,7 +5700,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-constantcase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-constantcase)
@@ -5469,8 +5731,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5484,7 +5745,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-cube-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-cube-number)
@@ -5505,8 +5766,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5520,7 +5780,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-current-year](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-current-year)
@@ -5551,8 +5811,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5566,7 +5825,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-darwin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-darwin)
@@ -5586,8 +5845,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5601,7 +5859,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-date-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-date-object)
@@ -5622,8 +5880,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5637,7 +5894,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-date-object-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-date-object-array)
@@ -5658,8 +5915,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5673,7 +5929,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-digit-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-digit-string)
@@ -5704,8 +5960,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5719,7 +5974,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-docker](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-docker)
@@ -5739,8 +5994,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5754,7 +6008,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-domain-name](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-domain-name)
@@ -5785,8 +6039,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5800,7 +6053,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-duration-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-duration-string)
@@ -5831,8 +6084,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5846,7 +6098,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-electron](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-electron)
@@ -5866,8 +6118,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5881,7 +6132,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-electron-main](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-electron-main)
@@ -5901,8 +6152,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5916,7 +6166,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-electron-renderer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-electron-renderer)
@@ -5936,8 +6186,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5951,7 +6200,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-email-address](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-email-address)
@@ -5972,8 +6221,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -5987,7 +6235,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-empty-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-array)
@@ -6008,8 +6256,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6023,7 +6270,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-empty-array-like-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-array-like-object)
@@ -6044,8 +6291,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6059,7 +6305,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-empty-collection](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-collection)
@@ -6090,8 +6336,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6105,7 +6350,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-empty-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-object)
@@ -6126,8 +6371,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6141,7 +6385,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-empty-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-empty-string)
@@ -6162,8 +6406,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6177,7 +6420,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-enumerable-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-enumerable-property)
@@ -6197,8 +6440,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6212,7 +6454,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-enumerable-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-enumerable-property-in)
@@ -6232,8 +6474,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6247,7 +6488,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-error)
@@ -6268,8 +6509,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6283,7 +6523,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-eval-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-eval-error)
@@ -6304,8 +6544,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6319,7 +6558,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-even](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-even)
@@ -6340,8 +6579,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6355,7 +6593,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-falsy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-falsy)
@@ -6375,8 +6613,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6390,7 +6627,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-falsy-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-falsy-array)
@@ -6410,8 +6647,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6425,7 +6661,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-finite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-finite)
@@ -6446,8 +6682,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6461,7 +6696,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-finite-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-finite-array)
@@ -6482,8 +6717,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6497,7 +6731,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float32array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float32array)
@@ -6518,8 +6752,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6533,7 +6766,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float32matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float32matrix-like)
@@ -6553,8 +6786,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6568,7 +6800,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float32ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float32ndarray-like)
@@ -6588,8 +6820,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6603,7 +6834,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float32vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float32vector-like)
@@ -6623,8 +6854,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6638,7 +6868,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float64array)
@@ -6659,8 +6889,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6674,7 +6903,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float64matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float64matrix-like)
@@ -6694,8 +6923,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6709,7 +6937,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float64ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float64ndarray-like)
@@ -6729,8 +6957,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6744,7 +6971,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-float64vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-float64vector-like)
@@ -6764,8 +6991,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6779,7 +7005,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-function](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-function)
@@ -6800,8 +7026,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6815,7 +7040,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-
+
#### [@stdlib/assert/is-function-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-function-array)
@@ -6836,8 +7061,7 @@ A total of 10 people contributed to this release. Thank you to the following con
##### BREAKING CHANGES
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
-- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
@@ -6851,7 +7075,7 @@ A total of 10 people contributed to this release. Thank you to the following con
-