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
+92-18Lines changed: 92 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,37 @@
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-29)
6
8
7
-
## Unreleased (2024-08-01)
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-25)
18
+
19
+
<sectionclass="features">
20
+
21
+
### Features
22
+
23
+
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
24
+
25
+
</section>
26
+
27
+
<!-- /.features -->
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
+
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:**add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)_(by Philipp Burckhardt, Athan Reines)_
16
36
17
37
</details>
18
38
@@ -24,9 +44,10 @@
24
44
25
45
### Contributors
26
46
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
47
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
48
29
49
- Athan Reines
50
+
- Philipp Burckhardt
30
51
31
52
</section>
32
53
@@ -36,31 +57,38 @@ 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.2.2">
40
-
41
-
## 0.2.2 (2024-07-29)
60
+
<sectionclass="release"id="v0.2.0">
42
61
43
-
No changes reported for this release.
62
+
## 0.2.0 (2024-02-14)
44
63
45
-
</section>
64
+
<sectionclass="commits">
46
65
47
-
<!-- /.release -->
66
+
### Commits
48
67
49
-
<sectionclass="release"id="v0.2.1">
68
+
<details>
50
69
51
-
## 0.2.1 (2024-02-25)
70
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
52
73
53
-
No changes reported for this release.
74
+
</details>
54
75
55
76
</section>
56
77
57
-
<!-- /.release-->
78
+
<!-- /.commits-->
58
79
59
-
<sectionclass="release"id="v0.2.0">
80
+
<sectionclass="contributors">
60
81
61
-
##0.2.0 (2024-02-14)
82
+
### Contributors
62
83
63
-
No changes reported for this release.
84
+
A total of 2 people contributed to this release. Thank you to the following contributors:
85
+
86
+
- Athan Reines
87
+
- Philipp Burckhardt
88
+
89
+
</section>
90
+
91
+
<!-- /.contributors -->
64
92
65
93
</section>
66
94
@@ -70,7 +98,53 @@ No changes reported for this release.
70
98
71
99
## 0.1.0 (2023-09-24)
72
100
73
-
No changes reported for this release.
101
+
<sectionclass="features">
102
+
103
+
### Features
104
+
105
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
106
+
107
+
</section>
108
+
109
+
<!-- /.features -->
110
+
111
+
<sectionclass="breaking-changes">
112
+
113
+
### BREAKING CHANGES
114
+
115
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
116
+
117
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
118
+
119
+
</section>
120
+
121
+
<!-- /.breaking-changes -->
122
+
123
+
<sectionclass="commits">
124
+
125
+
### Commits
126
+
127
+
<details>
128
+
129
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
130
+
131
+
</details>
132
+
133
+
</section>
134
+
135
+
<!-- /.commits -->
136
+
137
+
<sectionclass="contributors">
138
+
139
+
### Contributors
140
+
141
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments