Releases: seliopou/elm-d3
Releases · seliopou/elm-d3
0.4.2
v0.4.1
v0.4.0
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.
v0.2.1
v0.2.0
Initial Release
This is the initial release of elm-d3. For instructions on how to build it, see the README. There are examples in the examples/
directory, and much of the correspondence between D3 concepts and this library are included in the comments in src/D3.elm
.