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
+61-21Lines changed: 61 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,39 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="unreleased">
5
+
<sectionclass="release"id="v0.2.2">
6
+
7
+
## 0.2.2 (2024-07-27)
8
+
9
+
No changes reported for this release.
10
+
11
+
</section>
12
+
13
+
<!-- /.release -->
14
+
15
+
<sectionclass="release"id="v0.2.1">
16
+
17
+
## 0.2.1 (2024-02-21)
18
+
19
+
No changes reported for this release.
6
20
7
-
## Unreleased (2024-08-01)
21
+
</section>
22
+
23
+
<!-- /.release -->
24
+
25
+
<sectionclass="release"id="v0.2.0">
26
+
27
+
## 0.2.0 (2024-02-14)
8
28
9
29
<sectionclass="commits">
10
30
11
31
### Commits
12
32
13
33
<details>
14
34
15
-
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
35
+
-[`c42d41d`](https://github.com/stdlib-js/stdlib/commit/c42d41d6761fad1f4548ce1d91f10b202cdb86a0) - **build:** remove stray lint directive part _(by Philipp Burckhardt)_
36
+
-[`23114c6`](https://github.com/stdlib-js/stdlib/commit/23114c65f67ea8c17fc835e280408c39544dfa76) - **build:** remove tslint directives _(by Philipp Burckhardt)_
37
+
-[`8fbd70f`](https://github.com/stdlib-js/stdlib/commit/8fbd70f16653c25dfd2094511555c77d523c1126) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
16
38
17
39
</details>
18
40
@@ -26,7 +48,7 @@
26
48
27
49
A total of 1 person contributed to this release. Thank you to this contributor:
28
50
29
-
-Athan Reines
51
+
-Philipp Burckhardt
30
52
31
53
</section>
32
54
@@ -36,51 +58,69 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
58
37
59
<!-- /.release -->
38
60
39
-
<sectionclass="release"id="v0.2.2">
61
+
<sectionclass="release"id="v0.1.1">
40
62
41
-
## 0.2.2 (2024-07-27)
63
+
## 0.1.1 (2023-10-03)
42
64
43
65
No changes reported for this release.
44
66
45
67
</section>
46
68
47
69
<!-- /.release -->
48
70
49
-
<sectionclass="release"id="v0.2.1">
71
+
<sectionclass="release"id="v0.1.0">
50
72
51
-
## 0.2.1 (2024-02-21)
73
+
## 0.1.0 (2023-09-22)
52
74
53
-
No changes reported for this release.
75
+
<sectionclass="features">
76
+
77
+
### Features
78
+
79
+
-[`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - update minimum TypeScript version
54
80
55
81
</section>
56
82
57
-
<!-- /.release-->
83
+
<!-- /.features-->
58
84
59
-
<sectionclass="release"id="v0.2.0">
85
+
<sectionclass="breaking-changes">
60
86
61
-
##0.2.0 (2024-02-14)
87
+
### BREAKING CHANGES
62
88
63
-
No changes reported for this release.
89
+
-[`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version
90
+
-[`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6): update minimum TypeScript version to 4.1
91
+
92
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
64
93
65
94
</section>
66
95
67
-
<!-- /.release-->
96
+
<!-- /.breaking-changes-->
68
97
69
-
<sectionclass="release"id="v0.1.1">
98
+
<sectionclass="commits">
70
99
71
-
##0.1.1 (2023-10-03)
100
+
### Commits
72
101
73
-
No changes reported for this release.
102
+
<details>
103
+
104
+
-[`898e8e4`](https://github.com/stdlib-js/stdlib/commit/898e8e45b2ff0b16c3b7a04786f4e2577422f5b6) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
105
+
-[`df8768d`](https://github.com/stdlib-js/stdlib/commit/df8768dd7907a20a8be12f5149dc91a945bec65f) - **chore:** disable lint rule _(by Philipp Burckhardt)_
106
+
107
+
</details>
74
108
75
109
</section>
76
110
77
-
<!-- /.release-->
111
+
<!-- /.commits-->
78
112
79
-
<sectionclass="release"id="v0.1.0">
113
+
<sectionclass="contributors">
80
114
81
-
##0.1.0 (2023-09-22)
115
+
### Contributors
82
116
83
-
No changes reported for this release.
117
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments