Skip to content

Latest commit

 

History

History
162 lines (90 loc) · 7.58 KB

CHANGELOG.md

File metadata and controls

162 lines (90 loc) · 7.58 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.

Generated by auto-changelog.

4.1.2 - 2020-05-10

Improved

  • ♻️ Bail out of update inside reducer cd83feb

4.1.1 - 2020-05-09

Fixed

  • 🚑 Handle updates with cache and same key 604f4b7

4.1.0 - 2020-05-09

Merged

  • ✨ Add simple cache #10

4.0.2 - 2020-04-26

Fixed

  • 🚑 Do not update state after unmount 13ec788

Docs & Tests

  • 📝 Add custom hook example to README 0c1322d

4.0.1 - 2020-03-28

Docs & Tests

4.0.0 - 2020-03-28

Merged

  • ✨ Rewrite to suspense, hooks and typescript #9

Docs & Tests

  • 📝 Update README and package.json description 5dbdfe2

3.0.1 - 2020-03-01

Dependencies

  • ⬆️ Update react-ssr-prepass bf04564

3.0.0 - 2019-05-01

Merged

  • 🚑 Support latest react #1

Docs & Tests

2.3.0 - 2018-12-23

Docs & Tests

2.3.0-0 - 2018-12-23

Added

  • ✨ Add support for shouldDataUpdate, mergeDataWithProp static methods c067389

Fixed

  • 🚑 Fix react@>=16.6 with forked version of react-tree-walker dbb30ed

2.2.2 - 2018-09-17

Fixed

  • 🐛 Catch render errors in getInitialData 3d68e7f

2.2.1 - 2018-09-03

Fixed

  • 🐛 Reset DataStore ids before next render on server a55e971

2.2.0 - 2018-09-02

Dependencies

2.1.3 - 2018-07-24

Improved

  • ♻️ Tweak restoring state of withData component d5293bd
  • ♻️ Add dataStoreShapePropType to types f0c4493

2.1.2 - 2018-07-18

Fixed

  • 🚑 Fix restoring component state after unmount 11422d6

2.1.1 - 2018-07-16

2.1.0 - 2018-07-05

Added

  • ✨ Add isUnmounted flag to shouldDataUpdate 1a3c8cd

Improved

  • ♻️ Move dataStore id and unmountedProps to component instance 4f04404

2.0.1 - 2018-07-05

Dependencies

  • ➖ Remove babel-plugin-transform-runtime ce0a8bc

2.0.0 - 2018-07-04

Changed

  • 💥 Rename getAppInitialDatagetInitialData 0e9a738

Docs & Tests

  • 📝 Add DataProvider, createDataStore docs 636f0ca
  • 📝 Add Target Component props docs 26b4057

1.1.1 - 2018-07-03

Improved

  • ♻️ Improve withData internal methods 281f503

Docs & Tests

  • 📝 Add ShouldDataUpdateFn type docs 0cbffde
  • 📝 Add MergePropsFn type docs 0ae271f

1.1.0 - 2018-07-02

Docs & Tests

  • 📝 Add withData docs 65fac33
  • 📝 Add getAppInitialData docs e9e64c1
  • 📝 Add hydrateData docs aab62e9

1.0.0 - 2018-06-27

Docs & Tests