8000 Auto-generated commit · stdlib-js/string-base@87e1433 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 87e1433

Browse files
committed
Auto-generated commit
1 parent 2c08120 commit 87e1433

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

7-
## Unreleased (2024-11-20)
7+
## Unreleased (2024-11-21)
88

99
<section class="packages">
1010

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

646646
<details>
647647

648+
- [`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)_
648649
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - **feat:** update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190) _(by stdlib-bot, Philipp Burckhardt)_
649650
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
650651
- [`b89c97c`](https://github.com/stdlib-js/stdlib/commit/b89c97ce0b812ff0b2aab16b4d77969d44fe3e8c) - **docs:** resolve lint errors in TS declaration files _(by Philipp Burckhardt)_

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ The namespace contains the following functions:
7979
<div class="namespace-toc">
8080

8181
- <span class="signature">[`altcase( str )`][@stdlib/string/base/altcase]</span><span class="delimiter">: </span><span class="description">convert a string to alternate case.</span>
82+
- <span class="signature">[`atob( str )`][@stdlib/string/base/atob]</span><span class="delimiter">: </span><span class="description">decode a string of data which has been encoded using Base64 encoding.</span>
83+
- <span class="signature">[`base64ToUint8Array( str )`][@stdlib/string/base/base64-to-uint8array]</span><span class="delimiter">: </span><span class="description">convert a Base64-encoded string to a Uint8Array.</span>
8284
- <span class="signature">[`camelcase( str )`][@stdlib/string/base/camelcase]</span><span class="delimiter">: </span><span class="description">convert a string to camel case.</span>
8385
- <span class="signature">[`capitalize( str )`][@stdlib/string/base/capitalize]</span><span class="delimiter">: </span><span class="description">capitalize the first character in a string.</span>
8486
- <span class="signature">[`codePointAt( string, position, backward )`][@stdlib/string/base/code-point-at]</span><span class="delimiter">: </span><span class="description">return a Unicode code point from a string at a specified position.</span>
@@ -276,6 +278,10 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
276278

277279
[@stdlib/string/base/altcase]: https://github.com/stdlib-js/string-base-altcase
278280

281+
[@stdlib/string/base/atob]: https://github.com/stdlib-js/string-base-atob
282+
283+
[@stdlib/string/base/base64-to-uint8array]: https://github.com/stdlib-js/string-base-base64-to-uint8array
284+
279285
[@stdlib/string/base/camelcase]: https://github.com/stdlib-js/string-base-camelcase
280286

281287
[@stdlib/string/base/capitalize]: https://github.com/stdlib-js/string-base-capitalize

0 commit comments

Comments
 (0)
0