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