v0.4.0
Changelog:
- Breaking: Use mark-level
orderby
(notorder
) to convey query orderby criteria. Avoids conflict with Plot'sorder
option for implicit stack transforms. - Breaking: Rename channel window transform keys to
orderby
andpartitionby
(notorder
andpartition
) to more closely match SQL and improve consistency with Mosaic's SQL helpers and mark-levelorderby
criteria. - Update
highlight
interactor to automatically add markorderby
when needed to ensure consistent data order. (#248) - Bump dev dependencies.