You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+83-11Lines changed: 83 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,46 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.1.0">
6
+
7
+
## 0.1.0 (2024-07-29)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
6
12
7
-
## Unreleased (2024-08-01)
13
+
-[`cb20ecc`](https://github.com/stdlib-js/stdlib/commit/cb20ecc5555cabbdfa9ad4807e096f8768f9f780) - add `copyWithin`, `entries`, `forEach` to `array/bool`[(#2611)](https://github.com/stdlib-js/stdlib/pull/2611)
14
+
-[`7c17308`](https://github.com/stdlib-js/stdlib/commit/7c17308587cd0fbac9812f258e3cd774cbdfc8da) - add `at`, `fill`, `filter`, and `toLocalestring` methods to `array/bool`[(#2607)](https://github.com/stdlib-js/stdlib/pull/2607)
15
+
-[`ce3ad9a`](https://github.com/stdlib-js/stdlib/commit/ce3ad9a98468829b294708ca188ec669056e58ed) - add `keys`, `values`, and `with` methods to `array/bool`[(#2590)](https://github.com/stdlib-js/stdlib/pull/2590)
16
+
-[`5a66b4b`](https://github.com/stdlib-js/stdlib/commit/5a66b4bb677cdbc4706811ea9f776343297c9f87) - add `join` and `toString` methods to `array/bool`[(#2557)](https://github.com/stdlib-js/stdlib/pull/2557)
17
+
-[`4a6be43`](https://github.com/stdlib-js/stdlib/commit/4a6be430830868fb181bfa0b8923f37dabaffe8a) - add `reduce` and `reduceRight` methods to `array/bool`[(#2509)](https://github.com/stdlib-js/stdlib/pull/2509)
18
+
-[`29615af`](https://github.com/stdlib-js/stdlib/commit/29615af970796a43f65f4b00d29bd23a122f2208) - add `slice` and `subarray` methods to `array/bool`[(#2472)](https://github.com/stdlib-js/stdlib/pull/2472)
19
+
-[`fbc42b4`](https://github.com/stdlib-js/stdlib/commit/fbc42b4c66cf695c6c114f64bf3eff65186026f0) - add `includes` method to `array/bool`[(#2441)](https://github.com/stdlib-js/stdlib/pull/2441)
20
+
-[`c58e9e4`](https://github.com/stdlib-js/stdlib/commit/c58e9e4dce4361b4ae7454eca926b0e00afb15aa) - add `indexOf` and `lastIndexOf` methods to `array/bool`[(#2432)](https://github.com/stdlib-js/stdlib/pull/2432)
21
+
-[`42c67e7`](https://github.com/stdlib-js/stdlib/commit/42c67e76cdf919e4e43ff9333d9acc6177eb5558) - add `every` and `some` methods to `array/bool`[(#2421)](https://github.com/stdlib-js/stdlib/pull/2421)
22
+
-[`0b3db04`](https://github.com/stdlib-js/stdlib/commit/0b3db0401bd16df7aeccb500d8280c280a394762) - add `toSorted` method to `array/bool`[(#2413)](https://github.com/stdlib-js/stdlib/pull/2413)
23
+
24
+
</section>
25
+
26
+
<!-- /.features -->
8
27
9
28
<sectionclass="commits">
10
29
11
30
### Commits
12
31
13
32
<details>
14
33
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
-[`7c17308`](https://github.com/stdlib-js/stdlib/commit/7c17308587cd0fbac9812f258e3cd774cbdfc8da) - **feat:** add `at`, `fill`, `filter`, and `toLocalestring` methods to `array/bool`[(#2607)](https://github.com/stdlib-js/stdlib/pull/2607)_(by Jaysukh Makvana, Athan Reines)_
36
+
-[`ce3ad9a`](https://github.com/stdlib-js/stdlib/commit/ce3ad9a98468829b294708ca188ec669056e58ed) - **feat:** add `keys`, `values`, and `with` methods to `array/bool`[(#2590)](https://github.com/stdlib-js/stdlib/pull/2590)_(by Jaysukh Makvana)_
37
+
-[`5a66b4b`](https://github.com/stdlib-js/stdlib/commit/5a66b4bb677cdbc4706811ea9f776343297c9f87) - **feat:** add `join` and `toString` methods to `array/bool`[(#2557)](https://github.com/stdlib-js/stdlib/pull/2557)_(by Jaysukh Makvana, Athan Reines)_
38
+
-[`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_
39
+
-[`4a6be43`](https://github.com/stdlib-js/stdlib/commit/4a6be430830868fb181bfa0b8923f37dabaffe8a) - **feat:** add `reduce` and `reduceRight` methods to `array/bool`[(#2509)](https://github.com/stdlib-js/stdlib/pull/2509)_(by Jaysukh Makvana, Athan Reines)_
40
+
-[`29615af`](https://github.com/stdlib-js/stdlib/commit/29615af970796a43f65f4b00d29bd23a122f2208) - **feat:** add `slice` and `subarray` methods to `array/bool`[(#2472)](https://github.com/stdlib-js/stdlib/pull/2472)_(by Jaysukh Makvana, Athan Reines)_
41
+
-[`fbc42b4`](https://github.com/stdlib-js/stdlib/commit/fbc42b4c66cf695c6c114f64bf3eff65186026f0) - **feat:** add `includes` method to `array/bool`[(#2441)](https://github.com/stdlib-js/stdlib/pull/2441)_(by Jaysukh Makvana)_
42
+
-[`c58e9e4`](https://github.com/stdlib-js/stdlib/commit/c58e9e4dce4361b4ae7454eca926b0e00afb15aa) - **feat:** add `indexOf` and `lastIndexOf` methods to `array/bool`[(#2432)](https://github.com/stdlib-js/stdlib/pull/2432)_(by Jaysukh Makvana, Athan Reines)_
43
+
-[`42c67e7`](https://github.com/stdlib-js/stdlib/commit/42c67e76cdf919e4e43ff9333d9acc6177eb5558) - **feat:** add `every` and `some` methods to `array/bool`[(#2421)](https://github.com/stdlib-js/stdlib/pull/2421)_(by Jaysukh Makvana, Athan Reines)_
44
+
-[`0b3db04`](https://github.com/stdlib-js/stdlib/commit/0b3db0401bd16df7aeccb500d8280c280a394762) - **feat:** add `toSorted` method to `array/bool`[(#2413)](https://github.com/stdlib-js/stdlib/pull/2413)_(by Jaysukh Makvana)_
16
45
17
46
</details>
18
47
@@ -24,9 +53,11 @@
24
53
25
54
### Contributors
26
55
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
56
+
A total of 3 people contributed to this release. Thank you to the following contributors:
28
57
29
58
- Athan Reines
59
+
- Jaysukh Makvana
60
+
- Philipp Burckhardt
30
61
31
62
</section>
32
63
@@ -36,21 +67,62 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
67
37
68
<!-- /.release -->
38
69
39
-
<sectionclass="release"id="v0.1.0">
70
+
<sectionclass="release"id="v0.0.1">
40
71
41
-
## 0.1.0 (2024-07-29)
72
+
## 0.0.1 (2024-06-19)
73
+
74
+
<sectionclass="features">
42
75
43
-
No changes reported for this release.
76
+
### Features
77
+
78
+
-[`de50d0a`](https://github.com/stdlib-js/stdlib/commit/de50d0af5f4b9a466a87be81da737fdbed48dbf3) - add `reverse` and `toReversed` methods to `array/bool`[(#2390)](https://github.com/stdlib-js/stdlib/pull/2390)
79
+
-[`5cd4a70`](https://github.com/stdlib-js/stdlib/commit/5cd4a70beaa7663d2a822b0922b3fb3cc6ec539f) - add `findIndex` and `findLastIndex` methods to `array/bool`[(#2384)](https://github.com/stdlib-js/stdlib/pull/2384)
80
+
-[`cba0d92`](https://github.com/stdlib-js/stdlib/commit/cba0d9249a25664a0b52f3ea2fe65eeddedd1e59) - add `find` and `findLast` methods to `array/bool`[(#2376)](https://github.com/stdlib-js/stdlib/pull/2376)
81
+
-[`d71d044`](https://github.com/stdlib-js/stdlib/commit/d71d04433120ab3096fb01c546d96c60c7684681) - add `sort` method to `array/bool`[(#2363)](https://github.com/stdlib-js/stdlib/pull/2363)
82
+
-[`40da309`](https://github.com/stdlib-js/stdlib/commit/40da3097c6ffaed4cd9284d6cdeff8bf11786553) - add `map` method to `array/bool`[(#2292)](https://github.com/stdlib-js/stdlib/pull/2292)
-[`133dd8b`](https://github.com/stdlib-js/stdlib/commit/133dd8bdce3709d5aeda84906b79882f86d9989d) - **chore:** update package meta data [(#2251)](https://github.com/stdlib-js/stdlib/pull/2251)_(by stdlib-bot)_
105
+
-[`be3061e`](https://github.com/stdlib-js/stdlib/commit/be3061ee5500fd70d7c39fa7e6299164e57c8b98) - **docs:** fix example _(by Athan Reines)_
0 commit comments