Skip to content

Latest commit

 

History

History
84 lines (43 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

84 lines (43 loc) · 2.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

v0.1.9 (2024-04-10)

Removed

  • VegaLite.Data specialized plots

Fixed

  • Prevent deprecation warnings from exporting an invalid image binary (#77)

v0.1.8 (2023-08-19)

Added

  • Data module (#49)

v0.1.7 (2023-03-27)

Added

  • Option to configure npm prefix (#36)

Fixed

  • Export compatibility with Node.js 19 (#44)

v0.1.6 (2022-08-04)

Fixed

  • Support for structs in data entries
  • Unexpected conversion of data keys to camel case

v0.1.5 (2022-06-17)

Fixed

  • Channel validation to allow url (#32)

v0.1.4 (2022-04-27)

Added

  • :only option to data_from_values/3 to include a subset of fields in the specification (#29)

Changed

  • data_from_values/3 to accept any tabular data (#29)

Deprecated

  • data_from_series/3 in favour of the new data_from_values/3 (#29)

Fixed

  • Fixed the svg, png and pdf exports to work on Windows (#28)

v0.1.3 (2022-01-21)

Added

  • Support for the :x_offset and :y_offset encoding channels (#25)

v0.1.2 (2021-09-20)

Added

  • Support for specifying datasets (#17)

v0.1.1 (2021-09-15)

Added

  • Support for encoding channels with arrays (#15)

v0.1.0 (2021-05-24)

Initial release.