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-1Lines changed: 1 addition & 1 deletion
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.
-[`40b06c3`](https://github.com/stdlib-js/stdlib/commit/40b06c38ef5d19e312c34525b5ba7b2977efb0a2) - **refactor:** use `dtype` property rather than assertion API _(by Athan Reines)_
A total of 1 person contributed to this release. Thank you to this contributor:
87
+
88
+
- Athan Reines
89
+
90
+
</section>
91
+
92
+
<!-- /.contributors -->
93
+
94
+
</section>
95
+
96
+
<!-- /.release -->
97
+
98
+
<sectionclass="release"id="v0.1.0">
99
+
100
+
## 0.1.0 (2023-09-24)
101
+
102
+
<sectionclass="features">
103
+
104
+
### Features
105
+
52
106
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - update minimum TypeScript version
53
107
54
108
</section>
@@ -59,8 +113,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
59
113
60
114
### BREAKING CHANGES
61
115
62
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version
63
-
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
116
+
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017): update minimum TypeScript version to 4.1
64
117
65
118
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
66
119
@@ -74,8 +127,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
74
127
75
128
<details>
76
129
77
-
-[`40b06c3`](https://github.com/stdlib-js/stdlib/commit/40b06c38ef5d19e312c34525b5ba7b2977efb0a2) - **refactor:** use `dtype` property rather than assertion API _(by Athan Reines)_
-[`e29732d`](https://github.com/stdlib-js/stdlib/commit/e29732dee616e2d94e91f87f78afd8aceb806017) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
80
131
81
132
</details>
@@ -88,9 +139,8 @@ A total of 1 person contributed to this release. Thank you to this contributor:
88
139
89
140
### Contributors
90
141
91
-
A total of 2 people contributed to this release. Thank you to the following contributors:
142
+
A total of 1 person contributed to this release. Thank you to this contributor:
92
143
93
-
- Athan Reines
94
144
- Philipp Burckhardt
95
145
96
146
</section>
@@ -101,3 +151,63 @@ A total of 2 people contributed to this release. Thank you to the following cont
0 commit comments