This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Releases: mAAdhaTTah/brookjs
Releases · mAAdhaTTah/brookjs
v0.11.2
v0.11.1
v0.11.1
v0.11.0
v0.11.0
v0.10.1
v0.10.1
Introduction of Animation API
It's currently not very well documented, but the animation API was implemented. See #76 for more information until documentation is updated.
v0.9.0
- 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 returnedactions$
.
- This eliminates the problem of not always having
- 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'
norconst { ... } = require('brookjs')
usages.
- 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
v0.8.9
Bugfix: Still trying to nail down that mutations dedupe logic. This will not be necessary once we bind children to diffhtml middleware.
v0.8.8
- Update patchAsObservable to blacklist unsettable properties
v0.8.7
- Bump version of diffhtml
v0.8.6
0.8.6