v0.3.0
- Replace separate
Selection
andWidget
types with a single unifiedD3
type. - Eliminate all
Widget
related operations - Repalce
|^
operator with|-
(formerly theWidget
chain operator) - Introduce the
bind
operator, makesa |= f
equivalent toa <.> bind f
.
Note that in light of the latter change, the |=
operator may disappear in future releases.