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
+84-20Lines changed: 84 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,64 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.2.2">
6
+
7
+
## 0.2.2 (2024-07-28)
8
+
9
+
No changes reported for this release.
6
10
7
-
## Unreleased (2024-08-01)
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
49
+
no behavioral changes.
50
+
51
+
</section>
52
+
53
+
<!-- /.breaking-changes -->
8
54
9
55
<sectionclass="commits">
10
56
11
57
### Commits
12
58
13
59
<details>
14
60
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
-[`e25b23b`](https://github.com/stdlib-js/stdlib/commit/e25b23b917ee6e387722db7192d22e4a70222da0) - **feat:** rename type definitions for array and ndarray data types _(by Athan Reines)_
16
63
17
64
</details>
18
65
@@ -36,51 +83,68 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
83
37
84
<!-- /.release -->
38
85
39
-
<sectionclass="release"id="v0.2.2">
86
+
<sectionclass="release"id="v0.1.1">
40
87
41
-
## 0.2.2 (2024-07-28)
88
+
## 0.1.1 (2023-10-09)
42
89
43
90
No changes reported for this release.
44
91
45
92
</section>
46
93
47
94
<!-- /.release -->
48
95
49
-
<sectionclass="release"id="v0.2.1">
96
+
<sectionclass="release"id="v0.1.0">
50
97
51
-
## 0.2.1 (2024-02-24)
98
+
## 0.1.0 (2023-09-23)
52
99
53
-
No changes reported for this release.
100
+
<sectionclass="features">
101
+
102
+
### Features
103
+
104
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
54
105
55
106
</section>
56
107
57
-
<!-- /.release-->
108
+
<!-- /.features-->
58
109
59
-
<sectionclass="release"id="v0.2.0">
110
+
<sectionclass="breaking-changes">
60
111
61
-
##0.2.0 (2024-02-14)
112
+
### BREAKING CHANGES
62
113
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.
64
118
65
119
</section>
66
120
67
-
<!-- /.release-->
121
+
<!-- /.breaking-changes-->
68
122
69
-
<sectionclass="release"id="v0.1.1">
123
+
<sectionclass="commits">
70
124
71
-
##0.1.1 (2023-10-09)
125
+
### Commits
72
126
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>
74
132
75
133
</section>
76
134
77
-
<!-- /.release-->
135
+
<!-- /.commits-->
78
136
79
-
<sectionclass="release"id="v0.1.0">
137
+
<sectionclass="contributors">
80
138
81
-
##0.1.0 (2023-09-23)
139
+
### Contributors
82
140
83
-
No changes reported for this release.
141
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments