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
+160-1Lines changed: 160 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,163 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/ndarray-base-unary-loop-interchange-order/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-08-16)
8
+
9
+
<sectionclass="features">
10
+
11
+
### Features
12
+
13
+
-[`0d360b3`](https://github.com/stdlib-js/stdlib/commit/0d360b33eba8019d2d638f265986d861ed22642a) - return index array as part of the results object
14
+
15
+
</section>
16
+
17
+
<!-- /.features -->
18
+
19
+
<sectionclass="commits">
20
+
21
+
### Commits
22
+
23
+
<details>
24
+
25
+
-[`0d360b3`](https://github.com/stdlib-js/stdlib/commit/0d360b33eba8019d2d638f265986d861ed22642a) - **feat:** return index array as part of the results object _(by Athan Reines)_
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:
-[`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
72
+
73
+
</details>
74
+
75
+
</section>
76
+
77
+
<!-- /.commits -->
78
+
79
+
<sectionclass="contributors">
80
+
81
+
### Contributors
82
+
83
+
A total of 2 people contributed to this release. Thank you to the following contributors:
84
+
85
+
- Athan Reines
86
+
- Philipp Burckhardt
87
+
88
+
</section>
89
+
90
+
<!-- /.contributors -->
91
+
92
+
</section>
93
+
94
+
<!-- /.release -->
95
+
96
+
<sectionclass="release"id="v0.1.0">
97
+
98
+
## 0.1.0 (2023-09-24)
99
+
100
+
<sectionclass="features">
101
+
102
+
### Features
103
+
104
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
105
+
106
+
</section>
107
+
108
+
<!-- /.features -->
109
+
110
+
<sectionclass="breaking-changes">
111
+
112
+
### BREAKING CHANGES
113
+
114
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
115
+
116
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
117
+
118
+
</section>
119
+
120
+
<!-- /.breaking-changes -->
121
+
122
+
<sectionclass="commits">
123
+
124
+
### Commits
125
+
126
+
<details>
127
+
128
+
-[`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
0 commit comments