Skip to content

0.5.0

Compare
Choose a tag to compare
@xxfast xxfast released this 26 Mar 23:58
· 83 commits to master since this release

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 and decoder that the KStore constructor took in now encapsulated as a Codec
  • storeOf factory method moved from kstore to kstore-file / kstore-storage
  • Removed DefaultCodec and replaced with
    • FileCodec in kstore-file for file-based encoding/decoding
    • StorageCodec in kstore-storage for key-value storage-based encoding/decoding