Skip to content

Commit 8f9e145

Browse files
committed
Auto-generated commit
1 parent 81ee143 commit 8f9e145

File tree

4 files changed

+142
-14
lines changed

4 files changed

+142
-14
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:50:34.430Z
1+
2024-09-01T06:17:06.326Z

CHANGELOG.md

Lines changed: 138 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
66

7-
## Unreleased (2024-08-01)
7+
## 0.2.2 (2024-07-29)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
1616

1717
</details>
1818

@@ -36,21 +36,46 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3636

3737
<!-- /.release -->
3838

39-
<section class="release" id="v0.2.2">
39+
<section class="release" id="v0.2.1">
4040

41-
## 0.2.2 (2024-07-29)
41+
## 0.2.1 (2024-02-25)
4242

43-
No changes reported for this release.
43+
<section class="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)
4448

4549
</section>
4650

47-
<!-- /.release -->
51+
<!-- /.features -->
4852

49-
<section class="release" id="v0.2.1">
53+
<section class="commits">
5054

51-
## 0.2.1 (2024-02-25)
55+
### Commits
5256

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+
<section class="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 -->
5479

5580
</section>
5681

@@ -60,7 +85,62 @@ No changes reported for this release.
6085

6186
## 0.2.0 (2024-02-14)
6287

63-
No changes reported for this release.
88+
<section class="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+
<section class="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
107+
no behavioral changes.
108+
109+
</section>
110+
111+
<!-- /.breaking-changes -->
112+
113+
<section class="commits">
114+
115+
### Commits
116+
117+
<details>
118+
119+
- [`e50f36e`](https://github.com/stdlib-js/stdlib/commit/e50f36e4abc083a8bb70abf68727f4462331e007) - **refactor:** query default dtype _(by Athan Reines)_
120+
- [`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)_
123+
- [`e3fc2d4`](https://github.com/stdlib-js/stdlib/commit/e3fc2d48bf55690a3ead6cc37eed3472f34561c0) - **docs:** update links _(by Athan Reines)_
124+
- [`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+
<section class="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 -->
64144

65145
</section>
66146

@@ -70,7 +150,53 @@ No changes reported for this release.
70150

71151
## 0.1.0 (2023-09-24)
72152

73-
No changes reported for this release.
153+
<section class="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+
<section class="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+
<section class="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+
<section class="contributors">
190+
191+
### Contributors
192+
193+
A total of 1 person contributed to this release. Thank you to this contributor:
194+
195+
- Philipp Burckhardt
196+
197+
</section>
198+
199+
<!-- /.contributors -->
74200

75201
</section>
76202

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@stdlib/array-typed-complex-ctors": "^0.2.2",
4242
"@stdlib/assert-is-string": "^0.2.2",
4343
"@stdlib/string-format": "^0.2.2",
44-
"@stdlib/types": "^0.3.2",
44+
"@stdlib/types": "^0.4.1",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)