|
4 | 4 |
|
5 | 5 | <section class="release" id="unreleased">
|
6 | 6 |
|
7 |
| -## Unreleased (2024-09-10) |
| 7 | +## Unreleased (2024-09-19) |
8 | 8 |
|
9 | 9 | <section class="packages">
|
10 | 10 |
|
|
20 | 20 |
|
21 | 21 | ##### Features
|
22 | 22 |
|
| 23 | +- [`2eded73`](https://github.com/stdlib-js/stdlib/commit/2eded73655c7d803cdbdce88d38af9bc5aab42b0) - add `base64ToUint8Array` to namespace |
23 | 24 | - [`095449b`](https://github.com/stdlib-js/stdlib/commit/095449bc5f6084b363a5b1dc1deb040fd029b76b) - add `atob` to namespace
|
24 | 25 | - [`09618b7`](https://github.com/stdlib-js/stdlib/commit/09618b7064d674d3e4afd1f67d877b1388098784) - update namespace TypeScript declarations
|
25 | 26 | - [`7f14562`](https://github.com/stdlib-js/stdlib/commit/7f145620d310738f2fd3bd15a3b97b803dff4e73) - add new packages to namespaces
|
|
62 | 63 |
|
63 | 64 | <!-- /.package -->
|
64 | 65 |
|
| 66 | +<section class="package" id="string-base-base64-to-uint8array-unreleased"> |
| 67 | + |
| 68 | +#### [@stdlib/string/base/base64-to-uint8array](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/base64-to-uint8array) |
| 69 | + |
| 70 | +<details> |
| 71 | + |
| 72 | +<section class="features"> |
| 73 | + |
| 74 | +##### Features |
| 75 | + |
| 76 | +- [`09e7120`](https://github.com/stdlib-js/stdlib/commit/09e71201868eaa8fb1c003c4de270b4002fa900c) - add `string/base/base64-to-uint8array` |
| 77 | + |
| 78 | +</section> |
| 79 | + |
| 80 | +<!-- /.features --> |
| 81 | + |
| 82 | +</details> |
| 83 | + |
| 84 | +</section> |
| 85 | + |
| 86 | +<!-- /.package --> |
| 87 | + |
65 | 88 | <section class="package" id="string-base-capitalize-unreleased">
|
66 | 89 |
|
67 | 90 | #### [@stdlib/string/base/capitalize](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/capitalize)
|
@@ -605,6 +628,10 @@ A total of 7 people contributed to this release. Thank you to the following cont
|
605 | 628 |
|
606 | 629 | <details>
|
607 | 630 |
|
| 631 | +- [`2eded73`](https://github.com/stdlib-js/stdlib/commit/2eded73655c7d803cdbdce88d38af9bc5aab42b0) - **feat:** add `base64ToUint8Array` to namespace _(by Athan Reines)_ |
| 632 | +- [`09e7120`](https://github.com/stdlib-js/stdlib/commit/09e71201868eaa8fb1c003c4de270b4002fa900c) - **feat:** add `string/base/base64-to-uint8array` _(by Athan Reines)_ |
| 633 | +- [`f200857`](https://github.com/stdlib-js/stdlib/commit/f2008570f57d9bdaec78ec212fe91858f68cf3ac) - **chore:** fix copyright year _(by Athan Reines)_ |
| 634 | +- [`1c44dbd`](https://github.com/stdlib-js/stdlib/commit/1c44dbd95fa65436eb96e8dfc312d4d08df6c018) - **chore:** add browser entry point _(by Athan Reines)_ |
608 | 635 | - [`095449b`](https://github.com/stdlib-js/stdlib/commit/095449bc5f6084b363a5b1dc1deb040fd029b76b) - **feat:** add `atob` to namespace _(by Athan Reines)_
|
609 | 636 | - [`37e0d70`](https://github.com/stdlib-js/stdlib/commit/37e0d70a86a621a109f74c68adbc6aa4a4177f0f) - **feat:** add `string/base/atob` _(by Athan Reines)_
|
610 | 637 | - [`67858b3`](https://github.com/stdlib-js/stdlib/commit/67858b341e920fed871e34ba0d6b6809804916f7) - **feat:** improve type safety _(by Philipp Burckhardt)_
|
|
0 commit comments