Skip to content

v0.4.0

Compare
Choose a tag to compare
@jheer jheer released this 17 Jan 19:13
· 341 commits to main since this release

Changelog:

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