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-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@ indent_style = tab
86
86
[*.{f,f.txt}]
87
87
indent_style = space
88
88
indent_size = 2
89
-
insert_final_newline = false
90
89
91
90
# Set properties for shell files:
92
91
[*.{sh,sh.txt}]
@@ -121,7 +120,7 @@ indent_style = tab
121
120
[*.{md,md.txt}]
122
121
indent_style = space
123
122
indent_size = 4
124
-
trim_trailing_whitespace = false
123
+
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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/map2) of the main repository where we’ll review and provide feedback.
4
4
5
-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5
+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
6
6
7
7
We look forward to receiving your contribution! :smiley:
A total of 1 person contributed to this release. Thank you to this contributor:
31
+
A total of 2 people contributed to this release. Thank you to the following contributors:
31
32
32
33
- Athan Reines
34
+
- Gururaj Gurram
33
35
34
36
</section>
35
37
@@ -43,6 +45,52 @@ A total of 1 person contributed to this release. Thank you to this contributor:
43
45
44
46
## 0.2.1 (2024-02-25)
45
47
48
+
No changes reported for this release.
49
+
50
+
</section>
51
+
52
+
<!-- /.release -->
53
+
54
+
<sectionclass="release"id="v0.2.0">
55
+
56
+
## 0.2.0 (2024-02-15)
57
+
58
+
<sectionclass="commits">
59
+
60
+
### Commits
61
+
62
+
<details>
63
+
64
+
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`762c44f`](https://github.com/stdlib-js/stdlib/commit/762c44f2d442ad099b10dae4635e8c29a5c6b328): consolidate array arguments into a single argument
109
+
-[`762c44f`](https://github.com/stdlib-js/stdlib/commit/762c44f2d442ad099b10dae4635e8c29a5c6b328): consolidate array arguments into a single argument
63
110
64
111
- To migrate, users should access the input arrays via the fourth
65
-
argument, where the first element is the first input array and the
66
-
second element is the second input array.
112
+
argument, where the first element is the first input array and the
113
+
second element is the second input array.
67
114
68
-
-[`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version
69
-
-[`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1
115
+
-[`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0): update minimum TypeScript version to 4.1
70
116
71
117
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
72
118
@@ -80,8 +126,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
80
126
81
127
<details>
82
128
83
-
-[`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-[`ace728f`](https://github.com/stdlib-js/stdlib/commit/ace728f330033182c28199dc9e13d75eda18cfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
87
131
@@ -108,3 +152,13 @@ A total of 2 people contributed to this release. Thank you to the following cont
0 commit comments