Skip to content

Commit 5e49594

Browse files
committed
v0.0.11
1 parent ed0a213 commit 5e49594

50 files changed

Lines changed: 3871 additions & 241 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.0.11] - 2026-01-20
4+
5+
### Added
6+
- Base58 encoding/decoding in `src/base58.ts` with three charset variants: `bitcoin`, `flickr`, `ripple`.
7+
- Base85 encoding/decoding in `src/base85.ts` with three charset variants: `ascii85`, `z85`, `rfc1924`.
8+
- Base32 encoding/decoding in `src/base32.ts` with three charset variants: `rfc4648`, `hex`, `crockford`.
9+
- Comprehensive unit tests for all new modules.
10+
- Subpath exports for tree shaking: import individual modules via `@wtasnorg/node-lib/base64`, etc.
11+
12+
## [0.0.10] - 2026-01-20
13+
14+
### Updated
15+
- Updated `hello` to use konsole.
16+
317
## [0.0.9] - 2026-01-19
418

519
### Added

docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,29 @@
1212

1313
## Type Aliases
1414

15+
- [Base32CharsetType](type-aliases/Base32CharsetType.md)
16+
- [Base58CharsetType](type-aliases/Base58CharsetType.md)
1517
- [Base64CharsetType](type-aliases/Base64CharsetType.md)
18+
- [Base85CharsetType](type-aliases/Base85CharsetType.md)
1619

1720
## Variables
1821

22+
- [Base32Charset](variables/Base32Charset.md)
23+
- [Base58Charset](variables/Base58Charset.md)
1924
- [Base64Charset](variables/Base64Charset.md)
25+
- [Base85Charset](variables/Base85Charset.md)
2026

2127
## Functions
2228

2329
- [createFindDirectories](functions/createFindDirectories.md)
2430
- [decode](functions/decode.md)
31+
- [decode32](functions/decode32.md)
32+
- [decode58](functions/decode58.md)
33+
- [decode85](functions/decode85.md)
2534
- [encode](functions/encode.md)
35+
- [encode32](functions/encode32.md)
36+
- [encode58](functions/encode58.md)
37+
- [encode85](functions/encode85.md)
2638
- [hello](functions/hello.md)
2739
- [parseUserAgent](functions/parseUserAgent.md)
2840
- [pojo](functions/pojo.md)

0 commit comments

Comments
 (0)