Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 671 Bytes

CHANGES.md

File metadata and controls

24 lines (17 loc) · 671 Bytes

[0.4.0]

  • Handle deserialize in constructor not loadStateOnClient.
  • Rename reducerData to getReducerState
  • Change asyncLeave to onLeave & call with extra params.
  • Use state for injected params.

[0.3.0]

  • Fix - only call asyncEnter for changed routes.
  • Temporary - omit routeParams from injected props.
  • Rename isHydrated to isInitialLoad.
  • Rename hydratedDataForRoute to reducerData.
  • Rename fetchData to asyncEnter.
  • Add asyncLeave.

[0.2.0]

  • Remove getParentData & rootData from injected props. Rely on context.
  • Remove options.params from fetchData. Add options.queryParams & options.routeParams.

[0.1.0]

  • Initial Version!