Releases: jackmellis/vue-hoc
Releases · jackmellis/vue-hoc
0.3.0
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)
0.1.6
0.1.0
v0.1