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
-[`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
16
17
17
18
</details>
18
19
@@ -24,9 +25,10 @@
24
25
25
26
### Contributors
26
27
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
28
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
29
29
30
- Athan Reines
31
+
- Philipp Burckhardt
30
32
31
33
</section>
32
34
@@ -36,21 +38,45 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
38
37
39
<!-- /.release -->
38
40
39
-
<sectionclass="release"id="v0.2.3">
41
+
<sectionclass="release"id="v0.2.2">
40
42
41
-
## 0.2.3 (2024-07-28)
43
+
## 0.2.2 (2024-04-04)
42
44
43
-
No changes reported for this release.
45
+
<sectionclass="bug-fixes">
46
+
47
+
### Bug Fixes
48
+
49
+
-[`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - add missing gypfile field entries
44
50
45
51
</section>
46
52
47
-
<!-- /.release-->
53
+
<!-- /.bug-fixes-->
48
54
49
-
<sectionclass="release"id="v0.2.2">
55
+
<sectionclass="commits">
50
56
51
-
##0.2.2 (2024-04-04)
57
+
### Commits
52
58
53
-
No changes reported for this release.
59
+
<details>
60
+
61
+
-[`ca6614a`](https://github.com/stdlib-js/stdlib/commit/ca6614abe2ae5acdcfd6eccaf49a65215f60d99e) - **fix:** add missing gypfile field entries _(by Philipp Burckhardt)_
62
+
63
+
</details>
64
+
65
+
</section>
66
+
67
+
<!-- /.commits -->
68
+
69
+
<sectionclass="contributors">
70
+
71
+
### Contributors
72
+
73
+
A total of 1 person contributed to this release. Thank you to this contributor:
74
+
75
+
- Philipp Burckhardt
76
+
77
+
</section>
78
+
79
+
<!-- /.contributors -->
54
80
55
81
</section>
56
82
@@ -70,7 +96,33 @@ No changes reported for this release.
70
96
71
97
## 0.2.0 (2024-02-14)
72
98
73
-
No changes reported for this release.
99
+
<sectionclass="commits">
100
+
101
+
### Commits
102
+
103
+
<details>
104
+
105
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
106
+
-[`e9778a4`](https://github.com/stdlib-js/stdlib/commit/e9778a44456fe95e30158b3ed4b2849c1ea5be1d) - **build:** do not escape special Markdown characters in code _(by Philipp Burckhardt)_
107
+
-[`78a556e`](https://github.com/stdlib-js/stdlib/commit/78a556efa2f1da29eb9081d393f5768ad1518117) - **docs:** update related packages sections [(#1145)](https://github.com/stdlib-js/stdlib/pull/1145)_(by stdlib-bot)_
108
+
109
+
</details>
110
+
111
+
</section>
112
+
113
+
<!-- /.commits -->
114
+
115
+
<sectionclass="contributors">
116
+
117
+
### Contributors
118
+
119
+
A total of 1 person contributed to this release. Thank you to this contributor:
120
+
121
+
- Philipp Burckhardt
122
+
123
+
</section>
124
+
125
+
<!-- /.contributors -->
74
126
75
127
</section>
76
128
@@ -90,7 +142,63 @@ No changes reported for this release.
90
142
91
143
## 0.1.0 (2023-09-23)
92
144
93
-
No changes reported for this release.
145
+
<sectionclass="features">
146
+
147
+
### Features
148
+
149
+
-[`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68) - refactor declarations to use generics
150
+
151
+
</section>
152
+
153
+
<!-- /.features -->
154
+
155
+
<sectionclass="bug-fixes">
156
+
157
+
### Bug Fixes
158
+
159
+
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - update import path for `Collection` type definition
160
+
161
+
</section>
162
+
163
+
<!-- /.bug-fixes -->
164
+
165
+
<sectionclass="breaking-changes">
166
+
167
+
### BREAKING CHANGES
168
+
169
+
-[`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68): refactor declarations to use generics
170
+
171
+
</section>
172
+
173
+
<!-- /.breaking-changes -->
174
+
175
+
<sectionclass="commits">
176
+
177
+
### Commits
178
+
179
+
<details>
180
+
181
+
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
182
+
-[`1e1b4b1`](https://github.com/stdlib-js/stdlib/commit/1e1b4b1fc32e06734099e2e00e0478f547d7fc68) - **feat:** refactor declarations to use generics _(by Athan Reines)_
183
+
-[`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
184
+
185
+
</details>
186
+
187
+
</section>
188
+
189
+
<!-- /.commits -->
190
+
191
+
<sectionclass="contributors">
192
+
193
+
### Contributors
194
+
195
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments