8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66c330 commit df7cd4fCopy full SHA for df7cd4f
.github/.keepalive
@@ -1 +1 @@
1
-2024-08-01T01:15:02.630Z
+2024-08-03T15:59:06.228Z
CHANGELOG.md
@@ -2,85 +2,100 @@
2
3
> Package changelog.
4
5
-<section class="release" id="unreleased">
6
-
7
-## Unreleased (2024-08-01)
8
9
-<section class="commits">
+<section class="release" id="v0.2.2">
10
11
-### Commits
+## 0.2.2 (2024-07-27)
12
13
-<details>
+No changes reported for this release.
14
15
-- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
+</section>
16
17
-</details>
+<!-- /.release -->
18
19
-</section>
+<section class="release" id="v0.2.1">
20
21
-<!-- /.commits -->
+## 0.2.1 (2024-02-22)
22
23
-<section class="contributors">
24
25
-### Contributors
26
27
-A total of 1 person contributed to this release. Thank you to this contributor:
28
29
-- Athan Reines
+<section class="release" id="v0.2.0">
30
31
+## 0.2.0 (2024-02-14)
32
33
-<!-- /.contributors -->
34
35
</section>
36
37
<!-- /.release -->
38
39
-<section class="release" id="v0.2.2">
+<section class="release" id="v0.1.1">
40
41
-## 0.2.2 (2024-07-27)
+## 0.1.1 (2023-10-03)
42
43
No changes reported for this release.
44
45
46
47
48
49
-<section class="release" id="v0.2.1">
+<section class="release" id="v0.1.0">
50
51
-## 0.2.1 (2024-02-22)
+## 0.1.0 (2023-09-22)
52
53
-No changes reported for this release.
+<section class="features">
+
+### Features
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - update minimum TypeScript version
54
+- [`3c153c4`](https://github.com/stdlib-js/stdlib/commit/3c153c4341c58db2fde9b616f1990be964482cf8) - use type predicates for narrowing
55
56
57
-<!-- /.release -->
58
+<!-- /.features -->
59
-<section class="release" id="v0.2.0">
60
+<section class="breaking-changes">
61
-## 0.2.0 (2024-02-14)
62
+### BREAKING CHANGES
63
64
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version
65
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be): update minimum TypeScript version to 4.1
66
67
+ - To migrate, users should upgrade their TypeScript version to at least version 4.1.
68
69
70
71
+<!-- /.breaking-changes -->
72
-<section class="release" id="v0.1.1">
73
+<section class="commits">
74
-## 0.1.1 (2023-10-03)
75
+### Commits
76
77
+<details>
78
79
+- [`5200ce2`](https://github.com/stdlib-js/stdlib/commit/5200ce2447b32d7a8d351daa5b1868194878d7be) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
80
+- [`3c153c4`](https://github.com/stdlib-js/stdlib/commit/3c153c4341c58db2fde9b616f1990be964482cf8) - **feat:** use type predicates for narrowing _(by Philipp Burckhardt)_
81
82
+</details>
83
84
85
86
+<!-- /.commits -->
87
-<section class="release" id="v0.1.0">
88
+<section class="contributors">
89
-## 0.1.0 (2023-09-22)
90
+### Contributors
91
92
+A total of 1 person contributed to this release. Thank you to this contributor:
93
94
+- Philipp Burckhardt
95
96
97
98
+<!-- /.contributors -->
99
100
101