v1.3.0
Additions
-
Custom Omniscient Components can now have children:
var Comp = component(function (cursor) { // this.props.children[0] === h1 element }); var App = component(function (cursor) { return Comp(cursor.get('item'), React.DOM.h1(null, 'Hello')); });
-
Adds regex filters for debugging
-
Adds better print out for debug statements.
-
Updates Immutable.js dependency to latest.