10000 Auto-generated commit · stdlib-js/array-safe-casts@5013712 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5013712

Browse files
committed
Auto-generated commit
1 parent 7aa1b4b commit 5013712

File tree

2 files changed

+98
-15
lines changed

2 files changed

+98
-15
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T03:34:59.261Z
1+
2024-08-03T18:47:48.312Z

CHANGELOG.md

Lines changed: 97 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,28 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
6+
7+
## 0.3.0 (2024-07-28)
68

7-
## Unreleased (2024-08-01)
9+
<section class="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 -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

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)_
1627

1728
</details>
1829

@@ -24,9 +35,10 @@
2435

2536
### Contributors
2637

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:
2839

2940
- Athan Reines
41+
- Jaysukh Makvana
3042

3143
</section>
3244

@@ -36,31 +48,55 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3648

3749
<!-- /.release -->
3850

39-
<section class="release" id="v0.3.0">
51+
<section class="release" id="v0.2.1">
4052

41-
## 0.3.0 (2024-07-28)
53+
## 0.2.1 (2024-02-24)
4254

4355
No changes reported for this release.
4456

4557
</section>
4658

4759
<!-- /.release -->
4860

49-
<section class="release" id="v0.2.1">
61+
<section class="release" id="v0.2.0">
5062

51-
## 0.2.1 (2024-02-24)
63+
## 0.2.0 (2024-02-14)
5264

53-
No changes reported for this release.
65+
<section class="features">
66+
67+
### Features
68+
69+
- [`a8643cd`](https://github.com/stdlib-js/stdlib/commit/a8643cd81faabbf121f779a2dc6eedc8e0cb1bd7) - support non-string dtype values
5470

5571
</section>
5672

57-
<!-- /.release -->
73+
<!-- /.features -->
5874

59-
<section class="release" id="v0.2.0">
75+
<section class="commits">
6076

61-
## 0.2.0 (2024-02-14)
77+
### Commits
6278

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+
<section class="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 -->
64100

65101
</section>
66102

@@ -70,7 +106,54 @@ No changes reported for this release.
70106

71107
## 0.1.0 (2023-09-23)
72108

73-
No changes reported for this release.
109+
<section class="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+
<section class="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+
<section class="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+
<section class="contributors">
147+
148+
### Contributors
149+
150+
A total of 1 person contributed to this release. Thank you to this contributor:
151+
152+
- Philipp Burckhardt
153+
154+
</section>
155+
156+
<!-- /.contributors -->
74157

75158
</section>
76159

0 commit comments

Comments
 (0)
0