All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
shouldUpdate
andwithLifecycle
use inferno hooks under the hood
- fixed issue #26 composition issues - thx to ioi0!
- upgraded all npm packages
- inferno v7 support
- withState is composable again - thx to ioi0!
- upgraded all npm packages
- babel v7 support
- inferno v6 support
- added named import for
mapProps
mapProps
- thx to ZoltanDalmadi
- incompose is now ready for inferno
^5.0
- thx to IgnusG!
- incompose is now ready for inferno
^4.0
- updated all dependencies
- removed
inferno-compat
as dependency - added
inferno-create-class
as dependency - use node
9.5.0
internally
- componentFromStream
- createEventHandler
- setObservableConfig
- observable configs for bacon, flyd, kefir, most, rxjs4, rxjs, xstream
- updated npm dependencies
- updated npm dependencies
- updated docs
- moved to first stable version
- updated npm dependencies and fixes - thx to @FQ400!
- updated docs
- fixed
isClassComponent
- thx to @FQ400! - spelling fixes - thx to @FQ400!
- updated npm dependencies and fixes - thx to @FQ400!
- updated npm dependencies
- issue #2 (inferno-devtools crashes because of withLifecycle)
- lifecycle hooks have to be named like class lifecycle hooks and no longer like the functional component lifecycle hooks.
from:
onComponentDidMount
to:componentDidMount
.
- update dependencies
- update dependencies
- pure
- branch
- renderComponent
- nest
- withReducer
- Documentation
- createSink
- isClassComponent check
- Changelog.md
- renderNothing
- withHandlers
- added named imports for renameProp, renameProps, flattenProps
- renameProp
- renameProps
- flattenProps
- compose
- defaultProps
- withLifecycle
- withProps
- withState