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
+102-1Lines changed: 102 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,105 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/ndarray-base-buffer-dtype/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-07-13)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`efecd32`](https://github.com/stdlib-js/stdlib/commit/efecd32448520402335cdf8fdb34ee88b96556b9) - add boolean dtype support to `ndarray/base/buffer-dtype`[(#2572)](https://github.com/stdlib-js/stdlib/pull/2572)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`efecd32`](https://github.com/stdlib-js/stdlib/commit/efecd32448520402335cdf8fdb34ee88b96556b9) - **feat:** add boolean dtype support to `ndarray/base/buffer-dtype`[(#2572)](https://github.com/stdlib-js/stdlib/pull/2572)_(by Jaysukh Makvana, Athan Reines)_
26
+
27
+
</details>
28
+
29
+
</section>
30
+
31
+
<!-- /.commits -->
32
+
33
+
<sectionclass="contributors">
34
+
35
+
### Contributors
36
+
37
+
A total of 2 people contributed to this release. Thank you to the following contributors:
38
+
39
+
- Athan Reines
40
+
- Jaysukh Makvana
41
+
42
+
</section>
43
+
44
+
<!-- /.contributors -->
45
+
46
+
</section>
47
+
48
+
<!-- /.release -->
49
+
50
+
<sectionclass="release"id="v0.2.1">
51
+
52
+
## 0.2.1 (2024-02-25)
53
+
54
+
<sectionclass="features">
55
+
56
+
### Features
57
+
58
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
59
+
60
+
</section>
61
+
62
+
<!-- /.features -->
63
+
64
+
<sectionclass="breaking-changes">
65
+
66
+
### BREAKING CHANGES
67
+
68
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
69
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
70
+
71
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
72
+
73
+
</section>
74
+
75
+
<!-- /.breaking-changes -->
76
+
77
+
<sectionclass="commits">
78
+
79
+
### Commits
80
+
81
+
<details>
82
+
83
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
84
+
85
+
</details>
86
+
87
+
</section>
88
+
89
+
<!-- /.commits -->
90
+
91
+
<sectionclass="contributors">
92
+
93
+
### Contributors
94
+
95
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments