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 -
+
#### [@stdlib/assert/is-generator-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-generator-object) @@ -6872,8 +7096,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. @@ -6887,7 +7110,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-generator-object-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-generator-object-like) @@ -6907,8 +7130,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. @@ -6922,7 +7144,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-gzip-buffer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-gzip-buffer) @@ -6943,8 +7165,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. @@ -6958,7 +7179,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-hex-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-hex-string) @@ -6989,8 +7210,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. @@ -7004,7 +7224,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-infinite](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-infinite) @@ -7025,8 +7245,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. @@ -7040,7 +7259,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-inherited-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-inherited-property) @@ -7060,8 +7279,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. @@ -7075,7 +7293,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-int16array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-int16array) @@ -7096,8 +7314,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. @@ -7111,7 +7328,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-int32array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-int32array) @@ -7132,8 +7349,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. @@ -7147,7 +7363,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-int8array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-int8array) @@ -7168,8 +7384,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. @@ -7183,7 +7398,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-integer) @@ -7204,8 +7419,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. @@ -7219,7 +7433,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-integer-array) @@ -7240,8 +7454,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. @@ -7255,7 +7468,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-iterable-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-iterable-like) @@ -7275,8 +7488,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. @@ -7290,7 +7502,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-iterator-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-iterator-like) @@ -7310,8 +7522,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. @@ -7325,7 +7536,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-json](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-json) @@ -7346,8 +7557,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. @@ -7361,7 +7571,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-kebabcase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-kebabcase) @@ -7392,8 +7602,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. @@ -7407,7 +7616,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-leap-year](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-leap-year) @@ -7427,8 +7636,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. @@ -7442,7 +7650,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-little-endian](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-little-endian) @@ -7462,8 +7670,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. @@ -7477,7 +7684,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-localhost](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-localhost) @@ -7498,8 +7705,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. @@ -7513,7 +7719,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-lowercase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-lowercase) @@ -7534,8 +7740,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. @@ -7549,7 +7754,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-matrix-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-matrix-like) @@ -7569,8 +7774,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. @@ -7584,7 +7788,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-method](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-method) @@ -7604,8 +7808,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. @@ -7619,7 +7822,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-method-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-method-in) @@ -7639,8 +7842,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. @@ -7654,7 +7856,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-mobile](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-mobile) @@ -7674,8 +7876,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. @@ -7689,7 +7890,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-multi-slice](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-multi-slice) @@ -7711,7 +7912,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-named-typed-tuple-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-named-typed-tuple-like) @@ -7731,8 +7932,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. @@ -7746,7 +7946,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nan](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nan) @@ -7767,8 +7967,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. @@ -7782,7 +7981,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nan-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nan-array) @@ -7803,8 +8002,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. @@ -7818,7 +8016,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-native-function](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-native-function) @@ -7839,8 +8037,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. @@ -7854,7 +8051,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-ndarray-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-ndarray-like) @@ -7874,8 +8071,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. @@ -7889,7 +8085,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-negative-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-negative-integer) @@ -7910,8 +8106,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. @@ -7925,7 +8120,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-negative-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-negative-integer-array) @@ -7946,8 +8141,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. @@ -7961,7 +8155,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-negative-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-negative-number) @@ -7982,8 +8176,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. @@ -7997,7 +8190,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-negative-number-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-negative-number-array) @@ -8018,8 +8211,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. @@ -8033,7 +8225,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-negative-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-negative-zero) @@ -8054,8 +8246,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. @@ -8069,7 +8260,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node) @@ -8089,8 +8280,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. @@ -8104,7 +8294,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-builtin](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-builtin) @@ -8134,8 +8324,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. @@ -8149,7 +8338,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-duplex-stream-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-duplex-stream-like) @@ -8169,8 +8358,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. @@ -8184,7 +8372,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-readable-stream-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-readable-stream-like) @@ -8204,8 +8392,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. @@ -8219,7 +8406,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-repl](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-repl) @@ -8239,8 +8426,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. @@ -8254,7 +8440,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-stream-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-stream-like) @@ -8274,8 +8460,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. @@ -8289,7 +8474,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-transform-stream-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-transform-stream-like) @@ -8309,8 +8494,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. @@ -8324,7 +8508,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-node-writable-stream-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-node-writable-stream-like) @@ -8344,8 +8528,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. @@ -8359,7 +8542,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonconfigurable-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonconfigurable-property) @@ -8379,8 +8562,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. @@ -8394,7 +8576,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonconfigurable-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonconfigurable-property-in) @@ -8414,8 +8596,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. @@ -8429,7 +8610,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonenumerable-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonenumerable-property) @@ -8449,8 +8630,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. @@ -8464,7 +8644,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonenumerable-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonenumerable-property-in) @@ -8484,8 +8664,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. @@ -8499,7 +8678,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonnegative-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonnegative-integer) @@ -8520,8 +8699,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. @@ -8535,7 +8713,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonnegative-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonnegative-integer-array) @@ -8556,8 +8734,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. @@ -8571,7 +8748,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonnegative-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonnegative-number) @@ -8592,8 +8769,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. @@ -8607,7 +8783,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonnegative-number-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonnegative-number-array) @@ -8628,8 +8804,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. @@ -8643,7 +8818,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonpositive-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonpositive-integer) @@ -8664,8 +8839,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. @@ -8679,7 +8853,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonpositive-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonpositive-integer-array) @@ -8700,8 +8874,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. @@ -8715,7 +8888,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonpositive-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonpositive-number) @@ -8736,8 +8909,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. @@ -8751,7 +8923,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonpositive-number-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonpositive-number-array) @@ -8772,8 +8944,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. @@ -8787,7 +8958,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-nonsymmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-nonsymmetric-matrix) @@ -8807,8 +8978,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. @@ -8822,7 +8992,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-null](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-null) @@ -8843,8 +9013,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. @@ -8858,7 +9027,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-null-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-null-array) @@ -8879,8 +9048,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. @@ -8894,7 +9062,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-number) @@ -8915,8 +9083,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. @@ -8930,7 +9097,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-number-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-number-array) @@ -8951,8 +9118,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. @@ -8966,7 +9132,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-numeric-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-numeric-array) @@ -8988,8 +9154,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. @@ -9003,7 +9168,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-object) @@ -9024,8 +9189,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. @@ -9039,7 +9203,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-object-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-object-array) @@ -9060,8 +9224,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. @@ -9075,7 +9238,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-object-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-object-like) @@ -9095,8 +9258,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. @@ -9110,7 +9272,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-odd](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-odd) @@ -9131,8 +9293,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. @@ -9146,7 +9307,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-pascalcase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-pascalcase) @@ -9177,8 +9338,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. @@ -9192,7 +9352,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-persymmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-persymmetric-matrix) @@ -9212,8 +9372,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. @@ -9227,7 +9386,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-plain-object](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-plain-object) @@ -9248,8 +9407,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. @@ -9263,7 +9421,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-plain-object-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-plain-object-array) @@ -9284,8 +9442,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. @@ -9299,7 +9456,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-positive-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-positive-integer) @@ -9320,8 +9477,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. @@ -9335,7 +9491,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-positive-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-positive-integer-array) @@ -9356,8 +9512,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. @@ -9371,7 +9526,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-positive-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-positive-number) @@ -9392,8 +9547,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. @@ -9407,7 +9561,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-positive-number-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-positive-number-array) @@ -9428,8 +9582,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. @@ -9443,7 +9596,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-positive-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-positive-zero) @@ -9464,8 +9617,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. @@ -9479,7 +9631,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-prime](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-prime) @@ -9500,8 +9652,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. @@ -9515,7 +9666,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-primitive](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-primitive) @@ -9536,8 +9687,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. @@ -9551,7 +9701,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-primitive-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-primitive-array) @@ -9572,8 +9722,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. @@ -9587,7 +9736,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-prng-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-prng-like) @@ -9607,8 +9756,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. @@ -9622,7 +9770,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-probability](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-probability) @@ -9643,8 +9791,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. @@ -9658,7 +9805,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-probability-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-probability-array) @@ -9679,8 +9826,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. @@ -9694,7 +9840,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-property-key](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-property-key) @@ -9715,8 +9861,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. @@ -9730,7 +9875,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-prototype-of](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-prototype-of) @@ -9750,8 +9895,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. @@ -9765,7 +9909,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-range-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-range-error) @@ -9786,8 +9930,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. @@ -9801,7 +9944,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-read-only-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-read-only-property) @@ -9821,8 +9964,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. @@ -9836,7 +9978,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-read-only-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-read-only-property-in) @@ -9856,8 +9998,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. @@ -9871,7 +10012,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-read-write-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-read-write-property) @@ -9891,8 +10032,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. @@ -9906,7 +10046,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-read-write-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-read-write-property-in) @@ -9926,8 +10066,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. @@ -9941,7 +10080,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-readable-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-readable-property) @@ -9961,8 +10100,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. @@ -9976,7 +10114,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-readable-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-readable-property-in) @@ -9996,152 +10134,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 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - - -
- -
- - - -
- -#### [@stdlib/assert/is-reference-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-reference-error) - -
- -
- -##### Features - -- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version -- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing - -
- - - -
- -##### 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-regexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-regexp) - -
- -
- -##### Features - -- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version -- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing - -
- - - -
- -##### 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-regexp-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-regexp-string) - -
- -
- -##### Features - -- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version -- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing - -
- - - -
- -##### 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-relative-path](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-relative-path) - -
- -
- -##### Features - -- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version -- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing - -
- - - -
- -##### 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. @@ -10155,9 +10148,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-relative-uri](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-relative-uri) +#### [@stdlib/assert/is-reference-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-reference-error)
@@ -10172,22 +10165,11 @@ A total of 10 people contributed to this release. Thank you to the following con -
- -##### Bug Fixes - -- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) - -
- - -
##### 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. @@ -10201,9 +10183,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-safe-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-safe-integer) +#### [@stdlib/assert/is-regexp](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-regexp)
@@ -10212,7 +10194,7 @@ 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 -- [`815ed35`](https://github.com/stdlib-js/stdlib/commit/815ed35a90f09f95b12287902c747fbb519a3aa5) - use type predicates for narrowing +- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing
@@ -10222,8 +10204,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. @@ -10237,9 +10218,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-safe-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-safe-integer-array) +#### [@stdlib/assert/is-regexp-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-regexp-string)
@@ -10248,7 +10229,7 @@ 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 -- [`815ed35`](https://github.com/stdlib-js/stdlib/commit/815ed35a90f09f95b12287902c747fbb519a3aa5) - use type predicates for narrowing +- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing
@@ -10258,8 +10239,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. @@ -10273,9 +10253,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-same-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-array) +#### [@stdlib/assert/is-relative-path](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-relative-path)
@@ -10283,33 +10263,24 @@ A total of 10 people contributed to this release. Thank you to the following con ##### Features -- [`0319dc2`](https://github.com/stdlib-js/stdlib/commit/0319dc25597fc13a88570aff9b234d8fdd84011f) - add `assert/is-same-array` +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version +- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing
-
- -
- - - -
- -#### [@stdlib/assert/is-same-complex128](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex128) - -
+
-
+##### BREAKING CHANGES -##### Features +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1 -- [`e3a6668`](https://github.com/stdlib-js/stdlib/commit/e3a6668c6eecd75ce4a72cbb6e87d3ff20beda38) - add `assert/is-same-complex128` + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- +
@@ -10317,9 +10288,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-same-complex128array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex128array) +#### [@stdlib/assert/is-relative-uri](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-relative-uri)
@@ -10327,33 +10298,34 @@ A total of 10 people contributed to this release. Thank you to the following con ##### Features -- [`70a9e53`](https://github.com/stdlib-js/stdlib/commit/70a9e53b48eda497d92b08490a55903efff1b76b) - add `assert/is-same-complex128array` +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version +- [`757db5e`](https://github.com/stdlib-js/stdlib/commit/757db5e1806c30c389b5f4c6f04f6cf7035d3c97) - use type predicates for narrowing
-
+
-
+##### Bug Fixes - +- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) -
+
-#### [@stdlib/assert/is-same-complex64](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex64) + -
+
-
+##### BREAKING CHANGES -##### Features +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1 -- [`2fe3462`](https://github.com/stdlib-js/stdlib/commit/2fe34629a275457211b7765ce1e3424f11a49a11) - add `assert/is-same-complex64` + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- +
@@ -10361,9 +10333,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-same-complex64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-complex64array) +#### [@stdlib/assert/is-safe-integer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-safe-integer)
@@ -10371,33 +10343,24 @@ A total of 10 people contributed to this release. Thank you to the following con ##### Features -- [`3bf2698`](https://github.com/stdlib-js/stdlib/commit/3bf269856dee72622be566a641e29e4fbcd9646a) - add `assert/is-same-complex64array` +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version +- [`815ed35`](https://github.com/stdlib-js/stdlib/commit/815ed35a90f09f95b12287902c747fbb519a3aa5) - use type predicates for narrowing
-
- -
- - - -
- -#### [@stdlib/assert/is-same-float32array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-float32array) - -
+
-
+##### BREAKING CHANGES -##### Features +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1 -- [`c19c4b5`](https://github.com/stdlib-js/stdlib/commit/c19c4b5e800b065ad5855f95b9bccf5a8d8224e8) - add `assert/is-same-float32array` + - To migrate, users should upgrade their TypeScript version to at least version 4.1.
- +
@@ -10405,9 +10368,9 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
-#### [@stdlib/assert/is-same-float64array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-float64array) +#### [@stdlib/assert/is-safe-integer-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-safe-integer-array)
@@ -10415,19 +10378,32 @@ A total of 10 people contributed to this release. Thank you to the following con ##### Features -- [`cf9a17f`](https://github.com/stdlib-js/stdlib/commit/cf9a17ff9ac1f00968a6a4656694a5b4fee88bb8) - add `assert/is-same-float64array` +- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version +- [`815ed35`](https://github.com/stdlib-js/stdlib/commit/815ed35a90f09f95b12287902c747fbb519a3aa5) - 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-same-native-class](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-native-class) @@ -10447,8 +10423,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. @@ -10462,7 +10437,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-same-type](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-type) @@ -10482,8 +10457,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. @@ -10497,7 +10471,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-same-value](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-value) @@ -10507,7 +10481,6 @@ A total of 10 people contributed to this release. Thank you to the following con ##### Features -- [`5c01d25`](https://github.com/stdlib-js/stdlib/commit/5c01d258ced2e4946317fab531ba52e7173a3448) - add support for complex number objects - [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
@@ -10518,8 +10491,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. @@ -10533,7 +10505,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-same-value-zero](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-same-value-zero) @@ -10543,7 +10515,6 @@ A total of 10 people contributed to this release. Thank you to the following con ##### Features -- [`207083b`](https://github.com/stdlib-js/stdlib/commit/207083bbcc3586f22b9d304b92fef7effbcdb782) - add support for complex number objects - [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
@@ -10554,8 +10525,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. @@ -10569,7 +10539,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-semver](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-semver) @@ -10600,8 +10570,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. @@ -10615,7 +10584,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-sharedarraybuffer](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-sharedarraybuffer) @@ -10636,8 +10605,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. @@ -10651,7 +10619,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-skew-centrosymmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-skew-centrosymmetric-matrix) @@ -10671,8 +10639,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. @@ -10686,7 +10653,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-skew-persymmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-skew-persymmetric-matrix) @@ -10706,8 +10673,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. @@ -10721,7 +10687,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-skew-symmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-skew-symmetric-matrix) @@ -10741,8 +10707,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. @@ -10756,7 +10721,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-slice](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-slice) @@ -10778,7 +10743,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-snakecase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-snakecase) @@ -10809,8 +10774,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. @@ -10824,7 +10788,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-square-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-square-matrix) @@ -10844,8 +10808,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. @@ -10859,7 +10822,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-square-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-square-number) @@ -10879,8 +10842,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. @@ -10894,7 +10856,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-square-triangular-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-square-triangular-number) @@ -10915,8 +10877,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. @@ -10930,7 +10891,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-startcase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-startcase) @@ -10961,8 +10922,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. @@ -10976,7 +10936,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-strict-equal](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-strict-equal) @@ -10996,8 +10956,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. @@ -11011,7 +10970,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-string) @@ -11032,8 +10991,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. @@ -11047,7 +11005,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-string-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-string-array) @@ -11068,8 +11026,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. @@ -11083,7 +11040,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-symbol](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-symbol) @@ -11104,8 +11061,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. @@ -11119,7 +11075,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-symbol-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-symbol-array) @@ -11140,8 +11096,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. @@ -11155,7 +11110,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-symmetric-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-symmetric-matrix) @@ -11175,8 +11130,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. @@ -11190,7 +11144,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-syntax-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-syntax-error) @@ -11211,8 +11165,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. @@ -11226,7 +11179,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-touch-device](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-touch-device) @@ -11246,8 +11199,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. @@ -11261,7 +11213,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-triangular-number](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-triangular-number) @@ -11282,8 +11234,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. @@ -11297,7 +11248,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-truthy](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-truthy) @@ -11317,8 +11268,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. @@ -11332,7 +11282,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-truthy-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-truthy-array) @@ -11353,8 +11303,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. @@ -11368,7 +11317,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-type-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-type-error) @@ -11389,8 +11338,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. @@ -11404,7 +11352,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-typed-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-typed-array) @@ -11425,8 +11373,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. @@ -11440,7 +11387,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-typed-array-length](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-typed-array-length) @@ -11461,8 +11408,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. @@ -11476,7 +11422,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-typed-array-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-typed-array-like) @@ -11496,8 +11442,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. @@ -11511,7 +11456,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uint16array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uint16array) @@ -11532,8 +11477,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. @@ -11547,7 +11491,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uint32array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uint32array) @@ -11568,8 +11512,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. @@ -11583,7 +11526,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uint8array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uint8array) @@ -11604,8 +11547,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. @@ -11619,7 +11561,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uint8clampedarray](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uint8clampedarray) @@ -11640,8 +11582,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. @@ -11655,7 +11596,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-unc-path](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-unc-path) @@ -11676,8 +11617,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. @@ -11691,7 +11631,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-undefined](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-undefined) @@ -11712,8 +11652,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. @@ -11727,7 +11666,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-undefined-or-null](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-undefined-or-null) @@ -11748,8 +11687,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. @@ -11763,7 +11701,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-unity-probability-array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-unity-probability-array) @@ -11784,8 +11722,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. @@ -11799,7 +11736,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uppercase](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uppercase) @@ -11820,8 +11757,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. @@ -11835,7 +11771,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uri](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uri) @@ -11856,8 +11792,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. @@ -11871,7 +11806,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-uri-error](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-uri-error) @@ -11892,8 +11827,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. @@ -11907,7 +11841,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-vector-like](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-vector-like) @@ -11927,8 +11861,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. @@ -11942,7 +11875,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-web-worker](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-web-worker) @@ -11962,8 +11895,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. @@ -11977,7 +11909,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-whitespace](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-whitespace) @@ -12008,8 +11940,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. @@ -12023,7 +11954,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-windows](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-windows) @@ -12043,8 +11974,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. @@ -12058,7 +11988,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-writable-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-writable-property) @@ -12078,8 +12008,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. @@ -12093,7 +12022,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-writable-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-writable-property-in) @@ -12113,8 +12042,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. @@ -12128,7 +12056,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-write-only-property](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-write-only-property) @@ -12148,8 +12076,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. @@ -12163,7 +12090,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/is-write-only-property-in](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-write-only-property-in) @@ -12183,8 +12110,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. @@ -12198,7 +12124,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/napi](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/napi) @@ -12218,8 +12144,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. @@ -12233,7 +12158,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/napi/equal-typedarray-types](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/napi/equal-typedarray-types) @@ -12253,8 +12178,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. @@ -12268,7 +12192,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/napi/equal-types](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/napi/equal-types) @@ -12288,8 +12212,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. @@ -12303,7 +12226,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/napi/is-type](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/napi/is-type) @@ -12323,8 +12246,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. @@ -12338,7 +12260,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/napi/is-typedarray](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/napi/is-typedarray) @@ -12358,8 +12280,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. @@ -12373,7 +12294,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/napi/status-ok](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/napi/status-ok) @@ -12393,8 +12314,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. @@ -12408,7 +12328,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/tools](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/tools) @@ -12428,8 +12348,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. @@ -12443,7 +12362,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/tools/array-function](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/tools/array-function) @@ -12463,8 +12382,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. @@ -12478,7 +12396,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/tools/array-like-function](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/tools/array-like-function) @@ -12498,8 +12416,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. @@ -12513,7 +12430,7 @@ A total of 10 people contributed to this release. Thank you to the following con -
+
#### [@stdlib/assert/tools/typed-array-function](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/tools/typed-array-function) @@ -12533,8 +12450,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. @@ -12556,8 +12472,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. @@ -12569,11 +12484,10 @@ A total of 10 people contributed to this release. Thank you to the following con ### Contributors -A total of 3 people contributed to this release. Thank you to the following contributors: +A total of 2 people contributed to this release. Thank you to the following contributors: - Athan Reines - Philipp Burckhardt -- Philipp Burckhardt
@@ -12585,85 +12499,11 @@ A total of 3 people contributed to this release. Thank you to the following cont
-- [`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)](#1284) _(by stdlib-bot, Philipp Burckhardt)_ -- [`2786c2e`](https://github.com/stdlib-js/stdlib/commit/2786c2e5c22e189f1d29eabc5a2225f3b728f051) - **docs:** update related packages sections [(##1283)](#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)](#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)](#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)](#1167) _(by stdlib-bot)_ -- [`74bf172`](https://github.com/stdlib-js/stdlib/commit/74bf172cde4e19feaf4840c9e03b904bf9819934) - **docs:** update related packages sections [(##1165)](#1165) _(by stdlib-bot)_ -- [`6ff6caf`](https://github.com/stdlib-js/stdlib/commit/6ff6cafeb4e71cb856ded8e0b42957a627fe617d) - **docs:** update namespace table of contents [(##1162)](#1162 ) _(by stdlib-bot)_ -- [`26cf434`](https://github.com/stdlib-js/stdlib/commit/26cf4347b243f1f363273481512e1ffebcb27ad5) - **docs:** update related packages sections [(##1156)](#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)_ - [`d73bbf4`](https://github.com/stdlib-js/stdlib/commit/d73bbf43d222f935085f8ecf7526e5f57835f74e) - **build:** replace lint directives _(by Philipp Burckhardt)_ - [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) _(by stdlib-bot, Philipp Burckhardt)_ -- [`4f2310d`](https://github.com/stdlib-js/stdlib/commit/4f2310de3494fe36f4b74db309593f63e9d24dcc) - **docs:** update namespace table of contents [(##1102)](#1102 ) _(by stdlib-bot)_ +- [`4f2310d`](https://github.com/stdlib-js/stdlib/commit/4f2310de3494fe36f4b74db309593f63e9d24dcc) - **docs:** update namespace table of contents [(#1102)](https://github.com/stdlib-js/stdlib/pull/1102 ) _(by stdlib-bot)_ - [`e18b248`](https://github.com/stdlib-js/stdlib/commit/e18b248464425863019a841795a7e5fc7d01d0ea) - **feat:** update namespace TypeScript declarations [(#1100)](https://github.com/stdlib-js/stdlib/pull/1100) _(by stdlib-bot, Athan Reines)_ - [`5b2a031`](https://github.com/stdlib-js/stdlib/commit/5b2a0316d4dfddb30848a62727f8e75586786b41) - **feat:** add `isMultiSlice` to namespace _(by Athan Reines)_ - [`527ed19`](https://github.com/stdlib-js/stdlib/commit/527ed198cb76ca8623b388d049d2006bb03cd2e7) - **feat:** add `assert/is-multi-slice` _(by Athan Reines)_ @@ -12708,3 +12548,117 @@ A total of 3 people contributed to this release. Thank you to the following cont +
+ + + +
+ +## 0.0.12 (2021-08-23) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.11 (2021-07-10) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.10 (2021-07-07) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.9 (2021-06-28) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.8 (2021-06-16) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.7 (2021-06-15) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.6 (2021-06-13) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.5 (2021-06-12) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.4 (2021-06-12) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.3 (2021-06-10) + +No changes reported for this release. + +
+ + + +
+ +## 0.0.2 (2021-06-10) + +No changes reported for this release. + +
+ + + diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7ec15a74..57d1184a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -46,11 +46,13 @@ Marcus Fantham Matt Cochrane Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj +Mohammad Kaif <98884589+Kaif987@users.noreply.github.com> Momtchil Momtchev Muhammad Haris Naresh Jagadeesan NightKnight Nithin Katta <88046362+nithinkatta@users.noreply.github.com> +Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com> Ognjen Jevremović Oneday12323 <107678750+Oneday12323@users.noreply.github.com> Philipp Burckhardt @@ -69,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Rutam <138517416+performant23@users.noreply.github.com> Ryan Seal Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com> +SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com> Seyyed Parsa Neshaei Shashank Shekhar Singh Shivam <11shivam00@gmail.com> diff --git a/README.md b/README.md index 24ea6894..5b7c725c 100644 --- a/README.md +++ b/README.md @@ -593,8 +593,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/assert.svg [npm-url]: https://npmjs.org/package/@stdlib/assert -[test-image]: https://github.com/stdlib-js/assert/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/assert/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/assert/actions/workflows/test.yml/badge.svg?branch=v0.3.0 +[test-url]: https://github.com/stdlib-js/assert/actions/workflows/test.yml?query=branch:v0.3.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/assert?branch=main diff --git a/package.json b/package.json index e835307b..4d153d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/assert", - "version": "0.2.1", + "version": "0.3.0", "description": "Standard assertion utilities.", "license": "Apache-2.0", "author": {