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
-[`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:**update require and include paths_(by Athan Reines)_
16
16
17
17
</details>
18
18
@@ -36,21 +36,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
36
37
37
<!-- /.release -->
38
38
39
-
<sectionclass="release"id="v0.2.2">
39
+
<sectionclass="release"id="v0.2.1">
40
40
41
-
## 0.2.2 (2024-07-29)
41
+
## 0.2.1 (2024-02-25)
42
42
43
-
No changes reported for this release.
43
+
<sectionclass="features">
44
+
45
+
### Features
46
+
47
+
-[`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)
44
48
45
49
</section>
46
50
47
-
<!-- /.release-->
51
+
<!-- /.features-->
48
52
49
-
<sectionclass="release"id="v0.2.1">
53
+
<sectionclass="commits">
50
54
51
-
##0.2.1 (2024-02-25)
55
+
### Commits
52
56
53
-
No changes reported for this release.
57
+
<details>
58
+
59
+
-[`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)_
60
+
61
+
</details>
62
+
63
+
</section>
64
+
65
+
<!-- /.commits -->
66
+
67
+
<sectionclass="contributors">
68
+
69
+
### Contributors
70
+
71
+
A total of 2 people contributed to this release. Thank you to the following contributors:
72
+
73
+
- Athan Reines
74
+
- Philipp Burckhardt
75
+
76
+
</section>
77
+
78
+
<!-- /.contributors -->
54
79
55
80
</section>
56
81
@@ -60,7 +85,62 @@ No changes reported for this release.
60
85
61
86
## 0.2.0 (2024-02-14)
62
87
63
-
No changes reported for this release.
88
+
<sectionclass="features">
89
+
90
+
### Features
91
+
92
+
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
93
+
94
+
</section>
95
+
96
+
<!-- /.features -->
97
+
98
+
<sectionclass="breaking-changes">
99
+
100
+
### BREAKING CHANGES
101
+
102
+
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
103
+
104
+
- In order to migrate, users should update their implementations to
105
+
use the latest naming conventions. The affected type definitions
106
+
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)_
121
+
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
122
+
-[`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)_
125
+
126
+
</details>
127
+
128
+
</section>
129
+
130
+
<!-- /.commits -->
131
+
132
+
<sectionclass="contributors">
133
+
134
+
### Contributors
135
+
136
+
A total of 2 people contributed to this release. Thank you to the following contributors:
137
+
138
+
- Athan Reines
139
+
- Philipp Burckhardt
140
+
141
+
</section>
142
+
143
+
<!-- /.contributors -->
64
144
65
145
</section>
66
146
@@ -70,7 +150,53 @@ No changes reported for this release.
70
150
71
151
## 0.1.0 (2023-09-24)
72
152
73
-
No changes reported for this release.
153
+
<sectionclass="features">
154
+
155
+
### Features
156
+
157
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
158
+
159
+
</section>
160
+
161
+
<!-- /.features -->
162
+
163
+
<sectionclass="breaking-changes">
164
+
165
+
### BREAKING CHANGES
166
+
167
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
168
+
169
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
170
+
171
+
</section>
172
+
173
+
<!-- /.breaking-changes -->
174
+
175
+
<sectionclass="commits">
176
+
177
+
### Commits
178
+
179
+
<details>
180
+
181
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
182
+
183
+
</details>
184
+
185
+
</section>
186
+
187
+
<!-- /.commits -->
188
+
189
+
<sectionclass="contributors">
190
+
191
+
### Contributors
192
+
193
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments