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-89
Original file line number
Diff line number
Diff line change
@@ -2,28 +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
-
-[`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - 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
-
-[`8a88ec1`](https://github.com/stdlib-js/stdlib/commit/8a88ec1f450ddc7cc4e9004f94299fe864bf7acb) - **docs:** update related packages sections [(#2006)](https://github.com/stdlib-js/stdlib/pull/2006)_(by stdlib-bot)_
26
-
-[`b77ddf7`](https://github.com/stdlib-js/stdlib/commit/b77ddf74c62c7031c7a542d8a661a51e19fd6ebd) - **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)_
27
16
28
17
</details>
29
18
@@ -37,7 +26,7 @@
37
26
38
27
A total of 1 person contributed to this release. Thank you to this contributor:
39
28
40
-
-Philipp Burckhardt
29
+
-Athan Reines
41
30
42
31
</section>
43
32
@@ -47,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
47
36
48
37
<!-- /.release -->
49
38
50
-
<sectionclass="release"id="v0.2.1">
39
+
<sectionclass="release"id="v0.2.2">
51
40
52
-
## 0.2.1 (2024-02-24)
41
+
## 0.2.2 (2024-07-27)
53
42
54
43
No changes reported for this release.
55
44
56
45
</section>
57
46
58
47
<!-- /.release -->
59
48
60
-
<sectionclass="release"id="v0.2.0">
61
-
62
-
## 0.2.0 (2024-02-14)
63
-
64
-
<sectionclass="commits">
65
-
66
-
### Commits
67
-
68
-
<details>
49
+
<sectionclass="release"id="v0.2.1">
69
50
70
-
-[`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
51
+
## 0.2.1 (2024-02-24)
71
52
72
-
</details>
53
+
No changes reported for this release.
73
54
74
55
</section>
75
56
76
-
<!-- /.commits -->
77
-
78
-
<sectionclass="contributors">
79
-
80
-
### Contributors
81
-
82
-
A total of 1 person contributed to this release. Thank you to this contributor:
57
+
<!-- /.release -->
83
58
84
-
- Philipp Burckhardt
59
+
<sectionclass="release"id="v0.2.0">
85
60
86
-
</section>
61
+
## 0.2.0 (2024-02-14)
87
62
88
-
<!-- /.contributors -->
63
+
No changes reported for this release.
89
64
90
65
</section>
91
66
@@ -95,57 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
95
70
96
71
## 0.1.0 (2023-09-23)
97
72
98
-
<sectionclass="features">
99
-
100
-
### Features
101
-
102
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
103
-
-[`886d7f9`](https://github.com/stdlib-js/stdlib/commit/886d7f9cd3bb190f49e3d08c20f5b817b4b249f4) - use type predicates for narrowing
104
-
105
-
</section>
106
-
107
-
<!-- /.features -->
108
-
109
-
<sectionclass="breaking-changes">
110
-
111
-
### BREAKING CHANGES
112
-
113
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
114
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
115
-
116
-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
117
-
118
-
</section>
119
-
120
-
<!-- /.breaking-changes -->
121
-
122
-
<sectionclass="commits">
123
-
124
-
### Commits
125
-
126
-
<details>
127
-
128
-
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
129
-
-[`3f60609`](https://github.com/stdlib-js/stdlib/commit/3f6060905121938ee8c8a7d9c6ab93d5d82ed2be) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
130
-
-[`886d7f9`](https://github.com/stdlib-js/stdlib/commit/886d7f9cd3bb190f49e3d08c20f5b817b4b249f4) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
131
-
132
-
</details>
133
-
134
-
</section>
135
-
136
-
<!-- /.commits -->
137
-
138
-
<sectionclass="contributors">
139
-
140
-
### Contributors
141
-
142
-
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments