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
+199-4Lines changed: 199 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
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
8
9
9
<sectionclass="commits">
10
10
11
11
### Commits
12
12
13
13
<details>
14
14
15
-
-[`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:**fix test configuration _(by Athan Reines)_
15
+
-[`a8676e3`](https://github.com/stdlib-js/stdlib/commit/a8676e399ca6a29d83904c1ec8ec816e4041a2de) - **bench:**update `assert/is-boolean` benchmarks to measure affirmative/negative test values [(#1458)](https://github.com/stdlib-js/stdlib/pull/1458)_(by Snehil Shah)_
16
16
17
17
</details>
18
18
@@ -26,7 +26,7 @@
26
26
27
27
A total of 1 person contributed to this release. Thank you to this contributor:
28
28
29
-
-Athan Reines
29
+
-Snehil Shah
30
30
31
31
</section>
32
32
@@ -36,3 +36,198 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
36
37
37
<!-- /.release -->
38
38
39
+
<sectionclass="release"id="v0.2.1">
40
+
41
+
## 0.2.1 (2024-02-21)
42
+
43
+
No changes reported for this release.
44
+
45
+
</section>
46
+
47
+
<!-- /.release -->
48
+
49
+
<sectionclass="release"id="v0.2.0">
50
+
51
+
## 0.2.0 (2024-02-14)
52
+
53
+
<sectionclass="commits">
54
+
55
+
### Commits
56
+
57
+
<details>
58
+
59
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
60
+
-[`710ba8a`](https://github.com/stdlib-js/stdlib/commit/710ba8a93eda1c94667d3c610c0b286be84e7463) - **build:** replace tslint directive _(by Philipp Burckhardt)_
61
+
62
+
</details>
63
+
64
+
</section>
65
+
66
+
<!-- /.commits -->
67
+
68
+
<sectionclass="contributors">
69
+
70
+
### Contributors
71
+
72
+
A total of 1 person contributed to this release. Thank you to this contributor:
73
+
74
+
- Philipp Burckhardt
75
+
76
+
</section>
77
+
78
+
<!-- /.contributors -->
79
+
80
+
</section>
81
+
82
+
<!-- /.release -->
83
+
84
+
<sectionclass="release"id="v0.1.1">
85
+
86
+
## 0.1.1 (2023-10-03)
87
+
88
+
No changes reported for this release.
89
+
90
+
</section>
91
+
92
+
<!-- /.release -->
93
+
94
+
<sectionclass="release"id="v0.1.0">
95
+
96
+
## 0.1.0 (2023-09-22)
97
+
98
+
<sectionclass="features">
99
+
100
+
### Features
101
+
102
+
-[`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
103
+
-[`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - 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
+
-[`b121c69`](https://github.com/stdlib-js/stdlib/commit/b121c695c2fd48724feb0ffbc313a532e30966c6) - **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