Skip to content

Releases: cef62/react-pubsub

v0.5.0

Choose a tag to compare

@cef62 cef62 released this 05 Feb 20:58

<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

Choose a tag to compare

@cef62 cef62 released this 14 Dec 21:17

<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

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@cef62 cef62 released this 12 Dec 00:22

<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

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@cef62 cef62 released this 08 Dec 22:25
Breaking Changes: createPubSubConnector API now support configuration…