Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 755 Bytes

Changelog

1.0.0

Initial release

1.0.1

Fix stack overflow for large byte sequences. Thanks, @edkv

1.0.2

Tons of optimizations by @folkertdev (PR #1)

1.0.3

Even more decoder optimizations (2x speedup) by @folkertdev (PR #3)

1.1.0

Add toString and fromString, which are wrappers around toBytes and fromBytes, to encode/decode Base64 strings from/into strings, so that projects that use this package for these use cases don't need to directly import Bytes as well.