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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+158-1Lines changed: 158 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,161 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-typed-float-dtypes/releases) for the changelog.
5
+
<sectionclass="release"id="v0.2.2">
6
+
7
+
## 0.2.2 (2024-07-28)
8
+
9
+
No changes reported for this release.
10
+
11
+
</section>
12
+
13
+
<!-- /.release -->
14
+
15
+
<sectionclass="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
+
<sectionclass="release"id="v0.2.0">
26
+
27
+
## 0.2.0 (2024-02-14)
28
+
29
+
<sectionclass="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
+
<sectionclass="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
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
63
+
64
+
</details>
65
+
66
+
</section>
67
+
68
+
<!-- /.commits -->
69
+
70
+
<sectionclass="contributors">
71
+
72
+
### Contributors
73
+
74
+
A total of 1 person contributed to this release. Thank you to this contributor:
75
+
76
+
- Athan Reines
77
+
78
+
</section>
79
+
80
+
<!-- /.contributors -->
81
+
82
+
</section>
83
+
84
+
<!-- /.release -->
85
+
86
+
<sectionclass="release"id="v0.1.1">
87
+
88
+
## 0.1.1 (2023-10-09)
89
+
90
+
No changes reported for this release.
91
+
92
+
</section>
93
+
94
+
<!-- /.release -->
95
+
96
+
<sectionclass="release"id="v0.1.0">
97
+
98
+
## 0.1.0 (2023-09-23)
99
+
100
+
<sectionclass="features">
101
+
102
+
### Features
103
+
104
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
105
+
106
+
</section>
107
+
108
+
<!-- /.features -->
109
+
110
+
<sectionclass="breaking-changes">
111
+
112
+
### BREAKING CHANGES
113
+
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.
118
+
119
+
</section>
120
+
121
+
<!-- /.breaking-changes -->
122
+
123
+
<sectionclass="commits">
124
+
125
+
### Commits
126
+
127
+
<details>
128
+
129
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
130
+
131
+
</details>
132
+
133
+
</section>
134
+
135
+
<!-- /.commits -->
136
+
137
+
<sectionclass="contributors">
138
+
139
+
### Contributors
140
+
141
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments