1.3.0
- Reworked
h
function to return an object rather than HTML element directly. - Adjusted
render()
to return DOM nodes as well as output to root element. - Improved
useState()
and life cycle changes. - Added
useEffect()
to provide pre and post update hooks.