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
+19-64Lines changed: 19 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -2,40 +2,17 @@
2
2
3
3
> Package changelog.
4
4
5
-
<sectionclass="release"id="v0.2.2">
6
-
7
-
## 0.2.2 (2024-07-29)
8
-
9
-
No changes reported for this release.
10
-
11
-
</section>
5
+
<sectionclass="release"id="unreleased">
12
6
13
-
<!-- /.release -->
14
-
15
-
<sectionclass="release"id="v0.2.1">
16
-
17
-
## 0.2.1 (2024-02-25)
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)
7
+
## Unreleased (2024-08-01)
28
8
29
9
<sectionclass="commits">
30
10
31
11
### Commits
32
12
33
13
<details>
34
14
35
-
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`fe69034`](https://github.com/stdlib-js/stdlib/commit/fe6903497b6f745d27a2cfca5ea290de06e4a5a1) - **refactor:** use utility to create a MultiSlice from a list of arguments _(by Athan Reines)_
15
+
-[`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
39
16
40
17
</details>
41
18
@@ -47,10 +24,9 @@ No changes reported for this release.
47
24
48
25
### Contributors
49
26
50
-
A total of 2 people contributed to this release. Thank you to the following contributors:
27
+
A total of 1 person contributed to this release. Thank you to this contributor:
51
28
52
29
- Athan Reines
53
-
- Philipp Burckhardt
54
30
55
31
</section>
56
32
@@ -60,62 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont
-[`bc1768e`](https://github.com/stdlib-js/stdlib/commit/bc1768ea93ed7c72ce90dd4ade9b6786603381b8) - prevent creating writable views when an input array is read-only
82
-
-[`92b814f`](https://github.com/stdlib-js/stdlib/commit/92b814fe9446bc9f31aed4fb151e6f8bf75213da) - update parameter name to match docs
53
+
No changes reported for this release.
83
54
84
55
</section>
85
56
86
-
<!-- /.bug-fixes -->
87
-
88
-
<sectionclass="commits">
89
-
90
-
### Commits
57
+
<!-- /.release -->
91
58
92
-
<details>
59
+
<sectionclass="release"id="v0.2.0">
93
60
94
-
-[`1bd53fc`](https://github.com/stdlib-js/stdlib/commit/1bd53fcc9394287b8c8dd82abd4ba83266b5aa7f) - **refactor:** use accessor utility _(by Athan Reines)_
95
-
-[`bc1768e`](https://github.com/stdlib-js/stdlib/commit/bc1768ea93ed7c72ce90dd4ade9b6786603381b8) - **fix:** prevent creating writable views when an input array is read-only _(by Athan Reines)_
96
-
-[`a0a3f9f`](https://github.com/stdlib-js/stdlib/commit/a0a3f9fc1a6d9d5aaa48500c2609b3876d2b7d9a) - **refactor:** use base utility to resolve the next Cartesian index _(by Athan Reines)_
97
-
-[`92b814f`](https://github.com/stdlib-js/stdlib/commit/92b814fe9446bc9f31aed4fb151e6f8bf75213da) - **fix:** update parameter name to match docs _(by Athan Reines)_
0 commit comments