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
-[`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:**resolve lint errors in benchmarks_(by Athan Reines)_
16
16
17
17
</details>
18
18
@@ -40,7 +40,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
40
40
41
41
## 0.2.3 (2024-07-28)
42
42
43
-
No changes reported for this release.
43
+
<sectionclass="commits">
44
+
45
+
### Commits
46
+
47
+
<details>
48
+
49
+
-[`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
50
+
51
+
</details>
52
+
53
+
</section>
54
+
55
+
<!-- /.commits -->
56
+
57
+
<sectionclass="contributors">
58
+
59
+
### Contributors
60
+
61
+
A total of 1 person contributed to this release. Thank you to this contributor:
62
+
63
+
- Philipp Burckhardt
64
+
65
+
</section>
66
+
67
+
<!-- /.contributors -->
44
68
45
69
</section>
46
70
@@ -50,7 +74,41 @@ No changes reported for this release.
50
74
51
75
## 0.2.2 (2024-04-04)
52
76
53
-
No changes reported for this release.
77
+
<sectionclass="bug-fixes">
78
+
79
+
### Bug Fixes
80
+
81
+
-[`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - add missing gypfile field entries
82
+
83
+
</section>
84
+
85
+
<!-- /.bug-fixes -->
86
+
87
+
<sectionclass="commits">
88
+
89
+
### Commits
90
+
91
+
<details>
92
+
93
+
-[`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - **fix:** add missing gypfile field entries _(by Philipp Burckhardt)_
94
+
95
+
</details>
96
+
97
+
</section>
98
+
99
+
<!-- /.commits -->
100
+
101
+
<sectionclass="contributors">
102
+
103
+
### Contributors
104
+
105
+
A total of 1 person contributed to this release. Thank you to this contributor:
106
+
107
+
- Philipp Burckhardt
108
+
109
+
</section>
110
+
111
+
<!-- /.contributors -->
54
112
55
113
</section>
56
114
@@ -70,7 +128,32 @@ No changes reported for this release.
70
128
71
129
## 0.2.0 (2024-02-14)
72
130
73
-
No changes reported for this release.
131
+
<sectionclass="commits">
132
+
133
+
### Commits
134
+
135
+
<details>
136
+
137
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
138
+
-[`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)_
139
+
140
+
</details>
141
+
142
+
</section>
143
+
144
+
<!-- /.commits -->
145
+
146
+
<sectionclass="contributors">
147
+
148
+
### Contributors
149
+
150
+
A total of 1 person contributed to this release. Thank you to this contributor:
151
+
152
+
- Philipp Burckhardt
153
+
154
+
</section>
155
+
156
+
<!-- /.contributors -->
74
157
75
158
</section>
76
159
@@ -90,7 +173,63 @@ No changes reported for this release.
90
173
91
174
## 0.1.0 (2023-09-23)
92
175
93
-
No changes reported for this release.
176
+
<sectionclass="features">
177
+
178
+
### Features
179
+
180
+
-[`73cb4ea`](https://github.com/stdlib-js/stdlib/commit/73cb4eaa7b0970afddb4153f80df32d58e71676d) - refactor declarations to use generics
181
+
182
+
</section>
183
+
184
+
<!-- /.features -->
185
+
186
+
<sectionclass="bug-fixes">
187
+
188
+
### Bug Fixes
189
+
190
+
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - update import path for `Collection` type definition
191
+
192
+
</section>
193
+
194
+
<!-- /.bug-fixes -->
195
+
196
+
<sectionclass="breaking-changes">
197
+
198
+
### BREAKING CHANGES
199
+
200
+
-[`73cb4ea`](https://github.com/stdlib-js/stdlib/commit/73cb4eaa7b0970afddb4153f80df32d58e71676d): refactor declarations to use generics
201
+
202
+
</section>
203
+
204
+
<!-- /.breaking-changes -->
205
+
206
+
<sectionclass="commits">
207
+
208
+
### Commits
209
+
210
+
<details>
211
+
212
+
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
213
+
-[`73cb4ea`](https://github.com/stdlib-js/stdlib/commit/73cb4eaa7b0970afddb4153f80df32d58e71676d) - **feat:** refactor declarations to use generics _(by Athan Reines)_
214
+
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
215
+
216
+
</details>
217
+
218
+
</section>
219
+
220
+
<!-- /.commits -->
221
+
222
+
<sectionclass="contributors">
223
+
224
+
### Contributors
225
+
226
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments