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.
- Fix compatibility with Node and
global
/globalThis
- Improve typing
- Better handling of older JS engine version (issue#1)
- 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
- (dev) Minor tweaks on CI
- Data reference not working properly
- Support for plain JSON deserialization
- (dev) GitHub Action
- Export name in UMD build
- Unused file
- Fix the
package.json
export for NPM
- Add
package.json
export
- Handle
undefined
(and any data that is not a string) indeserialize
- Handle invalid JSON in
deserialize
First version