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
+65-19Lines changed: 65 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,42 @@
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>
6
12
7
-
## Unreleased (2024-08-01)
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">
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
+
-[`004b244`](https://github.com/stdlib-js/stdlib/commit/004b24478b4af2a51f2e568fe2c1efd8cb5ef59d) - **docs:** update examples to use random/array utilities _(by Athan Reines)_
36
+
-[`efc6522`](https://github.com/stdlib-js/stdlib/commit/efc65220a39e226839fd507b59190d6402bebe61) - **bench:** update benchmarks to use random/array utilities _(by Athan Reines)_
37
+
-[`6db7e2f`](https://github.com/stdlib-js/stdlib/commit/6db7e2fa7a836759ed1f600e22cd2c8e5fdb12fe) - **docs:** fix related links _(by Athan Reines)_
38
+
-[`067e5d4`](https://github.com/stdlib-js/stdlib/commit/067e5d4f360935b1961b1fbd92c1ca23e9a0a2b9) - **refactor:** update tests and benchmarks according to current project conventions _(by Athan Reines)_
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
16
41
17
42
</details>
18
43
@@ -24,9 +49,10 @@
24
49
25
50
### Contributors
26
51
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
52
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
53
29
54
- Athan Reines
55
+
- Philipp Burckhardt
30
56
31
57
</section>
32
58
@@ -36,41 +62,61 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
62
37
63
<!-- /.release -->
38
64
39
-
<sectionclass="release"id="v0.2.2">
65
+
<sectionclass="release"id="v0.1.0">
40
66
41
-
## 0.2.2 (2024-07-28)
67
+
## 0.1.0 (2023-09-24)
42
68
43
-
No changes reported for this release.
69
+
<sectionclass="features">
70
+
71
+
### Features
72
+
73
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
44
74
45
75
</section>
46
76
47
-
<!-- /.release-->
77
+
<!-- /.features-->
48
78
49
-
<sectionclass="release"id="v0.2.1">
79
+
<sectionclass="breaking-changes">
50
80
51
-
##0.2.1 (2024-02-24)
81
+
### BREAKING CHANGES
52
82
53
-
No changes reported for this release.
83
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
84
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
85
+
86
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
54
87
55
88
</section>
56
89
57
-
<!-- /.release-->
90
+
<!-- /.breaking-changes-->
58
91
59
-
<sectionclass="release"id="v0.2.0">
92
+
<sectionclass="commits">
60
93
61
-
##0.2.0 (2024-02-14)
94
+
### Commits
62
95
63
-
No changes reported for this release.
96
+
<details>
97
+
98
+
-[`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
99
+
-[`a9f7c78`](https://github.com/stdlib-js/stdlib/commit/a9f7c78cf0414fd5b48418008de73910e71ec02e) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_
0 commit comments