From 7ce1a343b8251f587b7ace5a1fb3b1a0dc444b0c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 02:57:46 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .gitignore | 2 + CHANGELOG.md | 98 ++++++++++------------------------------------ README.md | 4 +- package.json | 4 +- 5 files changed, 27 insertions(+), 82 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..6760dc4 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T02:57:43.861Z diff --git a/.gitignore b/.gitignore index 49b206b..4fdc97c 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,8 @@ docs/**/node_modules/ pids *.pid *.seed +yarn.lock +package-lock.json # Typescript # ############## diff --git a/CHANGELOG.md b/CHANGELOG.md index f568ba2..d3b1024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ > Package changelog. -
+
-## 0.2.2 (2024-07-27) +## Unreleased (2024-08-01)
@@ -12,40 +12,7 @@
-- [`9f02420`](https://github.com/stdlib-js/stdlib/commit/9f0242052f734a9b9a8a0ea7adb8426d2e2fd5e0) - **docs:** update related packages sections [(#2203)](https://github.com/stdlib-js/stdlib/pull/2203) _(by stdlib-bot)_ - -
- -
- - - -
- - - -
- -## 0.2.1 (2024-02-24) - -No changes reported for this release. - -
- - - -
- -## 0.2.0 (2024-02-14) - -
- -### Commits - -
- -- [`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)_ -- [`cab141b`](https://github.com/stdlib-js/stdlib/commit/cab141b17faa237fc68e484979cf1752400e3bf4) - **docs:** update links _(by Athan Reines)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -69,9 +36,9 @@ A total of 1 person contributed to this release. Thank you to this contributor: -
+
-## 0.1.0 (2023-09-23) +## 0.2.2 (2024-07-27) No changes reported for this release. @@ -79,66 +46,41 @@ No changes reported for this release. -
- -## 0.0.1 (2023-09-21) - -
+
-### Features +## 0.2.1 (2024-02-24) -- [`82dea00`](https://github.com/stdlib-js/stdlib/commit/82dea00133a02b5fa3ca4638b390f920003e8a5d) - rename error codes -- [`941b40e`](https://github.com/stdlib-js/stdlib/commit/941b40e98b5ce8300e33d44f12a4be912aad264b) - add support for performing bounds checking -- [`12e59f2`](https://github.com/stdlib-js/stdlib/commit/12e59f258ef8bbc9d5c1ddcac5954d2cfda6cd91) - add `slice/seq2slice` +No changes reported for this release.
- - -
+ -### BREAKING CHANGES +
-- [`82dea00`](https://github.com/stdlib-js/stdlib/commit/82dea00133a02b5fa3ca4638b390f920003e8a5d): rename error codes -- [`82dea00`](https://github.com/stdlib-js/stdlib/commit/82dea00133a02b5fa3ca4638b390f920003e8a5d): rename error codes +## 0.2.0 (2024-02-14) - - To migrate, if users were checking for particular error codes, they - should add the `SLICE_` prefix to their checks. +No changes reported for this release.
- - -
- -### Commits + -
+
-- [`82dea00`](https://github.com/stdlib-js/stdlib/commit/82dea00133a02b5fa3ca4638b390f920003e8a5d) - **feat:** rename error codes _(by Athan Reines)_ -- [`6e461e6`](https://github.com/stdlib-js/stdlib/commit/6e461e6b3de0334174e0b4972a8b4ecdd080355b) - **style:** disable lint rule _(by Athan Reines)_ -- [`ad6be3a`](https://github.com/stdlib-js/stdlib/commit/ad6be3acb2dff32ca13af38d58b18da24d3a965d) - **test:** fix broken test _(by Athan Reines)_ -- [`941b40e`](https://github.com/stdlib-js/stdlib/commit/941b40e98b5ce8300e33d44f12a4be912aad264b) - **feat:** add support for performing bounds checking _(by Athan Reines)_ -- [`db2a0aa`](https://github.com/stdlib-js/stdlib/commit/db2a0aa1e439cdbab72bd70c46b752f8cdc7beee) - **refactor:** use base implementation _(by Athan Reines)_ -- [`12e59f2`](https://github.com/stdlib-js/stdlib/commit/12e59f258ef8bbc9d5c1ddcac5954d2cfda6cd91) - **feat:** add `slice/seq2slice` _(by Athan Reines)_ +## 0.1.0 (2023-09-23) -
+No changes reported for this release.
- - -
- -### Contributors - -A total of 1 person contributed to this release. Thank you to this contributor: + -- Athan Reines +
-
+## 0.0.1 (2023-09-21) - +No changes reported for this release.
diff --git a/README.md b/README.md index dbcfa38..a896516 100644 --- a/README.md +++ b/README.md @@ -334,8 +334,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/slice-seq2slice.svg [npm-url]: https://npmjs.org/package/@stdlib/slice-seq2slice -[test-image]: https://github.com/stdlib-js/slice-seq2slice/actions/workflows/test.yml/badge.svg?branch=v0.2.2 -[test-url]: https://github.com/stdlib-js/slice-seq2slice/actions/workflows/test.yml?query=branch:v0.2.2 +[test-image]: https://github.com/stdlib-js/slice-seq2slice/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/slice-seq2slice/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-seq2slice/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/slice-seq2slice?branch=main diff --git a/package.json b/package.json index 9e4765d..d3c17d9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@stdlib/assert-is-boolean": "^0.2.2", - "@stdlib/assert-is-nonnegative-integer": "^0.2.1", + "@stdlib/assert-is-nonnegative-integer": "^0.2.2", "@stdlib/assert-is-string": "^0.2.2", "@stdlib/slice-base-seq2slice": "^0.2.2", "@stdlib/string-format": "^0.2.2", @@ -50,7 +50,7 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", - "@stdlib/bench-harness": "^0.2.1" + "@stdlib/bench-harness": "^0.2.2" }, "engines": { "node": ">=0.10.0",