Skip to content

Releases: cef62/react-pubsub

v0.5.0

05 Feb 20:58
Compare
Choose a tag to compare

<a name"0.5.0">

0.5.0 (2016-02-05)

Bug Fixes

  • examples: Aligned custom adapter to latest adapter API (cfaf7299)

Features

  • createPubSubConnector:
    • Refactored internal code and improved supported subscriptions methods (428531d2)
    • Added boolean option { forceInitialValues }, default to false (74d37d9d)
    • 'mapSubscriptionsToProps' now can be a function responsible of mapping (4289f216)
    • Added to supported options 'ownProps', if false component props will no (dddb2e84)
    • Simplified 'mapSubscriptionsToProps' logic (71079185)
  • publish: Removed forced aggregation of all arguments into an array, also now .publish() c (325ee237)

v0.4.0

14 Dec 21:17
Compare
Choose a tag to compare

<a name"0.4.0">

0.4.0 (2015-12-14)

Features

  • createDefaultAdapter: Added controls to throws when default adapter APIs are invoked with wron (9dd8b7b0)

v0.3.1

12 Dec 00:22
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

<a name"0.3.1">

0.3.1 (2015-12-12)

Bug Fixes

  • examples: Updated examples to support new createPubSubConnector API (129e3fc2)

v0.2.0

08 Dec 22:25
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Breaking Changes: createPubSubConnector API now support configuration…