Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1023 Bytes

CHANGELOG.md

File metadata and controls

67 lines (36 loc) · 1023 Bytes

2.1.0

  • Add support for a generic KeyValueStore interface.
  • Add an extensive unit-test suite.

2.0.1

  • Restore BehaviorSubject behavior of HydratedSubject.

2.0.0

  • Add null-safety support. Credits to @solid-yuriiprykhodko and @solid-vovabeloded.

1.2.5+2

  • Updated dependencies

1.2.5+1

  • Fixed example warning with dummy method
  • Fixed pubspec.yaml conventions

1.2.5

  • Bump rx_dart version to ^0.22.0
  • This breaks compatibility with Dart SDK < 2.6
  • Simple CI added to repository

1.2.4

  • Bump rx_dart version to ^0.22.0

1.2.3

  • Bump rx_dart version to ^0.21.0 (thanks to ccadieux!)

1.2.2

  • Bump shared_preferences version to ^0.5.1

1.2.1

  • Fix error thrown when onHydrate was null

1.2.0

  • Hydrate is now automagical

1.1.0+4

  • Improved docs

1.1.0+3

  • Fix docs, never gonna give up that build number

1.1.0

  • Add support for serialized classes, remove build number

1.0.0+2

  • Update docs

1.0.0+1

  • First release of Hydrated