-
365c46f
Thanks @nurliman! - update distributed js to be not minified -
42cb223
Thanks @nurliman! - add return type to charCodeArrayToString function -
1dfac91
Thanks @nurliman! - fix errorString.fromCharCode
on bun
-
cb1be3f
Thanks @nurliman! - Refactor base85 encoding and decoding functions to use function declarations -
7d1c9ad
Thanks @nurliman! - Update README.md with badges and npm version
-
bf6e350
Thanks @nurliman! - Update pnpm to version 9 and cache pnpm store in github action -
32e54f7
Thanks @nurliman! - update import paths to use .ts file extensions
-
f7196a6
Thanks @nurliman! - usingbiome
instead ofprettier
,eslint
-
e9ea1f4
Thanks @nurliman! - Update changelog to use @changesets/changelog-github
- 4734fe2: add
LICENSE
file - 6b15511: update dependencies
- 0efb247: Update pnpm action version
- 3b2f988: Update JSDoc options for encoding
- ebc9f7e: Update lefthook version to 1.6.4
- 83bc4d2: Update dependencies
- 43a394b: Refactor base85 encoding and decoding
- 5b22ad6: Update target to es5 in tsup.config.ts
- cd053c2: Refactor input string handling in decodeBase85 function
- 6c48a91: Add input validation and handling for empty input strings
- 7baf288: feat: Add EncodeOptions to encodeBase85 function
- 6d342da: Update readme
- a42fe3c: add
README.md
- 5856b54: Add browser and node keywords to package.json
- 1bb6f4f: Update package.json description
- 25b0c55: Update test script in package.json
- ca1b8bb: use
@changesets/changelog-git
for changelog - 2a488b7: Minify distributions
- fix npm script for build and release
- initial release