Releases: infernojs/inferno
Inferno 0.5.20
This releases contains various build/package fixes.
inferno-dom
Fixes some issues in performance and reliability of handling un-keyed node lists
inferno-test-utils
Inferno now has some basic test utilities to help people write Inferno applications
inferno-server
Fixed an issue that resulted in inferno-server
from not working correctly
Inferno 0.5.17
- Adds support for
hooks
- Improves performance and fixes various bugs
- Adds some basic SSR (still in early development)
Inferno 0.5.13
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
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
- 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
- fixed code someone messed up
- removed hasOwnProperty slow downs
- put code back to original state
Inferno 0.4.1
Changes:
- Various bug fixes
- Added full support for SVG
- fixed component issues
- more stable
- a lot more
Inferno 0.4.0
Complete re-write of Inferno, with huge new features, great test coverage and massive performance boosts.