Skip to content

Commit cd4ed38

Browse files
committed
Auto-generated commit
1 parent 24c4800 commit cd4ed38

File tree

4 files changed

+52
-12
lines changed

4 files changed

+52
-12
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-21)
8+
9+
<section class="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+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -26,17 +27,20 @@ EuniceSim142 <[email protected]>
2627
Frank Kovacs <[email protected]>
2728
Golden Kumar <[email protected]>
2829
Gunj Joshi <[email protected]>
30+
2931
Harshita Kalani <[email protected]>
3032
Hridyanshu <[email protected]>
3133
Jaimin Godhani <[email protected]>
3234
James Gelok <[email protected]>
3335
Jaysukh Makvana <[email protected]>
36+
Jenish Thapa <[email protected]>
3437
Jithin KS <[email protected]>
3538
Joel Mathew Koshy <[email protected]>
3639
Joey Reed <[email protected]>
3740
Jordan Gallivan <[email protected]>
3841
Joris Labie <[email protected]>
3942
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4044
Karthik Prakash <[email protected]>
4145
4246
Krishnendu Das <[email protected]>
@@ -86,8 +90,10 @@ Stephannie Jiménez Gacha <[email protected]>
8690
Suraj kumar <[email protected]>
8791
Tirtadwipa Manunggal <[email protected]>
8892
Tudor Pagu <[email protected]>
93+
Tufailahmed Bargir <[email protected]>
8994
Utkarsh <http://[email protected]>
9095
Utkarsh Raj <[email protected]>
96+
Vaibhav Patel <[email protected]>
9197
Varad Gupta <[email protected]>
9298
Xiaochuan Ye <[email protected]>
9399
Yernar Yergaziyev <[email protected]>
@@ -96,3 +102,4 @@ nishant-s7 <[email protected]>
96102
orimiles5 <[email protected]>
97103
98104
105+

docs/repl.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55

66
When invoked, `fcn` is provided a maximum of four arguments:
77

8-
- `value`: collection value
9-
- `index`: collection index
10-
- `collection`: the input collection
11-
- `next`: a callback to be invoked after processing a collection `value`
8+
- value: collection value.
9+
- index: collection index.
10+
- collection: the input collection.
11+
- next: a callback to be invoked after processing a collection `value`.
1212

1313
The actual number of provided arguments depends on function length. If `fcn`
1414
accepts two arguments, `fcn` is provided:
1515

16-
- `value`
17-
- `next`
16+
- value
17+
- next
1818

1919
If `fcn` accepts three arguments, `fcn` is provided:
2020

21-
- `value`
22-
- `index`
23-
- `next`
21+
- value
22+
- index
23+
- next
2424

2525
For every other `fcn` signature, `fcn` is provided all four arguments.
2626

2727
The `next` callback accepts two arguments:
2828

29-
- `error`: error argument
30-
- `result`: value used to update the collection
29+
- error: error argument.
30+
- result: value used to update the collection.
3131

3232
If a provided function calls the `next` callback with a truthy `error`
3333
argument, the function suspends execution and immediately calls the `done`

0 commit comments

Comments
 (0)