0.7.1 (2020-01-13)
- types: sparqljs.d.ts is part of npm package (0c422fc)
0.7.0 (2019-12-12)
- query: skos:broader support to fetch or fix a parent dimension (784cf5c)
0.6.0 (2019-11-25)
- datacube: datacubes have a single label (99aedf6)
0.5.0 (2019-11-21)
- component: components have a single label (ecfb90b)
0.4.1 (2019-11-18)
- query: enhance query.execute return type (d2dba1c)
0.4.0 (2019-10-31)
- cube: componentsMinMax: componentMinMax for many components (0a11e83)
- cube: componentsValues: componentValues for many components (10015f9)
0.3.1 (2019-10-30)
- use tuple type instead of array (9cb5181)
0.3.0 (2019-10-30)
- query: many filters can be applied at once (63b867b)
- query: select arg can be obj or array (33bb231)
0.2.3 (2019-10-30)
- query: no result is not interpreted as an error (073b4dd)
- query: limit can be explicitly removed (5716e1b)
0.2.2 (2019-10-23)
- component: query scale of measure (0a422c6)
0.2.1 (2019-10-21)
- export new types (a25a2e3)
0.2.0 (2019-10-21)
- datacube: get extra metadata on datacubes (8ee33f9)
0.1.2 (2019-09-30)
- filter: handles more than 2 filters (148301d)
0.1.1 (2019-09-26)
- query: avoid naming variables ?1 ?2 ?3 (538aac3)
0.1.0 (2019-09-25)
- caching: components cached on cube don't get overridden (d3f2081)
- serialization: serialized cubes have components as obj, not strings (c48275e)
- query: create smarter names for SPARQL variables than ?tmpVar{n} (df5770d)
0.0.11 (2019-09-24)
- case: s/datacube/dataCube/ (e756bde)
- operators: xsd:dateTime is different than xsd:date (66fddff)
- query: distinct is mainly available on query objects (43a813b)
- component: get component values and min/max values (cefd4e5)
- query: componentMinMax is available on queries (85c0d96)
- query: componentValues is available on queries (6ac3e73)
0.0.10 (2019-09-16)
- POST as form data to avoid CORS issues (ab39461)
0.0.9 (2019-09-11)
- fetch: bind fetch to window when window exists (f6d0887)
- no circular imports (8f62c71)
- test imports (17105e4)
- component: ordering is carried over (fcc581e)
- lang: remove test default languages (10ed7c1)
0.0.5 (2019-09-10)
- datacube: fetch is configurable at datacube instantiation (c93abff)
0.0.3 (2019-09-09)
- datacube: querying dataset by IRI does not fetch all datasets (7ba4936)
- dataset: #graphs only return graphs related to a dataset (7df53f5)
- dataset: graphIri is a string, not a namedNode (2ec850c)
- lang: labels default to '' instead of defaulting to an IRI (a7a37f7)
- query: binding/comp maps use Map interface (4979630)
- query: orderBy is always taken into account (b0b0eb5)
- component: components can have one label per language (9b659be)
- cube: implement languages for datasets fetching (e1411a2)
- datacube: fetch datasets by an IRI or a graph IRI (42f67b2)
- dataset: datasets can have one label per language (edd7879)
- lang: dataset passes down lang info to queries (ea9bf11)
- query: get labels with language preferences (1602a43)
- serialization: implement #toJSON and .fromJSON (04d0e39)
- all variables in projection should be present in GROUP BY (fcdf852)
- bind fetch to window in browser context (0eafbcc)
- querying a dataset should restrict on its dataset IRI (e53d801)
- report query errors from endpoint (e909969)
- query: empty SELECTs should select all dimensions (8ff9359)
- query: fetch labels and group results by label+value (effc6aa)