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
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - replace use of type guards with boolean return type
14
+
15
+
</section>
16
+
17
+
<!-- /.bug-fixes -->
8
18
9
19
<sectionclass="commits">
10
20
11
21
### Commits
12
22
13
23
<details>
14
24
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
25
+
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:**replace use of type guards with boolean return type _(by Philipp Burckhardt)_
16
26
17
27
</details>
18
28
@@ -26,7 +36,7 @@
26
36
27
37
A total of 1 person contributed to this release. Thank you to this contributor:
28
38
29
-
-Athan Reines
39
+
-Philipp Burckhardt
30
40
31
41
</section>
32
42
@@ -36,31 +46,57 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
46
37
47
<!-- /.release -->
38
48
39
-
<sectionclass="release"id="v0.2.2">
49
+
<sectionclass="release"id="v0.2.1">
40
50
41
-
## 0.2.2 (2024-07-27)
51
+
## 0.2.1 (2024-02-22)
42
52
43
53
No changes reported for this release.
44
54
45
55
</section>
46
56
47
57
<!-- /.release -->
48
58
49
-
<sectionclass="release"id="v0.2.1">
59
+
<sectionclass="release"id="v0.2.0">
50
60
51
-
## 0.2.1 (2024-02-22)
61
+
## 0.2.0 (2024-02-14)
52
62
53
-
No changes reported for this release.
63
+
<sectionclass="bug-fixes">
64
+
65
+
### Bug Fixes
66
+
67
+
-[`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
-[`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)_
81
+
82
+
</details>
83
+
84
+
</section>
85
+
86
+
<!-- /.commits -->
87
+
88
+
<sectionclass="contributors">
89
+
90
+
### Contributors
91
+
92
+
A total of 2 people contributed to this release. Thank you to the following contributors:
93
+
94
+
- Athan Reines
95
+
- Philipp Burckhardt
96
+
97
+
</section>
98
+
99
+
<!-- /.contributors -->
64
100
65
101
</section>
66
102
@@ -80,7 +116,57 @@ No changes reported for this release.
80
116
81
117
## 0.1.0 (2023-09-23)
82
118
83
-
No changes reported for this release.
119
+
<sectionclass="features">
120
+
121
+
### Features
122
+
123
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
124
+
-[`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - use type predicates for narrowing
125
+
126
+
</section>
127
+
128
+
<!-- /.features -->
129
+
130
+
<sectionclass="breaking-changes">
131
+
132
+
### BREAKING CHANGES
133
+
134
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
135
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
136
+
137
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
138
+
139
+
</section>
140
+
141
+
<!-- /.breaking-changes -->
142
+
143
+
<sectionclass="commits">
144
+
145
+
### Commits
146
+
147
+
<details>
148
+
149
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
150
+
-[`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
151
+
-[`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
152
+
153
+
</details>
154
+
155
+
</section>
156
+
157
+
<!-- /.commits -->
158
+
159
+
<sectionclass="contributors">
160
+
161
+
### Contributors
162
+
163
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments