Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

90 lines (53 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Fix compatibility with Node and global/globalThis

Changed

  • Improve typing

Fixed

  • Better handling of older JS engine version (issue#1)

Fixed

  • Class definition type not wide enough (svelte-persistent-store#32)
  • (dev) Group type, const, class at the start of the file
  • (dev) Expose PlainType type

Changed

  • (dev) Minor tweaks on CI

Fixed

  • Data reference not working properly

Added

  • Support for plain JSON deserialization
  • (dev) GitHub Action

Fixed

  • Export name in UMD build

Removed

  • Unused file

Fixed

  • Fix the package.json export for NPM

Added

  • Add package.json export

Fixed

  • Handle undefined (and any data that is not a string) in deserialize
  • Handle invalid JSON in deserialize

First version