Skip to content

Releases: brabadu/tanok

TanokInReact for productions of the world

21 Aug 14:26
Compare
Choose a tag to compare

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

19 Jul 22:04
Compare
Choose a tag to compare
  • Removed effectBus as it is actually not needed
  • Fixed name collision in on decorator

1.2.0

29 Jun 22:14
Compare
Choose a tag to compare
  • ✨All effects are passed through one effects bus, this allows effect cancelation
  • Fixed TanokDispatcher inheritance bug, which caused multiple call of init
  • tanok function now also returns streamWrapper and shutdown function, that allows graceful shutdown of your tanok instance
  • Extracted makeStreamState and streamWithEffects out of tanok 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

31 May 07:18
Compare
Choose a tag to compare
v1.1.1

Use create-react-class package for root component

v1.1.0

25 May 14:01
Compare
Choose a tag to compare
  • childFx instead of effectWrapper
  • bump react version