Skip to content

Commit 9526b2e

Browse files
committed
Auto-generated commit
1 parent 661d23d commit 9526b2e

10 files changed

+81
-10
lines changed

.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/.keepalive

-1
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
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/buffer/from-arraybuffer) of the main repository where we’ll review and provide feedback.
44

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.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-03-04)
8+
9+
<section class="issues">
10+
11+
### Closed Issues
12+
13+
This release closes the following issue:
14+
15+
[#5771](https://github.com/stdlib-js/stdlib/issues/5771)
16+
17+
</section>
18+
19+
<!-- /.issues -->
20+
21+
<section class="commits">
22+
23+
### Commits
24+
25+
<details>
26+
27+
- [`77c2bfd`](https://github.com/stdlib-js/stdlib/commit/77c2bfdf819a4efe39648942bbecc931b846453d) - **chore:** fix JavaScript lint errors [(#5775)](https://github.com/stdlib-js/stdlib/pull/5775) _(by Jalaj Kumar)_
28+
29+
</details>
30+
31+
</section>
32+
33+
<!-- /.commits -->
34+
35+
<section class="contributors">
36+
37+
### Contributors
38+
39+
A total of 1 person contributed to this release. Thank you to this contributor:
40+
41+
- Jalaj Kumar
42+
43+
</section>
44+
45+
<!-- /.contributors -->
46+
47+
</section>
48+
49+
<!-- /.release -->
50+
551
<section class="release" id="v0.2.2">
652

753
## 0.2.2 (2024-07-28)

CONTRIBUTORS

+25-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
1112
Ahmed Kashkoush <[email protected]>
1213
Ahmed Khaled <[email protected]>
14+
Aksshay Balasubramanian <[email protected]>
1315
Aleksandr <[email protected]>
1416
Ali Salesi <[email protected]>
1517
Aman Bhansali <[email protected]>
@@ -27,19 +29,26 @@ Daniel Killenberger <[email protected]>
2729
Daniel Yu <[email protected]>
2830
Debashis Maharana <[email protected]>
2931
Desh Deepak Kant <[email protected]>
32+
33+
Dhruv Arvind Singh <[email protected]>
3034
Divyansh Seth <[email protected]>
3135
Dominic Lim <[email protected]>
3236
Dominik Moritz <[email protected]>
3337
Dorrin Sotoudeh <[email protected]>
3438
EuniceSim142 <[email protected]>
3539
Frank Kovacs <[email protected]>
40+
GK Bishnoi <[email protected]>
41+
42+
Gautam sharma <[email protected]>
3643
Golden Kumar <[email protected]>
3744
Gunj Joshi <[email protected]>
38-
Gururaj Gurram <[email protected]>
45+
Gururaj Gurram <[email protected]>
46+
3947
4048
Harshita Kalani <[email protected]>
4149
Hridyanshu <[email protected]>
4250
Jaimin Godhani <[email protected]>
51+
Jalaj Kumar <[email protected]>
4352
James Gelok <[email protected]>
4453
Jaysukh Makvana <[email protected]>
4554
Jenish Thapa <[email protected]>
@@ -49,8 +58,11 @@ Joey Reed <[email protected]>
4958
Jordan Gallivan <[email protected]>
5059
Joris Labie <[email protected]>
5160
Justin Dennison <[email protected]>
61+
Justyn Shelby <[email protected]>
62+
Karan Anand <[email protected]>
5263
Karthik Prakash <[email protected]>
5364
Kohantika Nath <[email protected]>
65+
Krishnam Agarwal <[email protected]>
5466
Krishnendu Das <[email protected]>
5567
Kshitij-Dale <[email protected]>
5668
Lovelin Dhoni J B <[email protected]>
@@ -60,6 +72,7 @@ Marcus Fantham <[email protected]>
6072
Matt Cochrane <[email protected]>
6173
Mihir Pandit <[email protected]>
6274
Milan Raj <[email protected]>
75+
Mohammad Bin Aftab <[email protected]>
6376
Mohammad Kaif <[email protected]>
6477
Momtchil Momtchev <[email protected]>
6578
Muhammad Haris <[email protected]>
@@ -87,6 +100,7 @@ Rejoan Sardar <[email protected]>
87100
Ricky Reusser <[email protected]>
88101
Ridam Garg <[email protected]>
89102
103+
Rishav Tarway <[email protected]>
90104
Robert Gislason <[email protected]>
91105
Roman Stetsyk <[email protected]>
92106
Rutam Kathale <[email protected]>
@@ -97,6 +111,7 @@ Sai Srikar Dumpeti <[email protected]>
97111
Sarthak Paandey <[email protected]>
98112
Saurabh Singh <[email protected]>
99113
Seyyed Parsa Neshaei <[email protected]>
114+
Shabareesh Shetty <[email protected]>
100115
Shashank Shekhar Singh <[email protected]>
101116
Shivam Ahir <[email protected]>
102117
Shraddheya Shendre <[email protected]>
@@ -107,6 +122,7 @@ Snehil Shah <[email protected]>
107122
Soumajit Chatterjee <[email protected]>
108123
Spandan Barve <[email protected]>
109124
Stephannie Jiménez Gacha <[email protected]>
125+
Suhaib Ilahi <[email protected]>
110126
Suraj Kumar <[email protected]>
111127
Tirtadwipa Manunggal <[email protected]>
112128
Tudor Pagu <[email protected]>
@@ -117,10 +133,17 @@ UtkershBasnet <[email protected]>
117133
Vaibhav Patel <[email protected]>
118134
Varad Gupta <[email protected]>
119135
Vinit Pandit <[email protected]>
120-
Vivek maurya <[email protected].com>
136+
Vivek Maurya <vm8118134@gmail.com>
121137
Xiaochuan Ye <[email protected]>
122138
Yaswanth Kosuru <[email protected]>
123139
Yernar Yergaziyev <[email protected]>
140+
Yugal Kaushik <[email protected]>
141+
Yuvi Mittal <[email protected]>
142+
143+
ekambains <[email protected]>
144+
fadiothman22 <[email protected]>
124145
olenkabilonizhka <[email protected]>
146+
pranav-1720 <[email protected]>
147+
rahulrangers <[email protected]>
125148
126149

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ See [LICENSE][stdlib-license].
234234

235235
## Copyright
236236

237-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
237+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
238238

239239
</section>
240240

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ var version = require( './node_version.js' );
5151
*
5252
* @example
5353
* var ArrayBuffer = require( '@stdlib/array-buffer' );
54-
* var ab = new ArrayBuffer( 10 );
5554
*
55+
* var ab = new ArrayBuffer( 10 );
5656
* var buf = fromArrayBuffer( ab );
5757
* // returns <Buffer>
5858
*
5959
* @example
6060
* var ArrayBuffer = require( '@stdlib/array-buffer' );
61-
* var ab = new ArrayBuffer( 10 );
6261
*
62+
* var ab = new ArrayBuffer( 10 );
6363
* var buf = fromArrayBuffer( ab, 2, 4 );
6464
* // returns <Buffer>
6565
*/

0 commit comments

Comments
 (0)