Skip to content

Releases: arthurxavierx/purescript-carpenter

v2.3.0

22 Sep 22:20

Choose a tag to compare

<a name"2.3.0">

2.3.0 (2016-09-22)

Features

  • Carpenter: add defaultUpdate (3f20fc71)

v2.2.0

19 Sep 00:19

Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-09-19)

Features

  • Carpenter.Cedar: add a Cedar-specific mockUpdate function which abstracts CedarProps confi (55424826)

v2.1.0

19 Sep 00:16

Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-09-19)

Bug Fixes

  • Carpenter: fix dispatch function not having updated state and props when called from insi (6f2c22c9)

Features

  • Carpenter: add mockUpdate function used to generate update functions for testing with moc (03d5f6e8)

v2.0.1

15 Sep 03:51

Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-09-15)

Bug Fixes

  • Carpenter: use componentWillMount when having components with initial actions (d3408581)

v2.0.0

14 Sep 12:37

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-09-14)

Bug Fixes

  • Carpenter.Cedar:
    • fix new props with new initialState on Cedar components not changing state (d0565528)
    • attempt to fix synchronicity problem in watch (bcebf716)

Features

  • Carpenter: allow update functions to dispatch actions by adding 'dispatch' as argument (aea81120)
  • Carpenter.Cedar:
    • add cedarSpec' function, which builds cedar components with initial actions (bd54c88e)
    • change watchAndCapture by having it handle both actions and state simultane (bc745751)

Breaking Changes

  • Update function now takes an extra Dispatcher as second argument

    (aea81120)

  • watchAndCapture now takes an EventHandler which has the dispatched action as
    first argument and the updated state as second argument

    (bc745751)

v1.2.0

13 Sep 21:05

Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-09-13)

Features

  • Carpenter.Cedar: add watch function for watching after state changes on child components (f4acc366)

v1.1.0

12 Sep 22:00

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-09-12)

Features

  • Carpenter: add children elements as last argument to render function (4571818f)

v1.0.0

12 Sep 01:53

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-09-12)

Bug Fixes

  • fix Yielder effects restricting update function (bcb74bbe)
  • fix Yielder not having extensible effect row (9778b199)

Features

  • add Elm module helping define components using the Elm architecture (21085c3a)
  • specialize EventHandler to contain only state effects and allow upwards action (9444e246)