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
+65-15Lines changed: 65 additions & 15 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.2.2">
6
+
7
+
## 0.2.2 (2024-07-27)
8
+
9
+
<sectionclass="bug-fixes">
10
+
11
+
### Bug Fixes
12
+
13
+
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - replace use of type guards with boolean return type
14
+
15
+
</section>
6
16
7
-
## Unreleased (2024-08-01)
17
+
<!-- /.bug-fixes -->
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
+
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:**replace use of type guards with boolean return type _(by Philipp Burckhardt)_
16
26
17
27
</details>
18
28
@@ -26,7 +36,7 @@
26
36
27
37
A total of 1 person contributed to this release. Thank you to this contributor:
28
38
29
-
-Athan Reines
39
+
-Philipp Burckhardt
30
40
31
41
</section>
32
42
@@ -36,16 +46,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
46
37
47
<!-- /.release -->
38
48
39
-
<sectionclass="release"id="v0.2.2">
40
-
41
-
## 0.2.2 (2024-07-27)
42
-
43
-
No changes reported for this release.
44
-
45
-
</section>
46
-
47
-
<!-- /.release -->
48
-
49
49
<sectionclass="release"id="v0.2.1">
50
50
51
51
## 0.2.1 (2024-02-22)
@@ -80,7 +80,57 @@ No changes reported for this release.
80
80
81
81
## 0.1.0 (2023-09-23)
82
82
83
-
No changes reported for this release.
83
+
<sectionclass="features">
84
+
85
+
### Features
86
+
87
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
88
+
-[`e2c4238`](https://github.com/stdlib-js/stdlib/commit/e2c4238d759b782cabc8c0e2c98274bd364e5241) - use type predicates for narrowing
89
+
90
+
</section>
91
+
92
+
<!-- /.features -->
93
+
94
+
<sectionclass="breaking-changes">
95
+
96
+
### BREAKING CHANGES
97
+
98
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
99
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
100
+
101
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
102
+
103
+
</section>
104
+
105
+
<!-- /.breaking-changes -->
106
+
107
+
<sectionclass="commits">
108
+
109
+
### Commits
110
+
111
+
<details>
112
+
113
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
114
+
-[`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
115
+
-[`e2c4238`](https://github.com/stdlib-js/stdlib/commit/e2c4238d759b782cabc8c0e2c98274bd364e5241) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
116
+
117
+
</details>
118
+
119
+
</section>
120
+
121
+
<!-- /.commits -->
122
+
123
+
<sectionclass="contributors">
124
+
125
+
### Contributors
126
+
127
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments