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
+85-14Lines changed: 85 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,27 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.3.0">
6
+
7
+
## 0.3.0 (2024-07-29)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
6
12
7
-
## Unreleased (2024-08-01)
13
+
-[`fa118f2`](https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c) - add boolean dtype support to `ndarray/base/buffer`[(#2574)](https://github.com/stdlib-js/stdlib/pull/2574)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
8
18
9
19
<sectionclass="commits">
10
20
11
21
### Commits
12
22
13
23
<details>
14
24
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
25
+
-[`fa118f2`](https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c) - **feat:**add boolean dtype support to `ndarray/base/buffer`[(#2574)](https://github.com/stdlib-js/stdlib/pull/2574)_(by Jaysukh Makvana, Athan Reines)_
16
26
17
27
</details>
18
28
@@ -24,9 +34,10 @@
24
34
25
35
### Contributors
26
36
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
37
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
38
29
39
- Athan Reines
40
+
- Jaysukh Makvana
30
41
31
42
</section>
32
43
@@ -36,31 +47,45 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
47
37
48
<!-- /.release -->
38
49
39
-
<sectionclass="release"id="v0.3.0">
50
+
<sectionclass="release"id="v0.2.1">
40
51
41
-
## 0.3.0 (2024-07-29)
52
+
## 0.2.1 (2024-02-25)
42
53
43
54
No changes reported for this release.
44
55
45
56
</section>
46
57
47
58
<!-- /.release -->
48
59
49
-
<sectionclass="release"id="v0.2.1">
60
+
<sectionclass="release"id="v0.2.0">
50
61
51
-
## 0.2.1 (2024-02-25)
62
+
## 0.2.0 (2024-02-14)
52
63
53
-
No changes reported for this release.
64
+
<sectionclass="commits">
65
+
66
+
### Commits
67
+
68
+
<details>
69
+
70
+
-[`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
71
+
72
+
</details>
54
73
55
74
</section>
56
75
57
-
<!-- /.release-->
76
+
<!-- /.commits-->
58
77
59
-
<sectionclass="release"id="v0.2.0">
78
+
<sectionclass="contributors">
60
79
61
-
##0.2.0 (2024-02-14)
80
+
### Contributors
62
81
63
-
No changes reported for this release.
82
+
A total of 1 person contributed to this release. Thank you to this contributor:
83
+
84
+
- Philipp Burckhardt
85
+
86
+
</section>
87
+
88
+
<!-- /.contributors -->
64
89
65
90
</section>
66
91
@@ -80,7 +105,53 @@ No changes reported for this release.
80
105
81
106
## 0.1.0 (2023-09-24)
82
107
83
-
No changes reported for this release.
108
+
<sectionclass="features">
109
+
110
+
### Features
111
+
112
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
113
+
114
+
</section>
115
+
116
+
<!-- /.features -->
117
+
118
+
<sectionclass="breaking-changes">
119
+
120
+
### BREAKING CHANGES
121
+
122
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
123
+
124
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
125
+
126
+
</section>
127
+
128
+
<!-- /.breaking-changes -->
129
+
130
+
<sectionclass="commits">
131
+
132
+
### Commits
133
+
134
+
<details>
135
+
136
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
137
+
138
+
</details>
139
+
140
+
</section>
141
+
142
+
<!-- /.commits -->
143
+
144
+
<sectionclass="contributors">
145
+
146
+
### Contributors
147
+
148
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments