Skip to content

`lscache`

Compare
Choose a tag to compare
@dmitrizzle dmitrizzle released this 24 Jul 05:43
· 32 commits to master since this release
20771e4

This project now uses lscache that helps with serializing/deserializing JSON data and is also able to free up space if there are other entries present in localStorage written with lscache with expiration.

This is a major version update because french-press-editor won't be able to read the previously saved content on your user's browsers since the localStorage keys have changed. You may want to migrate your keys as follows:

  • "composer-content-text" to "lscache-composer-content-text"
  • "composer-content-state" to "lscache-composer-content-state"