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
+182-1Lines changed: 182 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,185 @@
2
2
3
3
> Package changelog.
4
4
5
-
See [GitHub Releases](https://github.com/stdlib-js/array-ones/releases) for the changelog.
5
+
<sectionclass="release"id="unreleased">
6
+
7
+
## Unreleased (2024-09-21)
8
+
9
+
<sectionclass="commits">
10
+
11
+
### Commits
12
+
13
+
<details>
14
+
15
+
-[`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
16
+
-[`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
17
+
18
+
</details>
19
+
20
+
</section>
21
+
22
+
<!-- /.commits -->
23
+
24
+
<sectionclass="contributors">
25
+
26
+
### Contributors
27
+
28
+
A total of 2 people contributed to this release. Thank you to the following contributors:
29
+
30
+
- Athan Reines
31
+
- Philipp Burckhardt
32
+
33
+
</section>
34
+
35
+
<!-- /.contributors -->
36
+
37
+
</section>
38
+
39
+
<!-- /.release -->
40
+
41
+
<sectionclass="release"id="v0.2.1">
42
+
43
+
## 0.2.1 (2024-02-25)
44
+
45
+
<sectionclass="features">
46
+
47
+
### Features
48
+
49
+
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)
50
+
51
+
</section>
52
+
53
+
<!-- /.features -->
54
+
55
+
<sectionclass="commits">
56
+
57
+
### Commits
58
+
59
+
<details>
60
+
61
+
-[`819d2e4`](https://github.com/stdlib-js/stdlib/commit/819d2e407146d4dcc17f8bab53b591b3d573f8a1) - **feat:** add data type maps and replace use of overloads [(#1317)](https://github.com/stdlib-js/stdlib/pull/1317)_(by Philipp Burckhardt, Athan Reines)_
62
+
63
+
</details>
64
+
65
+
</section>
66
+
67
+
<!-- /.commits -->
68
+
69
+
<sectionclass="contributors">
70
+
71
+
### Contributors
72
+
73
+
A total of 2 people contributed to this release. Thank you to the following contributors:
A total of 1 person contributed to this release. Thank you to this contributor:
110
+
111
+
- Athan Reines
112
+
113
+
</section>
114
+
115
+
<!-- /.contributors -->
116
+
117
+
</section>
118
+
119
+
<!-- /.release -->
120
+
121
+
<sectionclass="release"id="v0.1.0">
122
+
123
+
## 0.1.0 (2023-09-24)
124
+
125
+
<sectionclass="features">
126
+
127
+
### Features
128
+
129
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
130
+
131
+
</section>
132
+
133
+
<!-- /.features -->
134
+
135
+
<sectionclass="breaking-changes">
136
+
137
+
### BREAKING CHANGES
138
+
139
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
140
+
141
+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
142
+
143
+
</section>
144
+
145
+
<!-- /.breaking-changes -->
146
+
147
+
<sectionclass="commits">
148
+
149
+
### Commits
150
+
151
+
<details>
152
+
153
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
154
+
155
+
</details>
156
+
157
+
</section>
158
+
159
+
<!-- /.commits -->
160
+
161
+
<sectionclass="contributors">
162
+
163
+
### Contributors
164
+
165
+
A total of 1 person contributed to this release. Thank you to this contributor:
0 commit comments