Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Releases: vega/vega-loader

v3.1.0

04 Dec 18:09
Compare
Choose a tag to compare

Changes:

  • Export format hash for other projects to extend.
  • Update dependencies.

v3.0.1

13 Jun 22:13
Compare
Choose a tag to compare

Changes:

  • Update type inference method to avoid splicing the test function array. This resolves a strange bug seen in both Chrome and node where splicing the array was having no effect.
  • Update dependencies.

v3.0.0

04 May 21:51
Compare
Choose a tag to compare

Changes:

  • Use fetch to service requests, drop use of d3-request and XMLHttpRequest (XHR). Note that, while similar in many respects, fetch has a different default behavior than XHR. For example, fetch is more secure by default and does not share cookies or credentials unless configured to do so.
  • Change loader options format. Clients should use the options.http object property to provide fetch parameters. The options.headers property is no longer supported, instead use options.http.headers.
  • The loader http method now directly accepts an http parameter object rather than the top-level loader options. The loader's options.http property is used as the base set of parameters, which may then be overridden by the options argument to the http method.
  • Update dependencies.

v2.1.0

05 Mar 19:08
Compare
Choose a tag to compare

Changes:

  • Add target loader option for setting browser target attribute for sanitized hyperlinks.

v2.0.4

16 Feb 20:35
Compare
Choose a tag to compare

Changes:

  • Fix and streamline TopoJSON loading.

v2.0.3

01 Dec 00:33
Compare
Choose a tag to compare

Changes:

  • Upgrade to use topojson-client library.

v2.0.2

16 Oct 18:36
Compare
Choose a tag to compare

Changes:

  • Add 'unknown' value parser that defaults to identity function.
  • Add checks for empty input data, perform appropriate early exits in response.

v2.0.1

11 Jul 21:32
Compare
Choose a tag to compare

Changes:

  • Update loader URI sanitization and local file loading. Sanitized URIs for local file loading no longer include file:// protocol prefixes in the returned href property. Instead they return file paths that can be used directly. The sanitization return object also now includes a non-enumerable localFile flag indicating whether or not the local file loading or http requests should be used.

v2.0.0

01 Jul 04:01
Compare
Choose a tag to compare

Initial 2.0 release!

v1.0.0

23 Sep 22:45
Compare
Choose a tag to compare

Initial release! File loading and parsing utilities for Vega 3.x and related modules.