0.2.0
createHOCc
andcreateRenderFnc
are now not fully curried methods, each takes configuration arguments and returns a function that accepts a component.// 0.1: createHOCc(options)(renderWith)(Component) // or createHOCc(options, renderWith, Component) // must now be written as createHOCc(options, renderWith)(Component)