Redux Storage Versions Save

Persistence layer for redux with flexible backends

2.0.0

8 years ago
  • BREAKING CHANGE: Actions must be a object with a type property or they get ignored and won't trigger engine.save! More details.

1.4.4

8 years ago
  • Fix babel error in combination with react-native (PR #65)

1.4.3

8 years ago
  • Fix errors with null or undefined in old state (PR #66)

1.4.2

8 years ago
  • Fix Filter decorator with nested key paths of null #64

1.4.1

8 years ago
  • Update dependencies

1.3.0

8 years ago
  • Allow actions to be back- & whitlisted (#16)
    • Note: Whitelisting is new in this release

1.3.1

8 years ago
  • #8 Don't trigger warnings inside ImmutableJS

1.3.2

8 years ago
  • #27 Fix Object.entries is not defined

1.3.3

8 years ago
  • #46 Don't convert arrays to objects
  • Upgrade from babel@5 to babel@6

1.3.4

8 years ago
  • #51 Fix broken imports due to babel@6