Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

41 lines (27 loc) · 1.22 KB

Changelog

[master]

Features

  • Improved output for logging middleware
  • Rewrite higher-order component Connect
  • Add hooks: useDispatch, useSelector and useStore [#3]
  • AJAX middleware: Add an error handler callback
  • AJAX middleware: Repeat the AJAX call if it fails [#7]
  • AJAX middleware: Ignore the global URL [#8]

Fixes

Chore & Maintenance

  • Remove the bindActions function
  • Remove the HOC connect function
  • Conversion to functional components and hooks in the example TodoMVC with AJAX
  • Conversion to functional components and hooks in the example TodoMVC
  • Documentation added [#6]

Performance

[0.1.1] - 2019-11-12

Features

  • Add a new function bindActions()
  • Moving the AJAX parameters from the type action to an object
  • Adjustment of the typing for the connect component

Chore & Maintenance

  • Updating the examples
  • Updating the README.md

<= 0.1.0

  • See commit history for changes in previous versions of react-fluxRx