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
+14-87Lines changed: 14 additions & 87 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,17 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="v0.2.2">
6
-
7
-
## 0.2.2 (2024-07-27)
8
-
9
-
<sectionclass="bug-fixes">
10
-
11
-
### Bug Fixes
5
+
<sectionclass="release"id="unreleased">
12
6
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 -->
7
+
## Unreleased (2024-08-01)
18
8
19
9
<sectionclass="commits">
20
10
21
11
### Commits
22
12
23
13
<details>
24
14
25
-
-[`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:**replace use of type guards with boolean return type _(by Philipp Burckhardt)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:**remove blank line _(by Athan Reines)_
26
16
27
17
</details>
28
18
@@ -36,7 +26,7 @@
36
26
37
27
A total of 1 person contributed to this release. Thank you to this contributor:
38
28
39
-
-Philipp Burckhardt
29
+
-Athan Reines
40
30
41
31
</section>
42
32
@@ -46,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
46
36
47
37
<!-- /.release -->
48
38
49
-
<sectionclass="release"id="v0.2.1">
39
+
<sectionclass="release"id="v0.2.2">
50
40
51
-
## 0.2.1 (2024-02-21)
41
+
## 0.2.2 (2024-07-27)
52
42
53
43
No changes reported for this release.
54
44
55
45
</section>
56
46
57
47
<!-- /.release -->
58
48
59
-
<sectionclass="release"id="v0.2.0">
60
-
61
-
## 0.2.0 (2024-02-14)
62
-
63
-
<sectionclass="commits">
64
-
65
-
### Commits
66
-
67
-
<details>
49
+
<sectionclass="release"id="v0.2.1">
68
50
69
-
-[`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
51
+
## 0.2.1 (2024-02-21)
70
52
71
-
</details>
53
+
No changes reported for this release.
72
54
73
55
</section>
74
56
75
-
<!-- /.commits -->
76
-
77
-
<sectionclass="contributors">
78
-
79
-
### Contributors
80
-
81
-
A total of 1 person contributed to this release. Thank you to this contributor:
57
+
<!-- /.release -->
82
58
83
-
- Philipp Burckhardt
59
+
<sectionclass="release"id="v0.2.0">
84
60
85
-
</section>
61
+
## 0.2.0 (2024-02-14)
86
62
87
-
<!-- /.contributors -->
63
+
No changes reported for this release.
88
64
89
65
</section>
90
66
@@ -104,56 +80,7 @@ No changes reported for this release.
104
80
105
81
## 0.1.0 (2023-09-22)
106
82
107
-
<sectionclass="features">
108
-
109
-
### Features
110
-
111
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
112
-
-[`581e4be`](https://github.com/stdlib-js/stdlib/commit/581e4be2c0c4d5d93879848cbe5c02c6c9a53e71) - use type predicates for narrowing
113
-
114
-
</section>
115
-
116
-
<!-- /.features -->
117
-
118
-
<sectionclass="breaking-changes">
119
-
120
-
### BREAKING CHANGES
121
-
122
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
123
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
124
-
125
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
126
-
127
-
</section>
128
-
129
-
<!-- /.breaking-changes -->
130
-
131
-
<sectionclass="commits">
132
-
133
-
### Commits
134
-
135
-
<details>
136
-
137
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
138
-
-[`581e4be`](https://github.com/stdlib-js/stdlib/commit/581e4be2c0c4d5d93879848cbe5c02c6c9a53e71) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
139
-
140
-
</details>
141
-
142
-
</section>
143
-
144
-
<!-- /.commits -->
145
-
146
-
<sectionclass="contributors">
147
-
148
-
### Contributors
149
-
150
-
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments