Skip to content

Releases: tusharmath/react-announce

v3.0.0

21 Feb 08:09

Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-02-21)

Breaking Changes

  • createDeclarative does not support chaing of decorators anymore

    (168c5051)

v2.0.0

19 Feb 08:47

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-02-19)

Features

  • createDeclarative: support optional params (baa31c7d)

Breaking Changes

  • decorators are not automatically curried

    (baa31c7d)

v1.0.2

15 Feb 06:05

Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-02-15)

Bug Fixes

  • readme: add better examples and explainations (debe35dc)

v0.2.3

05 Feb 05:48

Choose a tag to compare

<a name"0.2.3">

0.2.3 (2016-02-05)

Bug Fixes

  • release: add dist-tag stable for stable branch (04a3de8a)

v1.0.1

04 Feb 12:10

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-02-04)

Bug Fixes

  • readme: fix createDeclarative example (5edd2ac1)

v1.0.0

04 Feb 11:57

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-02-04)

Bug Fixes

  • subscribe: export subscribe via index.js (a4275a4e)

Features

  • asStream: rename subscribe decorator to asStream (eb36b61b)
  • instanceStream: rename getComponentStream() to getInstanceStream() (9bbe5ac1)
  • subscribe: create subscribe decorator (d5eb4425)

Breaking Changes

  • getComponentStream has been renamed to getInstanceStream

    (9bbe5ac1)

v0.2.2

02 Feb 15:00

Choose a tag to compare

<a name"0.2.2">

0.2.2 (2016-02-02)

Bug Fixes

v0.2.1

02 Feb 08:45

Choose a tag to compare

<a name"0.2.1">

0.2.1 (2016-02-02)

Bug Fixes

  • dependency: remove rx from dependency (034acdf9)

v0.2.0

29 Jan 06:55

Choose a tag to compare

<a name"0.2.0">

0.2.0 (2016-01-29)

Bug Fixes

  • readme: fix incorrect reference to function name (a6c3021a)

Features

  • asStream:
    • dispatch custom events with custom names (92096261)
    • dispatch custom events (fe6c7a9c)