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
+185-4Lines changed: 185 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,118 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.2.2">
6
6
7
-
## Unreleased (2024-07-01)
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>
16
+
17
+
<!-- /.bug-fixes -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
26
+
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
27
+
28
+
</details>
29
+
30
+
</section>
31
+
32
+
<!-- /.commits -->
33
+
34
+
<sectionclass="contributors">
35
+
36
+
### Contributors
37
+
38
+
A total of 1 person contributed to this release. Thank you to this contributor:
39
+
40
+
- Philipp Burckhardt
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-21)
53
+
54
+
No changes reported for this release.
55
+
56
+
</section>
57
+
58
+
<!-- /.release -->
59
+
60
+
<sectionclass="release"id="v0.2.0">
61
+
62
+
## 0.2.0 (2024-02-14)
63
+
64
+
No changes reported for this release.
65
+
66
+
</section>
67
+
68
+
<!-- /.release -->
69
+
70
+
<sectionclass="release"id="v0.1.1">
71
+
72
+
## 0.1.1 (2023-10-03)
73
+
74
+
No changes reported for this release.
75
+
76
+
</section>
77
+
78
+
<!-- /.release -->
79
+
80
+
<sectionclass="release"id="v0.1.0">
81
+
82
+
## 0.1.0 (2023-09-22)
83
+
84
+
<sectionclass="features">
85
+
86
+
### Features
87
+
88
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
89
+
-[`dfc4ca9`](https://github.com/stdlib-js/stdlib/commit/dfc4ca9922c4415cc78d1cb7b69e303c5e26d125) - use type predicates for narrowing
90
+
91
+
</section>
92
+
93
+
<!-- /.features -->
94
+
95
+
<sectionclass="breaking-changes">
96
+
97
+
### BREAKING CHANGES
98
+
99
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
100
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
101
+
102
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
103
+
104
+
</section>
105
+
106
+
<!-- /.breaking-changes -->
8
107
9
108
<sectionclass="commits">
10
109
11
110
### Commits
12
111
13
112
<details>
14
113
15
-
-[`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
114
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
115
+
-[`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
116
+
-[`dfc4ca9`](https://github.com/stdlib-js/stdlib/commit/dfc4ca9922c4415cc78d1cb7b69e303c5e26d125) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
16
117
17
118
</details>
18
119
@@ -26,7 +127,7 @@
26
127
27
128
A total of 1 person contributed to this release. Thank you to this contributor:
28
129
29
-
-Athan Reines
130
+
-Philipp Burckhardt
30
131
31
132
</section>
32
133
@@ -36,3 +137,83 @@ A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments