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
-[`4816901`](https://github.com/stdlib-js/stdlib/commit/481690174833259628032a259dbe7d26bbde807d) - add boolean dtype support to `array/typed`[(#2419)](https://github.com/stdlib-js/stdlib/pull/2419)
14
-
15
-
</section>
5
+
<sectionclass="release"id="unreleased">
16
6
17
-
<!-- /.features -->
7
+
## Unreleased (2024-08-01)
18
8
19
9
<sectionclass="commits">
20
10
21
11
### Commits
22
12
23
13
<details>
24
14
25
-
-[`4816901`](https://github.com/stdlib-js/stdlib/commit/481690174833259628032a259dbe7d26bbde807d) - **feat:**add boolean dtype support to `array/typed`[(#2419)](https://github.com/stdlib-js/stdlib/pull/2419)_(by Jaysukh Makvana, Athan Reines)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
26
16
27
17
</details>
28
18
@@ -34,10 +24,9 @@
34
24
35
25
### Contributors
36
26
37
-
A total of 2 people contributed to this release. Thank you to the following contributors:
27
+
A total of 1 person contributed to this release. Thank you to this contributor:
38
28
39
29
- Athan Reines
40
-
- Jaysukh Makvana
41
30
42
31
</section>
43
32
@@ -47,46 +36,21 @@ A total of 2 people contributed to this release. Thank you to the following cont
47
36
48
37
<!-- /.release -->
49
38
50
-
<sectionclass="release"id="v0.2.1">
51
-
52
-
## 0.2.1 (2024-02-25)
53
-
54
-
<sectionclass="features">
55
-
56
-
### Features
57
-
58
-
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
59
-
60
-
</section>
61
-
62
-
<!-- /.features -->
63
-
64
-
<sectionclass="commits">
65
-
66
-
### Commits
67
-
68
-
<details>
39
+
<sectionclass="release"id="v0.3.0">
69
40
70
-
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)_(by Philipp Burckhardt, Athan Reines)_
41
+
## 0.3.0 (2024-07-29)
71
42
72
-
</details>
43
+
No changes reported for this release.
73
44
74
45
</section>
75
46
76
-
<!-- /.commits -->
77
-
78
-
<sectionclass="contributors">
79
-
80
-
### Contributors
81
-
82
-
A total of 2 people contributed to this release. Thank you to the following contributors:
47
+
<!-- /.release -->
83
48
84
-
- Athan Reines
85
-
- Philipp Burckhardt
49
+
<sectionclass="release"id="v0.2.1">
86
50
87
-
</section>
51
+
## 0.2.1 (2024-02-25)
88
52
89
-
<!-- /.contributors -->
53
+
No changes reported for this release.
90
54
91
55
</section>
92
56
@@ -96,63 +60,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
96
60
97
61
## 0.2.0 (2024-02-14)
98
62
99
-
<sectionclass="features">
100
-
101
-
### Features
102
-
103
-
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
104
-
105
-
</section>
106
-
107
-
<!-- /.features -->
108
-
109
-
<sectionclass="breaking-changes">
110
-
111
-
### BREAKING CHANGES
112
-
113
-
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
114
-
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
115
-
116
-
- In order to migrate, users should update their implementations to
117
-
use the latest naming conventions. The affected type definitions
118
-
are aliases for individual data type strings, so their should be
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
133
-
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
134
-
-[`739e562`](https://github.com/stdlib-js/stdlib/commit/739e5627234ca4ae9198f384063a4a3201c6c407) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
137
-
138
-
</details>
139
-
140
-
</section>
141
-
142
-
<!-- /.commits -->
143
-
144
-
<sectionclass="contributors">
145
-
146
-
### Contributors
147
-
148
-
A total of 2 people contributed to this release. Thank you to the following contributors:
149
-
150
-
- Athan Reines
151
-
- Philipp Burckhardt
152
-
153
-
</section>
154
-
155
-
<!-- /.contributors -->
63
+
No changes reported for this release.
156
64
157
65
</section>
158
66
@@ -162,54 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
162
70
163
71
## 0.1.0 (2023-09-24)
164
72
165
-
<sectionclass="features">
166
-
167
-
### Features
168
-
169
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
170
-
171
-
</section>
172
-
173
-
<!-- /.features -->
174
-
175
-
<sectionclass="breaking-changes">
176
-
177
-
### BREAKING CHANGES
178
-
179
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
180
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
181
-
182
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
183
-
184
-
</section>
185
-
186
-
<!-- /.breaking-changes -->
187
-
188
-
<sectionclass="commits">
189
-
190
-
### Commits
191
-
192
-
<details>
193
-
194
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
195
-
196
-
</details>
197
-
198
-
</section>
199
-
200
-
<!-- /.commits -->
201
-
202
-
<sectionclass="contributors">
203
-
204
-
### Contributors
205
-
206
-
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments