Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 8, 2024
1 parent e95f512 commit 9461d02
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 17 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-11-21)
## Unreleased (2024-12-08)

<section class="packages">

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

<details>

- [`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)_
- [`9ba0dbd`](https://github.com/stdlib-js/stdlib/commit/9ba0dbd839707695a05fda5d4f50d67c5aba52f7) - **chore:** use relative paths to load main package export _(by Philipp Burckhardt)_
- [`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)_
- [`2507d8e`](https://github.com/stdlib-js/stdlib/commit/2507d8eea8259c4ebc393a8150202b60c8302ec0) - **build:** support bundling of tests and benchmarks _(by Athan Reines)_
Expand Down Expand Up @@ -376,7 +377,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
- Athan Reines
- Philipp Burckhardt
- Soumajit Chatterjee
- yaswanth
- Yaswanth Kosuru

</section>

Expand All @@ -403,7 +404,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
- [`31fd427`](https://github.com/stdlib-js/stdlib/commit/31fd42744ec5d7073041f97c6f72350b8005c0fc) - **style:** remove unwanted empty lines _(by Philipp Burckhardt)_
- [`5279713`](https://github.com/stdlib-js/stdlib/commit/527971383e70a0e92dbca647dabfef27f294f149) - **feat:** add `isWebAssemblyMemory` to namespace _(by Athan Reines)_
- [`718ba36`](https://github.com/stdlib-js/stdlib/commit/718ba365fd18e0e35582433c22f6878a0e744675) - **feat:** add `assert/is-wasm-memory` _(by Athan Reines)_
- [`15e6c71`](https://github.com/stdlib-js/stdlib/commit/15e6c71cac991fadbb8f804a7811650daa0d5e87) - **feat:** add `assert/is-same-array-like-object` _(by yaswanth, Philipp Burckhardt)_
- [`15e6c71`](https://github.com/stdlib-js/stdlib/commit/15e6c71cac991fadbb8f804a7811650daa0d5e87) - **feat:** add `assert/is-same-array-like-object` _(by Yaswanth Kosuru, Philipp Burckhardt)_
- [`7bb8e20`](https://github.com/stdlib-js/stdlib/commit/7bb8e2020d334d9f9a838291e78d2f7442b24a67) - **feat:** add `@stdlib/assert/is-same-accessor-array` _(by Aayush Khanna, Philipp Burckhardt)_
- [`1f6fc8b`](https://github.com/stdlib-js/stdlib/commit/1f6fc8b5b99837f9d8b378413298f7544f1cb38e) - **bench:** update benchmarks to measure affirmative/negative test values _(by Soumajit Chatterjee, Philipp Burckhardt)_
- [`e97215f`](https://github.com/stdlib-js/stdlib/commit/e97215fbf9f4d1ec8548086f78ed04a0ec80a43f) - **feat:** add `hasBtoaSupport` to namespace _(by Athan Reines)_
Expand Down Expand Up @@ -2110,7 +2111,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
- Gunj Joshi
- Jaysukh Makvana
- Philipp Burckhardt
- Rutam
- Rutam Kathale
- Shubham Mishra
- Snehil Shah
- Spandan Barve
Expand Down Expand Up @@ -2162,7 +2163,7 @@ A total of 9 people contributed to this release. Thank you to the following cont
- [`30112b7`](https://github.com/stdlib-js/stdlib/commit/30112b7202358710becc8ea77f4261dd3e7459f3) - **fix:** replace use of type guards with boolean return type _(by Philipp Burckhardt)_
- [`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)_
- [`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)_
- [`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)_
- [`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)_
- [`2f1f30e`](https://github.com/stdlib-js/stdlib/commit/2f1f30e14ba74c4e767eadd5650a84e3c3901b6c) - **refactor:** avoid duplicate assertion logic and fix documentation errors _(by Athan Reines)_
- [`8ebd6f7`](https://github.com/stdlib-js/stdlib/commit/8ebd6f770e563cc7cce79e11424c3fb85736ad42) - **refactor:** avoid assertion duplication and fix package meta data _(by Athan Reines)_
- [`0a081ce`](https://github.com/stdlib-js/stdlib/commit/0a081ce87dec3491252ffb9c45cc9fa6e695cbe5) - **fix:** use `valueOf` to return primitive value _(by Athan Reines)_
Expand Down
27 changes: 15 additions & 12 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# Contributors listed in alphabetical order.

Aayush Khanna <[email protected]>
AbhijitRaut04 <[email protected].com>
Abhijit Raut <abhijitmraut8010@gmail.com>
Adarsh Palaskar <[email protected]>
Aditya Sapra <[email protected]>
AgPriyanshu18 <[email protected]>
Ahmed Atwa <[email protected]>
Ahmed Kashkoush <[email protected]>
Aleksandr <[email protected]>
Ali Salesi <[email protected]>
Aman Bhansali <[email protected]>
Expand Down Expand Up @@ -44,47 +45,50 @@ Joey Reed <[email protected]>
Jordan Gallivan <[email protected]>
Joris Labie <[email protected]>
Justin Dennison <[email protected]>
Kaif Mohd <[email protected]>
Karthik Prakash <[email protected]>
Khaldon <[email protected]>
Kohantika Nath <[email protected]>
Krishnendu Das <[email protected]>
Kshitij-Dale <[email protected]>
Lovelin <[email protected]>
Manik Sharma <[email protected]>
Marcus Fantham <[email protected]>
Matt Cochrane <[email protected]>
Mihir Pandit <[email protected]>
Milan Raj <[email protected]>
Mohammad Kaif <[email protected].com>
Mohammad Kaif <mdkaifprofession@gmail.com>
Momtchil Momtchev <[email protected]>
Muhammad Haris <[email protected]>
Naresh Jagadeesan <[email protected]>
Neeraj Pathak <[email protected]>
NightKnight <Ahmedatwa866@yahoo.com>
Nishant Shinde <[email protected].com>
Nithin Katta <[email protected]>
Nourhan Hasan <[email protected]>
Ognjen Jevremović <[email protected]>
Oneday12323 <[email protected]>
Ori Miles <[email protected]>
Philipp Burckhardt <[email protected]>
Prajwal Kulkarni <[email protected]>
Pranav Goswami <[email protected]>
Praneki <[email protected]>
Pratik <[email protected]>
Pratyush Kumar Chouhan <[email protected]>
Priyansh <[email protected]>
Priyanshu Agarwal <[email protected]>
Pushpendra Chandravanshi <[email protected]>
RISHAV <[email protected]>
Raunak Kumar Gupta <[email protected]>
Rejoan Sardar <[email protected]>
Ricky Reusser <[email protected]>
Ridam Garg <[email protected]>
Rishav <[email protected]>
Robert Gislason <[email protected]>
Roman Stetsyk <[email protected]>
Rutam <[email protected]>
Rutam Kathale <[email protected]>
Ruthwik Chikoti <[email protected]>
Ryan Seal <[email protected]>
Rylan Yang <[email protected]>
Sai Srikar Dumpeti <[email protected]>
SarthakPaandey <[email protected]>
Sarthak Paandey <[email protected]>
Saurabh Singh <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Shashank Shekhar Singh <[email protected]>
Expand All @@ -97,7 +101,7 @@ Snehil Shah <[email protected]>
Soumajit Chatterjee <[email protected]>
Spandan Barve <[email protected]>
Stephannie Jiménez Gacha <[email protected]>
Suraj kumar <[email protected]>
Suraj Kumar <[email protected]>
Tirtadwipa Manunggal <[email protected]>
Tudor Pagu <[email protected]>
Tufailahmed Bargir <[email protected]>
Expand All @@ -106,12 +110,11 @@ Utkarsh Raj <[email protected]>
UtkershBasnet <[email protected]>
Vaibhav Patel <[email protected]>
Varad Gupta <[email protected]>
Vinit Pandit <[email protected]>
Xiaochuan Ye <[email protected]>
Yaswanth Kosuru <[email protected]>
Yernar Yergaziyev <[email protected]>
naveen <[email protected]>
nishant-s7 <[email protected]>
olenkabilonizhka <[email protected]>
orimiles5 <[email protected]>
rainn <[email protected]>
rei2hu <[email protected]>
yaswanth <[email protected]>
8 changes: 8 additions & 0 deletions is-snakecase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ true

<section class="related">

* * *

## See Also

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

</section>

<!-- /.related -->
Expand All @@ -180,6 +186,8 @@ true

<!-- <related-links> -->

[@stdlib/assert/is-string]: https://github.com/stdlib-js/assert/tree/main/is-string

<!-- </related-links> -->

</section>
Expand Down

0 comments on commit 9461d02

Please sign in to comment.