Releases: brabadu/tanok
Releases · brabadu/tanok
TanokInReact for productions of the world
1.2.2
- Check for return value of effect,
flatMap
it only if it's Promise or Observable. - Fixes to
TanokInReact
HOC
Something to release
- Removed
effectBus
as it is actually not needed - Fixed name collision in
on
decorator
1.2.0
- ✨All effects are passed through one effects bus, this allows effect cancelation
- Fixed
TanokDispatcher
inheritance bug, which caused multiple call ofinit
tanok
function now also returnsstreamWrapper
andshutdown
function, that allows graceful shutdown of your tanok instance- Extracted
makeStreamState
andstreamWithEffects
out oftanok
function. - ✨Added new React HOC
TanokInReact
which allows to run complete tanok app inside simple React component - Dropped
create-react-class
package in favor of React.Component class-based Root - Using
es2015-loose
preset for building tanok
Release early, release often
v1.1.1 Use create-react-class package for root component