Skip to content

Commit 9461d02

Browse files
committed
Auto-generated commit
1 parent e95f512 commit 9461d02

File tree

3 files changed

+29
-17
lines changed

3 files changed

+29
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-11-21)
7+
## Unreleased (2024-12-08)
88

99
<section class="packages">
1010

@@ -79,6 +79,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
7979

8080
<details>
8181

82+
- [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_
8283
- [`9ba0dbd`](https://github.com/stdlib-js/stdlib/commit/9ba0dbd839707695a05fda5d4f50d67c5aba52f7) - **chore:** use relative paths to load main package export _(by Philipp Burckhardt)_
8384
- [`b6a2b0b`](https://github.com/stdlib-js/stdlib/commit/b6a2b0b27dc8cc1e9fc02d9679a3ce468cf49b9d) - **docs:** update namespace table of contents [(#3192)](https://github.com/stdlib-js/stdlib/pull/3192) _(by stdlib-bot, Philipp Burckhardt)_
8485
- [`2507d8e`](https://github.com/stdlib-js/stdlib/commit/2507d8eea8259c4ebc393a8150202b60c8302ec0) - **build:** support bundling of tests and benchmarks _(by Athan Reines)_
@@ -376,7 +377,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
376377
- Athan Reines
377378
- Philipp Burckhardt
378379
- Soumajit Chatterjee
379-
- yaswanth
380+
- Yaswanth Kosuru
380381

381382
</section>
382383

@@ -403,7 +404,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
403404
- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_
404405
- [`5279713`](https://github.com/stdlib-js/stdlib/commit/527971383e70a0e92dbca647dabfef27f294f149) - **feat:** add `isWebAssemblyMemory` to namespace _(by Athan Reines)_
405406
- [`718ba36`](https://github.com/stdlib-js/stdlib/commit/718ba365fd18e0e35582433c22f6878a0e744675) - **feat:** add `assert/is-wasm-memory` _(by Athan Reines)_
406-
- [`15e6c71`](https://github.com/stdlib-js/stdlib/commit/15e6c71cac991fadbb8f804a7811650daa0d5e87) - **feat:** add `assert/is-same-array-like-object` _(by yaswanth, Philipp Burckhardt)_
407+
- [`15e6c71`](https://github.com/stdlib-js/stdlib/commit/15e6c71cac991fadbb8f804a7811650daa0d5e87) - **feat:** add `assert/is-same-array-like-object` _(by Yaswanth Kosuru, Philipp Burckhardt)_
407408
- [`7bb8e20`](https://github.com/stdlib-js/stdlib/commit/7bb8e2020d334d9f9a838291e78d2f7442b24a67) - **feat:** add `@stdlib/assert/is-same-accessor-array` _(by Aayush Khanna, Philipp Burckhardt)_
408409
- [`1f6fc8b`](https://github.com/stdlib-js/stdlib/commit/1f6fc8b5b99837f9d8b378413298f7544f1cb38e) - **bench:** update benchmarks to measure affirmative/negative test values _(by Soumajit Chatterjee, Philipp Burckhardt)_
409410
- [`e97215f`](https://github.com/stdlib-js/stdlib/commit/e97215fbf9f4d1ec8548086f78ed04a0ec80a43f) - **feat:** add `hasBtoaSupport` to namespace _(by Athan Reines)_
@@ -2110,7 +2111,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
21102111
- Gunj Joshi
21112112
- Jaysukh Makvana
21122113
- Philipp Burckhardt
2113-
- Rutam
2114+
- Rutam Kathale
21142115
- Shubham Mishra
21152116
- Snehil Shah
21162117
- Spandan Barve
@@ -2162,7 +2163,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
21622163
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
21632164
- [`0f3838c`](https://github.com/stdlib-js/stdlib/commit/0f3838c60707ee9e1fd9632c8117f598ff8a60eb) - **feat:** add `assert/is-well-formed-string` [(#1388)](https://github.com/stdlib-js/stdlib/pull/1388) _(by Gunj Joshi, Philipp Burckhardt)_
21642165
- [`f36bef4`](https://github.com/stdlib-js/stdlib/commit/f36bef4200f32f136243c0ff1ebd083dfcf1c133) - **feat:** add `assert/is-nonpositive-finite` [(#1396)](https://github.com/stdlib-js/stdlib/pull/1396) _(by Shubham Mishra, Philipp Burckhardt)_
2165-
- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - **feat:** add `assert/is-ragged-nested-array` (#1368) [(#1368)](https://github.com/stdlib-js/stdlib/pull/1368 ) _(by Rutam, Athan Reines)_
2166+
- [`0fb4869`](https://github.com/stdlib-js/stdlib/commit/0fb486917502a8397c281872831c70b2e58b7f27) - **feat:** add `assert/is-ragged-nested-array` (#1368) [(#1368)](https://github.com/stdlib-js/stdlib/pull/1368 ) _(by Rutam Kathale, Athan Reines)_
21662167
- [`2f1f30e`](https://github.com/stdlib-js/stdlib/commit/2f1f30e14ba74c4e767eadd5650a84e3c3901b6c) - **refactor:** avoid duplicate assertion logic and fix documentation errors _(by Athan Reines)_
21672168
- [`8ebd6f7`](https://github.com/stdlib-js/stdlib/commit/8ebd6f770e563cc7cce79e11424c3fb85736ad42) - **refactor:** avoid assertion duplication and fix package meta data _(by Athan Reines)_
21682169
- [`0a081ce`](https://github.com/stdlib-js/stdlib/commit/0a081ce87dec3491252ffb9c45cc9fa6e695cbe5) - **fix:** use `valueOf` to return primitive value _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
# Contributors listed in alphabetical order.
44

55
Aayush Khanna <aayushiitbhu23@gmail.com>
6-
AbhijitRaut04 <121740684+AbhijitRaut04@users.noreply.github.com>
6+
Abhijit Raut <abhijitmraut8010@gmail.com>
77
Adarsh Palaskar <adarshpalaskar99@gmail.com>
88
Aditya Sapra <adityaework@gmail.com>
9-
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
9+
Ahmed Atwa <Ahmedatwa866@yahoo.com>
10+
Ahmed Kashkoush <ahmedkashkoush464@gmail.com>
1011
Aleksandr <112382387+alextes90@users.noreply.github.com>
1112
Ali Salesi <ali_sal1381@yahoo.com>
1213
Aman Bhansali <bhansali.1@iitj.ac.in>
@@ -44,47 +45,50 @@ Joey Reed <joeyrreed@gmail.com>
4445
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
4546
Joris Labie <joris.labie1@gmail.com>
4647
Justin Dennison <justin1dennison@gmail.com>
47-
Kaif Mohd <mdkaifprofession@gmail.com>
4848
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4949
Khaldon <kahmd1444@gmail.com>
5050
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
5151
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
52+
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
5253
Lovelin <100030865+lovelindhoni@users.noreply.github.com>
5354
Manik Sharma <maniksharma.rke@gmail.com>
5455
Marcus Fantham <mfantham@users.noreply.github.com>
5556
Matt Cochrane <matthew.cochrane.eng@gmail.com>
5657
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
5758
Milan Raj <rajsite@users.noreply.github.com>
58-
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
59+
Mohammad Kaif <mdkaifprofession@gmail.com>
5960
Momtchil Momtchev <momtchil@momtchev.com>
6061
Muhammad Haris <harriskhan047@outlook.com>
6162
Naresh Jagadeesan <naresh.naresh000@gmail.com>
6263
Neeraj Pathak <neerajrpathak710@gmail.com>
63-
NightKnight <Ahmedatwa866@yahoo.com>
64+
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
6465
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
6566
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
6667
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
6768
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
69+
Ori Miles <97595296+orimiles5@users.noreply.github.com>
6870
Philipp Burckhardt <pburckhardt@outlook.com>
6971
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
7072
Pranav Goswami <goswami.4@iitj.ac.in>
7173
Praneki <97080887+PraneGIT@users.noreply.github.com>
7274
Pratik <97464067+Pratik772846@users.noreply.github.com>
7375
Pratyush Kumar Chouhan <pratyushkumar0308@gmail.com>
7476
Priyansh <88396544+itsspriyansh@users.noreply.github.com>
77+
Priyanshu Agarwal <113460573+AgPriyanshu18@users.noreply.github.com>
7578
Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
76-
RISHAV <115060907+rishav2404@users.noreply.github.com>
7779
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
7880
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
7981
Ricky Reusser <rsreusser@gmail.com>
8082
Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
83+
Rishav <115060907+rishav2404@users.noreply.github.com>
8184
Robert Gislason <gztown2216@yahoo.com>
8285
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
83-
Rutam <138517416+performant23@users.noreply.github.com>
86+
Rutam Kathale <138517416+performant23@users.noreply.github.com>
8487
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
8588
Ryan Seal <splrk@users.noreply.github.com>
89+
Rylan Yang <137365285+rylany27@users.noreply.github.com>
8690
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
87-
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
91+
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
8892
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
8993
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
9094
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
@@ -97,7 +101,7 @@ Snehil Shah <snehilshah.989@gmail.com>
97101
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
98102
Spandan Barve <contact@marsian.dev>
99103
Stephannie Jiménez Gacha <steff456@hotmail.com>
100-
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
104+
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
101105
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
102106
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
103107
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
@@ -106,12 +110,11 @@ Utkarsh Raj <rajutkarsh2505@gmail.com>
106110
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
107111
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
108112
Varad Gupta <varadgupta21@gmail.com>
113+
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
109114
Xiaochuan Ye <tap91624@gmail.com>
115+
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
110116
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
111117
naveen <stupiddint@gmail.com>
112-
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
113118
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
114-
orimiles5 <97595296+orimiles5@users.noreply.github.com>
115119
rainn <88160429+AmCodesLame@users.noreply.github.com>
116120
rei2hu <reimu@reimu.ws>
117-
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

is-snakecase/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ true
166166

167167
<section class="related">
168168

169+
* * *
170+
171+
## See Also
172+
173+
- <span class="package-name">[`@stdlib/assert/is-string`][@stdlib/assert/is-string]</span><span class="delimiter">: </span><span class="description">test if a value is a string.</span>
174+
169175
</section>
170176

171177
<!-- /.related -->
@@ -180,6 +186,8 @@ true
180186

181187
<!-- <related-links> -->
182188

189+
[@stdlib/assert/is-string]: https://github.com/stdlib-js/assert/tree/main/is-string
190+
183191
<!-- </related-links> -->
184192

185193
</section>

0 commit comments

Comments
 (0)