Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@mAAdhaTTah mAAdhaTTah released this 31 Oct 16:22
· 1909 commits to master since this release
  • BREAKING: Yank the current animations API
    • This is undergoing a redesign to more effective coordinate animations with each other
  • BREAKING: Remove ActionObservable extension to Kefir in favor of #thru & ofType helper function
    • This eliminates the problem of not always having ofType available on the prototype chain of the returned actions$.
  • BREAKING: Remove default export from brookjs
    • There's no reason to use this. I borrowed the idea from Kefir, but didn't really think critically about why it should or should not be available here. I don't expect this to impact anyone, as it doesn't affect normal import { ... } from 'brookjs' nor const { ... } = require('brookjs') usages.