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: .editorconfig
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ indent_style = tab
121
121
[*.{md,md.txt}]
122
122
indent_style = space
123
123
indent_size = 4
124
-
trim_trailing_whitespace = false
124
+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+94-8
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2024-06-26)
7
+
## Unreleased (2024-12-23)
8
8
9
9
<sectionclass="features">
10
10
@@ -57,6 +57,88 @@ A total of 2 people contributed to this release. Thank you to the following cont
57
57
### Features
58
58
59
59
-[`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)
60
+
61
+
</section>
62
+
63
+
<!-- /.features -->
64
+
65
+
<sectionclass="commits">
66
+
67
+
### Commits
68
+
69
+
<details>
70
+
71
+
-[`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)_
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:
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
110
+
111
+
</details>
112
+
113
+
</section>
114
+
115
+
<!-- /.commits -->
116
+
117
+
<sectionclass="contributors">
118
+
119
+
### Contributors
120
+
121
+
A total of 2 people contributed to this release. Thank you to the following contributors:
122
+
123
+
- Athan Reines
124
+
- Philipp Burckhardt
125
+
126
+
</section>
127
+
128
+
<!-- /.contributors -->
129
+
130
+
</section>
131
+
132
+
<!-- /.release -->
133
+
134
+
<sectionclass="release"id="v0.1.0">
135
+
136
+
## 0.1.0 (2023-09-24)
137
+
138
+
<sectionclass="features">
139
+
140
+
### Features
141
+
60
142
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
61
143
62
144
</section>
@@ -77,8 +159,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
77
159
78
160
### BREAKING CHANGES
79
161
80
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
81
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
162
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
82
163
83
164
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
84
165
@@ -92,11 +173,6 @@ A total of 2 people contributed to this release. Thank you to the following cont
92
173
93
174
<details>
94
175
95
-
-[`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)_
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
100
176
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
101
177
-[`32a2827`](https://github.com/stdlib-js/stdlib/commit/32a282799ffd272d2a0554e81755a14923564e51) - **fix:** update import paths for complex type defs _(by Athan Reines)_
102
178
@@ -123,3 +199,13 @@ A total of 2 people contributed to this release. Thank you to the following cont
0 commit comments