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
+66-19Lines changed: 66 additions & 19 deletions
Display the source diff
Display the rich diff
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.2.2">
6
+
7
+
## 0.2.2 (2024-07-28)
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-24)
18
+
19
+
No changes reported for this release.
20
+
21
+
</section>
22
+
23
+
<!-- /.release -->
24
+
25
+
<sectionclass="release"id="v0.2.0">
6
26
7
-
## Unreleased (2024-08-01)
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
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
A total of 1 person contributed to this release. Thank you to this contributor:
48
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
49
29
50
- Athan Reines
51
+
- Philipp Burckhardt
30
52
31
53
</section>
32
54
@@ -36,41 +58,66 @@ 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.0">
40
62
41
-
## 0.2.2 (2024-07-28)
63
+
## 0.1.0 (2023-09-24)
42
64
43
-
No changes reported for this release.
65
+
<sectionclass="features">
66
+
67
+
### Features
68
+
69
+
-[`efcd0af`](https://github.com/stdlib-js/stdlib/commit/efcd0af614f8ae0549bf3409ec30f2ed029baa25) - refactor declarations to use generics
44
70
45
71
</section>
46
72
47
-
<!-- /.release-->
73
+
<!-- /.features-->
48
74
49
-
<sectionclass="release"id="v0.2.1">
75
+
<sectionclass="bug-fixes">
50
76
51
-
##0.2.1 (2024-02-24)
77
+
### Bug Fixes
52
78
53
-
No changes reported for this release.
79
+
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - update import path for `Collection` type definition
54
80
55
81
</section>
56
82
57
-
<!-- /.release-->
83
+
<!-- /.bug-fixes-->
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
+
-[`efcd0af`](https://github.com/stdlib-js/stdlib/commit/efcd0af614f8ae0549bf3409ec30f2ed029baa25): refactor declarations to use generics
64
90
65
91
</section>
66
92
67
-
<!-- /.release-->
93
+
<!-- /.breaking-changes-->
68
94
69
-
<sectionclass="release"id="v0.1.0">
95
+
<sectionclass="commits">
70
96
71
-
##0.1.0 (2023-09-24)
97
+
### Commits
72
98
73
-
No changes reported for this release.
99
+
<details>
100
+
101
+
-[`92caf33`](https://github.com/stdlib-js/stdlib/commit/92caf33737034f6a06ca338ffba5b0095863ab0e) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
102
+
-[`efcd0af`](https://github.com/stdlib-js/stdlib/commit/efcd0af614f8ae0549bf3409ec30f2ed029baa25) - **feat:** refactor declarations to use generics _(by Athan Reines)_
103
+
104
+
</details>
105
+
106
+
</section>
107
+
108
+
<!-- /.commits -->
109
+
110
+
<sectionclass="contributors">
111
+
112
+
### Contributors
113
+
114
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments