8000 Auto-generated commit · stdlib-js/array-typed-dtypes@b06ec54 · GitHub
[go: up one dir, main page]

Skip to content

Commit b06ec54

Browse files
committed
Auto-generated commit
1 parent 56e741f commit b06ec54

File tree

2 files changed

+85
-21
lines changed

2 files changed

+85
-21
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T04:49:06.153Z
1+
2024-08-03T20:15:38.163Z

CHANGELOG.md

Lines changed: 84 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,64 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.2">
6+
7+
## 0.2.2 (2024-07-28)
8+
9+
No changes reported for this release.
610

7-
## Unreleased (2024-08-01)
11+
</section>
12+
13+
<!-- /.release -->
14+
15+
<section class="release" id="v0.2.1">
16+
17+
## 0.2.1 (2024-02-24)
18+
19+
No changes reported for this release.
20+
21+
</section>
22+
23+
<!-- /.release -->
24+
25+
<section class="release" id="v0.2.0">
26+
27+
## 0.2.0 (2024-02-14)
28+
29+
<section class="features">
30+
31+
### Features
32+
33+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - rename type definitions for array and ndarray data types
34+
35+
</section>
36+
37+
<!-- /.features -->
38+
39+
<section class="breaking-changes">
40+
41+
### BREAKING CHANGES
42+
43+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
44+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0): rename type definitions for array and ndarray data types
45+
46+
- In order to migrate, users should update their implementations to
47+
use the latest naming conventions. The affected type definitions
48+
are aliases for individual data type strings, so their should be
49+
no behavioral changes.
50+
51+
</section>
52+
53+
<!-- /.breaking-changes -->
854

955
<section class="commits">
1056

1157
### Commits
1258

1359
<details>
1460

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
61+
- [`e747f12`](https://github.com/stdlib-js/stdlib/commit/e747f12e436656778635f822213af6f8fd122fd7) - **refactor:** reduce dtype string duplication _(by Athan Reines)_
62+
- [`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
1663

1764
</details>
1865

@@ -36,51 +83,68 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3683

3784
<!-- /.release -->
3885

39-
<section class="release" id="v0.2.2">
86+
<section class="release" id="v0.1.1">
4087

41-
## 0.2.2 (2024-07-28)
88+
## 0.1.1 (2023-10-09)
4289

4390
No changes reported for this release.
4491

4592
</section>
4693

4794
<!-- /.release -->
4895

49-
<section class="release" id="v0.2.1">
96+
<section class="release" id="v0.1.0">
5097

51-
## 0.2.1 (2024-02-24)
98+
## 0.1.0 (2023-09-23)
5299

53-
No changes reported for this release.
100+
<section class="features">
101+
102+
### Features
103+
104+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
54105

55106
</section>
56107

57-
<!-- /.release -->
108+
<!-- /.features -->
58109

59-
<section class="release" id="v0.2.0">
110+
<section class="breaking-changes">
60111

61-
## 0.2.0 (2024-02-14)
112+
### BREAKING CHANGES
62113

63-
No changes reported for this release.
114+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
115+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
116+
117+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
64118

65119
</section>
66120

67-
<!-- /.release -->
121+
<!-- /.breaking-changes -->
68122

69-
<section class="release" id="v0.1.1">
123+
<section class="commits">
70124

71-
## 0.1.1 (2023-10-09)
125+
### Commits
72126

73-
No changes reported for this release.
127+
<details>
128+
129+
- [`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
130+
131+
</details>
74132

75133
</section>
76134

77-
<!-- /.release -->
135+
<!-- /.commits -->
78136

79-
<section class="release" id="v0.1.0">
137+
<section class="contributors">
80138

81-
## 0.1.0 (2023-09-23)
139+
### Contributors
82140

83-
No changes reported for this release.
141+
A total of 1 person contributed to this release. Thank you to this contributor:
142+
143+
- Philipp Burckhardt
144+
145+
</section>
146+
147+
<!-- /.contributors -->
84148

85149
</section>
86150

0 commit comments

Comments
 (0)
0