Skip to content

Releases: dkamyshov/hot-persist

v1.0.1

29 Jan 19:03
Compare
Choose a tag to compare

This release brings 3 major changes to the library:

  • Wider bundler support: webpack, vite, parcel.
    The library now supports multiple bundlers, not just webpack.
  • New name: @dkamyshov/hot-persist
    The "webpack" has been removed from the name. The name was @dkamyshov/webpack-hot-persist before.
  • Stable version: v1
    I've been using the library in the wild for quite some time, I now consider it to be stable.

v0.2.0

02 Jul 12:26
Compare
Choose a tag to compare
feat!: make user-defined instance key optional

BREAKING CHANGE: the `persist` function signature has changed, the second (options) and third (dependencies) arguments were swapped

v0.1.0

29 Mar 10:33
Compare
Choose a tag to compare
chore: update README.md