Skip to content

v0.3.0

Compare
Choose a tag to compare
@seliopou seliopou released this 29 Jan 02:30
· 22 commits to master since this release
  • Replace separate Selection and Widget types with a single unified D3 type.
  • Eliminate all Widget related operations
  • Repalce |^ operator with |- (formerly the Widget chain operator)
  • Introduce the bind operator, makes a |= f equivalent to a <.> bind f.

Note that in light of the latter change, the |= operator may disappear in future releases.