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
+71-15Lines changed: 71 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,38 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.3.0">
6
+
7
+
## 0.3.0 (2024-07-27)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - improve type safety
14
+
15
+
</section>
6
16
7
-
## Unreleased (2024-08-01)
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="breaking-changes">
20
+
21
+
### BREAKING CHANGES
22
+
23
+
-[`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7): improve type safety
24
+
-[`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7): The return types are now more specific. This may break existing code that relies on less strict typing, but should not affect most users. To preserve the prior behavior, you can cast the return value to `string` via a type assertion.
-[`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - **feat:**improve type safety_(by Philipp Burckhardt)_
16
37
17
38
</details>
18
39
@@ -26,7 +47,7 @@
26
47
27
48
A total of 1 person contributed to this release. Thank you to this contributor:
28
49
29
-
-Athan Reines
50
+
-Philipp Burckhardt
30
51
31
52
</section>
32
53
@@ -36,16 +57,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
57
37
58
<!-- /.release -->
38
59
39
-
<sectionclass="release"id="v0.3.0">
40
-
41
-
## 0.3.0 (2024-07-27)
42
-
43
-
No changes reported for this release.
44
-
45
-
</section>
46
-
47
-
<!-- /.release -->
48
-
49
60
<sectionclass="release"id="v0.2.1">
50
61
51
62
## 0.2.1 (2024-02-22)
@@ -80,7 +91,52 @@ No changes reported for this release.
80
91
81
92
## 0.1.0 (2023-09-22)
82
93
83
-
No changes reported for this release.
94
+
<sectionclass="features">
95
+
96
+
### Features
97
+
98
+
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
99
+
100
+
</section>
101
+
102
+
<!-- /.features -->
103
+
104
+
<sectionclass="breaking-changes">
105
+
106
+
### BREAKING CHANGES
107
+
108
+
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
109
+
110
+
</section>
111
+
112
+
<!-- /.breaking-changes -->
113
+
114
+
<sectionclass="commits">
115
+
116
+
### Commits
117
+
118
+
<details>
119
+
120
+
-[`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
121
+
-[`6c7e770`](https://github.com/stdlib-js/stdlib/commit/6c7e770dab6e03561202af2861ae11c27af8a90c) - **refactor:** use strictEqual checks _(by Philipp Burckhardt)_
122
+
123
+
</details>
124
+
125
+
</section>
126
+
127
+
<!-- /.commits -->
128
+
129
+
<sectionclass="contributors">
130
+
131
+
### Contributors
132
+
133
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments