Skip to content

Releases: jahilldev/hypnode

Hypnode 1.1.3

05 Dec 16:38
Compare
Choose a tag to compare
  • Fixed environment check to stop server side error

Hypnode 1.1.2

05 Dec 16:26
Compare
Choose a tag to compare
  • Exposed IVNode interface for use by external libraries

Hypnode 1.1.1

05 Dec 15:19
Compare
Choose a tag to compare
  • Added virtual DOM fallback if run on the server
  • Provided simple render function to aid with output
  • Updated README with new functionality

Hypnode 1.0.9

04 Dec 12:04
Compare
Choose a tag to compare
  • Fixed nested components causing incorrect render behavior
  • Updated README with new package size

Hypnode 1.0.7

03 Dec 17:18
Compare
Choose a tag to compare
  • Introduced hook function into component state
  • Updated README with an example of useState hook

Hypnode 1.0.6

03 Dec 13:11
Compare
Choose a tag to compare
  • Provided broad overview of usage in README file
  • Increased code test coverage to 95%
  • Ability to transpile JSX down to h function calls
  • Completed ref and event binding API