# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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 https://github.com/aprilmintacpineda/fluxible-js/pull/4 ### Changed - Linting, formatting, and some variable names https://github.com/aprilmintacpineda/fluxible-js/pull/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` https://github.com/aprilmintacpineda/fluxible-js/pull/3