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
+119-8Lines changed: 119 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.3.0">
6
6
7
-
## Unreleased (2024-07-14)
7
+
## 0.3.0 (2024-07-28)
8
8
9
9
<sectionclass="features">
10
10
@@ -52,13 +52,69 @@ A total of 2 people contributed to this release. Thank you to the following cont
52
52
53
53
## 0.2.1 (2024-02-24)
54
54
55
+
No changes reported for this release.
56
+
57
+
</section>
58
+
59
+
<!-- /.release -->
60
+
61
+
<sectionclass="release"id="v0.2.0">
62
+
63
+
## 0.2.0 (2024-02-14)
64
+
55
65
<sectionclass="features">
56
66
57
67
### Features
58
68
59
69
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - add support for 'typed' data type kind
60
70
-[`8e2c3fe`](https://github.com/stdlib-js/stdlib/commit/8e2c3fe58faeb3d5001420b2d75b7d61d1305093) - add support for extending data type kind subsets with a \"generic\" data type
61
71
-[`a2c3eb0`](https://github.com/stdlib-js/stdlib/commit/a2c3eb01e5b7339764ed39e0affe669a5728ce42) - add support for returning data type subsets according to a kind argument
72
+
73
+
</section>
74
+
75
+
<!-- /.features -->
76
+
77
+
<sectionclass="commits">
78
+
79
+
### Commits
80
+
81
+
<details>
82
+
83
+
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - **feat:** add support for 'typed' data type kind _(by Athan Reines)_
84
+
-[`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)_
87
+
88
+
</details>
89
+
90
+
</section>
91
+
92
+
<!-- /.commits -->
93
+
94
+
<sectionclass="contributors">
95
+
96
+
### Contributors
97
+
98
+
A total of 1 person contributed to this release. Thank you to this contributor:
99
+
100
+
- Athan Reines
101
+
102
+
</section>
103
+
104
+
<!-- /.contributors -->
105
+
106
+
</section>
107
+
108
+
<!-- /.release -->
109
+
110
+
<sectionclass="release"id="v0.1.0">
111
+
112
+
## 0.1.0 (2023-09-24)
113
+
114
+
<sectionclass="features">
115
+
116
+
### Features
117
+
62
118
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
63
119
64
120
</section>
@@ -84,10 +140,6 @@ A total of 2 people contributed to this release. Thank you to the following cont
84
140
85
141
<details>
86
142
87
-
-[`894eb44`](https://github.com/stdlib-js/stdlib/commit/894eb448a1720439bb19f246a53bd6a5a83f8b78) - **feat:** add support for 'typed' data type kind _(by Athan Reines)_
88
-
-[`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)_
91
143
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
92
144
93
145
</details>
@@ -100,9 +152,8 @@ A total of 2 people contributed to this release. Thank you to the following cont
100
152
101
153
### Contributors
102
154
103
-
A total of 2 people contributed to this release. Thank you to the following contributors:
155
+
A total of 1 person contributed to this release. Thank you to this contributor:
104
156
105
-
- Athan Reines
106
157
- Philipp Burckhardt
107
158
108
159
</section>
@@ -113,3 +164,63 @@ A total of 2 people contributed to this release. Thank you to the following cont
0 commit comments