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
+97-14Lines changed: 97 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,28 @@
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-28)
6
8
7
-
## Unreleased (2024-08-01)
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`84dcb69`](https://github.com/stdlib-js/stdlib/commit/84dcb6972ff346a53f596de5ccc490489c9425ad) - add boolean dtype support in `array/safe-casts`[(#2353)](https://github.com/stdlib-js/stdlib/pull/2353)
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
+
-[`84dcb69`](https://github.com/stdlib-js/stdlib/commit/84dcb6972ff346a53f596de5ccc490489c9425ad) - **feat:** add boolean dtype support in `array/safe-casts`[(#2353)](https://github.com/stdlib-js/stdlib/pull/2353)_(by Jaysukh Makvana, Athan Reines)_
26
+
-[`a3fbf67`](https://github.com/stdlib-js/stdlib/commit/a3fbf67720b3d1963b27c1097bd8144397ac0ec1) - **docs:** update related packages sections [(#1857)](https://github.com/stdlib-js/stdlib/pull/1857)_(by stdlib-bot)_
16
27
17
28
</details>
18
29
@@ -24,9 +35,10 @@
24
35
25
36
### Contributors
26
37
27
-
A total of 1 person contributed to this release. Thank you to this contributor:
38
+
A total of 2 people contributed to this release. Thank you to the following contributors:
28
39
29
40
- Athan Reines
41
+
- Jaysukh Makvana
30
42
31
43
</section>
32
44
@@ -36,31 +48,55 @@ A total of 1 person contributed to this release. Thank you to this contributor:
36
48
37
49
<!-- /.release -->
38
50
39
-
<sectionclass="release"id="v0.3.0">
51
+
<sectionclass="release"id="v0.2.1">
40
52
41
-
## 0.3.0 (2024-07-28)
53
+
## 0.2.1 (2024-02-24)
42
54
43
55
No changes reported for this release.
44
56
45
57
</section>
46
58
47
59
<!-- /.release -->
48
60
49
-
<sectionclass="release"id="v0.2.1">
61
+
<sectionclass="release"id="v0.2.0">
50
62
51
-
## 0.2.1 (2024-02-24)
63
+
## 0.2.0 (2024-02-14)
52
64
53
-
No changes reported for this release.
65
+
<sectionclass="features">
66
+
67
+
### Features
68
+
69
+
-[`a8643cd`](https://github.com/stdlib-js/stdlib/commit/a8643cd81faabbf121f779a2dc6eedc8e0cb1bd7) - support non-string dtype values
54
70
55
71
</section>
56
72
57
-
<!-- /.release-->
73
+
<!-- /.features-->
58
74
59
-
<sectionclass="release"id="v0.2.0">
75
+
<sectionclass="commits">
60
76
61
-
##0.2.0 (2024-02-14)
77
+
### Commits
62
78
63
-
No changes reported for this release.
79
+
<details>
80
+
81
+
-[`a8643cd`](https://github.com/stdlib-js/stdlib/commit/a8643cd81faabbf121f779a2dc6eedc8e0cb1bd7) - **feat:** support non-string dtype values _(by Athan Reines)_
82
+
83
+
</details>
84
+
85
+
</section>
86
+
87
+
<!-- /.commits -->
88
+
89
+
<sectionclass="contributors">
90
+
91
+
### Contributors
92
+
93
+
A total of 1 person contributed to this release. Thank you to this contributor:
94
+
95
+
- Athan Reines
96
+
97
+
</section>
98
+
99
+
<!-- /.contributors -->
64
100
65
101
</section>
66
102
@@ -70,7 +106,54 @@ No changes reported for this release.
70
106
71
107
## 0.1.0 (2023-09-23)
72
108
73
-
No changes reported for this release.
109
+
<sectionclass="features">
110
+
111
+
### Features
112
+
113
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
114
+
115
+
</section>
116
+
117
+
<!-- /.features -->
118
+
119
+
<sectionclass="breaking-changes">
120
+
121
+
### BREAKING CHANGES
122
+
123
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
124
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
125
+
126
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
127
+
128
+
</section>
129
+
130
+
<!-- /.breaking-changes -->
131
+
132
+
<sectionclass="commits">
133
+
134
+
### Commits
135
+
136
+
<details>
137
+
138
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
139
+
140
+
</details>
141
+
142
+
</section>
143
+
144
+
<!-- /.commits -->
145
+
146
+
<sectionclass="contributors">
147
+
148
+
### Contributors
149
+
150
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments