Skip to content

Latest commit

 

History

History
172 lines (69 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

172 lines (69 loc) · 4.55 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.1 (2019-02-24)

Bug Fixes

  • support deep query selectors (290e4f6)

1.1.0 (2018-11-04)

Features

  • add custom filter through sift (e1b6004)

1.0.2 (2018-10-03)

Bug Fixes

  • react-redux-hydrogen: don't call query if we just transitioned to not waiting (e86c394)

1.0.1 (2018-09-29)

Bug Fixes

  • react-redux-hydrogen: merge options object with default correctly (eba2b42)

1.0.0 (2018-09-29)

Features

  • react-redux: rework select hocs to utilize options object (b0f4253)

BREAKING CHANGES

  • react-redux: removes shouldRequest third argument and nests these options within a main options argument

0.4.1 (2018-07-31)

Bug Fixes

  • redux-hydrogen: correct upsert method (66b99fd)

0.4.0 (2018-06-26)

Bug Fixes

  • react-redux-hydrogen: rename meta prop (9cfcaab)

Features

  • redux-hydrogen: handle paginated data (d959933)

0.3.5 (2018-06-16)

Bug Fixes

  • redux-hydrogen: accept null as a query parameter (1595a4e)

0.3.3 (2018-06-10)

Bug Fixes

  • react-redux-hydrogen: update to use scoped package (ab95713)

0.3.2 (2018-06-10)

Note: Version bump only for package @hydrogenjs/packages

0.3.1 (2018-06-09)

Bug Fixes

  • react-redux-hydrogen: call hydrogen service correctly (f24f67f)

0.3.0 (2018-06-09)

Features

  • react-redux-hydrogen: add initial library (8605e2e)

0.2.0 (2018-06-09)

Features

  • redux-hydrogen: add selectors (582e8a1)

0.1.0 (2018-06-07)

Bug Fixes

  • redux-hydrogen: fix broken 'data' methods (0e6393c)

Features

  • redux-hydrogen: export actions (b3c47ad)
  • redux-yolo: add actions and reducers (d9695bb)
  • redux-yolo: add initial redux-yolo package and index (e47d883)
  • redux-yolo: add service layer (3ea3902)
  • redux-yolo: export reducers separately from services (50ca7ac)
  • redux-yolo-feathers: initial implementation (87db062)