Skip to content

Releases: infernojs/inferno

Inferno 0.5.17

19 Jan 13:22
Compare
Choose a tag to compare
  • Adds support for hooks
  • Improves performance and fixes various bugs
  • Adds some basic SSR (still in early development)

Inferno 0.5.13

11 Jan 02:32
Compare
Choose a tag to compare

Inferno has now been broken into smaller, sub-packages, notably: inferno-dom, inferno-component, inferno-server. Please ensure you read the the README.md for details on the changes. Other improvements/changes listed below:

  • progress made on server side rendering (still very much in early development)
  • lots of bug fixes and performance improvements
  • added a dbmonster example
  • improved test coverage and test quality
  • changes made to the ES linting rules
  • refactors of some key components to reduce file size and improve consistency

Inferno 0.5.5

10 Jan 23:05
Compare
Choose a tag to compare
Inferno 0.5.5 Pre-release
Pre-release

This release is a trial run for NPM reasons

Inferno has now been broken into smaller, sub-packages, notably: inferno-dom, inferno-component, inferno-server. Please ensure you read the the README.md for details on the changes. Other improvements/changes listed below:

  • progress made on server side rendering (still very much in early development)
  • lots of bug fixes and performance improvements
  • added a dbmonster example
  • improved test coverage and test quality
  • changes made to the ES linting rules
  • refactors of some key components to reduce file size and improve consistency

Inferno 0.4.4

27 Dec 15:23
Compare
Choose a tag to compare
  • fixes issues with nested arrays
  • fixes some issues with context and components
  • further fixes linting/code ugliness
  • further fixes SVG bugs
  • adds greater test coverage

Inferno 0.4.2

27 Dec 02:01
Compare
Choose a tag to compare
  • fixed code someone messed up
  • removed hasOwnProperty slow downs
  • put code back to original state

Inferno 0.4.1

27 Dec 00:10
Compare
Choose a tag to compare

Changes:

  • Various bug fixes
  • Added full support for SVG
  • fixed component issues
  • more stable
  • a lot more

Inferno 0.4.0

20 Dec 00:46
Compare
Choose a tag to compare

Complete re-write of Inferno, with huge new features, great test coverage and massive performance boosts.