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
+103-1Lines changed: 103 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,106 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-to-json/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-06-17)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
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 -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
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)_
26
+
27
+
</details>
28
+
29
+
</section>
30
+
31
+
<!-- /.commits -->
32
+
33
+
<sectionclass="contributors">
34
+
35
+
### Contributors
36
+
37
+
A total of 1 person contributed to this release. Thank you to this contributor:
38
+
39
+
- Jaysukh Makvana
40
+
41
+
</section>
42
+
43
+
<!-- /.contributors -->
44
+
45
+
</section>
46
+
47
+
<!-- /.release -->
48
+
49
+
<sectionclass="release"id="v0.2.1">
50
+
51
+
## 0.2.1 (2024-02-25)
52
+
53
+
<sectionclass="features">
54
+
55
+
### Features
56
+
57
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
58
+
59
+
</section>
60
+
61
+
<!-- /.features -->
62
+
63
+
<sectionclass="breaking-changes">
64
+
65
+
### BREAKING CHANGES
66
+
67
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
68
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
69
+
70
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
71
+
72
+
</section>
73
+
74
+
<!-- /.breaking-changes -->
75
+
76
+
<sectionclass="commits">
77
+
78
+
### Commits
79
+
80
+
<details>
81
+
82
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
83
+
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
84
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
85
+
86
+
</details>
87
+
88
+
</section>
89
+
90
+
<!-- /.commits -->
91
+
92
+
<sectionclass="contributors">
93
+
94
+
### Contributors
95
+
96
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments