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
+110-1Lines changed: 110 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,113 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-dtypes/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-06-13)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - add boolean dtype support in `array/dtypes`[(#2307)](https://github.com/stdlib-js/stdlib/pull/2307)
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`c417923`](https://github.com/stdlib-js/stdlib/commit/c4179233cb2de5ffaa8c59b3910e14de12414483) - **feat:** add boolean dtype support in `array/dtypes`[(#2307)](https://github.com/stdlib-js/stdlib/pull/2307)_(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-24)
53
+
54
+
<sectionclass="features">
55
+
56
+
### Features
57
+
58
+
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - add support for 'typed' data type kind
59
+
-[`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - add support for extending data type kind subsets with a \"generic\" data type
60
+
-[`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - add support for returning data type subsets according to a kind argument
61
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
62
+
63
+
</section>
64
+
65
+
<!-- /.features -->
66
+
67
+
<sectionclass="breaking-changes">
68
+
69
+
### BREAKING CHANGES
70
+
71
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
72
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
73
+
74
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
75
+
76
+
</section>
77
+
78
+
<!-- /.breaking-changes -->
79
+
80
+
<sectionclass="commits">
81
+
82
+
### Commits
83
+
84
+
<details>
85
+
86
+
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - **feat:** add support for 'typed' data type kind _(by Athan Reines)_
87
+
-[`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - **feat:** add support for extending data type kind subsets with a \"generic\" data type _(by Athan Reines)_
-[`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - **feat:** add support for returning data type subsets according to a kind argument _(by Athan Reines)_
90
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
91
+
92
+
</details>
93
+
94
+
</section>
95
+
96
+
<!-- /.commits -->
97
+
98
+
<sectionclass="contributors">
99
+
100
+
### Contributors
101
+
102
+
A total of 2 people contributed to this release. Thank you to the following contributors:
0 commit comments