Skip to content

Latest commit

 

History

History
189 lines (101 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

189 lines (101 loc) · 6.93 KB

@nurliman/base85

2.0.10

Patch Changes

2.0.9

Patch Changes

2.0.8

Patch Changes

2.0.7

Patch Changes

2.0.6

Patch Changes

2.0.5

Patch Changes

2.0.4

Patch Changes

  • 364d0b3 Thanks @nurliman! - Update release workflow to seperate job for publish to jsr

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

Minor Changes

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

  • 4734fe2: add LICENSE file
  • 6b15511: update dependencies

1.0.3

Patch Changes

  • 0efb247: Update pnpm action version
  • 3b2f988: Update JSDoc options for encoding
  • ebc9f7e: Update lefthook version to 1.6.4

1.0.2

Patch Changes

  • 83bc4d2: Update dependencies

1.0.1

Patch Changes

  • 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

1.0.0

Major Changes

  • 7baf288: feat: Add EncodeOptions to encodeBase85 function

0.1.2

Patch Changes

  • 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

0.1.1

Patch Changes

  • fix npm script for build and release

0.1.0

Minor Changes

  • initial release