Skip to content

Commit 6a158d9

Browse files
committed
Auto-generated commit
1 parent 8cef098 commit 6a158d9

File tree

4 files changed

+55
-15
lines changed

4 files changed

+55
-15
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 <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -26,17 +27,20 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2627
Frank Kovacs <fran70kk@gmail.com>
2728
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2829
Gunj Joshi <gunjjoshi8372@gmail.com>
30+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2931
Harshita Kalani <harshitakalani02@gmail.com>
3032
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3133
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3234
James Gelok <jdgelok@gmail.com>
3335
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
36+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3437
Jithin KS <jithinks112@gmail.com>
3538
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3639
Joey Reed <joeyrreed@gmail.com>
3740
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3841
Joris Labie <joris.labie1@gmail.com>
3942
Justin Dennison <justin1dennison@gmail.com>
43+
Kaif Mohd <mdkaifprofession@gmail.com>
4044
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4145
Khaldon <kahmd1444@gmail.com>
4246
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -86,8 +90,10 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
8690
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8791
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8892
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
93+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8994
Utkarsh <http://utkarsh11105@gmail.com>
9095
Utkarsh Raj <rajutkarsh2505@gmail.com>
96+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
9197
Varad Gupta <varadgupta21@gmail.com>
9298
Xiaochuan Ye <tap91624@gmail.com>
9399
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
@@ -96,3 +102,4 @@ nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
96102
orimiles5 <97595296+orimiles5@users.noreply.github.com>
97103
rainn <88160429+AmCodesLame@users.noreply.github.com>
98104
rei2hu <reimu@reimu.ws>
105+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

docs/repl.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,39 @@
55
The table is an array of arrays where each sub-array corresponds to a unique
66
value in the input collection. Each sub-array is structured as follows:
77

8-
- 0: unique value
9-
- 1: value count
10-
- 2: frequency percentage
8+
- 0: unique value.
9+
- 1: value count.
10+
- 2: frequency percentage.
1111

1212
When invoked, the indicator function is provided a maximum of four
1313
arguments:
1414

15-
- `value`: collection value
16-
- `index`: collection index
17-
- `collection`: the input collection
18-
- `next`: a callback to be invoked after processing a collection `value`
15+
- value: collection value.
16+
- index: collection index.
17+
- collection: the input collection.
18+
- next: a callback to be invoked after processing a collection `value`.
1919

2020
The actual number of provided arguments depends on function length. If the
2121
indicator function accepts two arguments, the indicator function is
2222
provided:
2323

24-
- `value`
25-
- `next`
24+
- value
25+
- next
2626

2727
If the indicator function accepts three arguments, the indicator function is
2828
provided:
2929

30-
- `value`
31-
- `index`
32-
- `next`
30+
- value
31+
- index
32+
- next
3333

3434
For every other indicator function signature, the indicator function is
3535
provided all four arguments.
3636

3737
The `next` callback takes two arguments:
3838

39-
- `error`: error argument
40-
- `group`: value group
39+
- error: error argument.
40+
- group: value group.
4141

4242
If an indicator function calls the `next` callback with a truthy `error`
4343
argument, the function suspends execution and immediately calls the `done`

0 commit comments

Comments
 (0)