All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial version of a Graphql wrapper of the GenesAPI Tabular API.
- Measures that appear in more than one statistic will include the merged set of all dimensions across all statistics.
0.3.0 - 2019-12-02
- Updated to new structure of Genesapi info.json
0.2.0 - 2019-11-29
statisticsCatalog
andmeasuresCatalog
GraphQL queries to inspect and query the data schema- The server now downloads
info.json
on startup and imports the latest schema from GenesAPIschema.json
andnames.json
instead of previously bundled and static files - Query and Schema tests
- CORS middleware to restrict CORS origins
0.1.0 - 2019-10-29
- Initial implementation of the Datenguide API server
region
andallRegions
GraphQL queries- Experimental complex filter arguments based on sift filter syntax.
- GraphQL Playground and GraphiQL Web UIs for interactive GraphQL queries
- HTML homepage for API server