Skip to content

Releases: ethul/purescript-react-redux

6.0.0

02 Oct 21:45
Compare
Choose a tag to compare

Breaking changes

  • Simplification of the library #10

Note that this release depends on purescript/purescript-record#7

5.1.0

28 Aug 23:29
Compare
Choose a tag to compare

Features

5.0.0

03 May 01:14
Compare
Choose a tag to compare

PR

  • #8 Updates for PureScript 0.11 (@coot)

4.0.0

20 Nov 02:57
Compare
Choose a tag to compare

Breaking changes

  • Adds the passing of props to connected components
  • Cleans up the ' functions

3.0.0

13 Nov 20:48
Compare
Choose a tag to compare

Breaking Changes

  • createClass now accepts a lens to create a view on actions that can be dispatched
  • createElement that wraps the element in a Provider is now called createProviderElement
  • createElement is now used to create Redux container elements assuming a Provider element exists in a parent already.
  • Effects type is now ReduxEffect

Features

  • Adding enhancers
  • Adding middleware

2.0.0

05 Nov 19:09
Compare
Choose a tag to compare

Updates for PureScript 0.10

1.0.0

20 Jul 00:27
Compare
Choose a tag to compare

Features

0.1.0

15 May 22:48
Compare
Choose a tag to compare

Initial release