Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 1.23 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.

[Unreleased]

[6.1.0] - 2021-11-01

Changed

  • useJSON was changed to persist.stringify.
  • Exported typings.

[6.0.0] - 2021-11-01

Removed

  • All functions that previously returns -1 are now void.

Changed

  • Previously only one store, now you can create self-contained stores by calling createStore().

Added

  • Added typings by using TypeScript

[5.0.11] - 2021-02-01

Added

  • Added second argument to events callback, which is the name of the event that was emitted #4

Changed

  • Linting, formatting, and some variable names #5

[5.0.10] - 2020-12-30

Changed

  • Calls to restore on initializeStore will now merge initialStore and savedStore; savedStore will always take precedence over initializeStore. This is to allow for better defaults when adding new values to restore #3