0.5.0
What's Changed
- Add browser support 🌐
- Extract encoder and decoders into a codec by @xxfast in #30
- Add kstore-file and kstore-storage modules by @xxfast in #31
Full Changelog: 0.4.0...0.5.0
⚠️ Breaking Changes
encoder
anddecoder
that theKStore
constructor took in now encapsulated as aCodec
storeOf
factory method moved fromkstore
tokstore-file
/kstore-storage
- Removed
DefaultCodec
and replaced withFileCodec
inkstore-file
for file-based encoding/decodingStorageCodec
inkstore-storage
for key-value storage-based encoding/decoding