Skip to content

Releases: tdt/core

Version 5.6.3

26 Aug 13:53
Compare
Choose a tag to compare

Hotfix for the KML formatter, added a small test for when KML source data is published as KML again.
In future releases we should check whether the destination format is the same as the source format and return the source file if that's the case.

v5.6.2

17 Aug 13:59
Compare
Choose a tag to compare
  • Fixes to shape reader, now using a github versioned one
  • More detailed DCAT testing

Version 5.6.1

08 Jun 22:00
Compare
Choose a tag to compare

Fixes:

  • Casing for installed resource location

Version 5.6.0

05 Jun 12:04
Compare
Choose a tag to compare

Bi-annual release, July 2015 edition.

Most important changes

  • More advanced SPARQL templating
  • Map tiles are now loaded before the data is drawn, which improves the usability of map visualizations of data
  • Added MySQL as a datasource
  • Added GeoJSON as a formatter
  • Fixed a bug in the XML formatter

Version 5.0.1

19 Feb 12:55
Compare
Choose a tag to compare
  • XML fix for objects formatting

Version 5.0.0

15 Dec 13:20
Compare
Choose a tag to compare
Merge pull request #262 from tdt/development

Version 5.0.0

Version 4.6.0

01 Jul 12:36
Compare
Choose a tag to compare
  • Better JSON-LD context
  • Better XML formatting
  • More thorough unit-testing
  • Support for HEAD requests
  • More concrete DCAT information
  • Fix for redundant collection URIs
  • Empty column headers in XLS and CSV are now replaced by column_{index}

Version 4.3.0

01 Apr 14:55
Compare
Choose a tag to compare
  • Major refactoring: Run composer dump when updating
  • Several bug fixes (#223, #224, #222, #215, #217)

Version 4.2.0

28 Feb 16:43
Compare
Choose a tag to compare
  • Main features
    • Update to Laravel 4.1: Run composer update, delete local config files and recopy them from the repository
    • Caching on resource level
    • SpectQL allows for sorting
    • JsonLD serialisation for semantic data
    • Small bug fixes, see GitHub issue list for more info

Version 4.1.0

05 Feb 16:33
Compare
Choose a tag to compare
  • Main features
    • Hyphens are allowed in a resource definition
    • Introduced SPECTQL as a query language on datasources
    • Added more proper regex'es for SPARQL templates (FROM statements are now taken in consideration)
    • DCAT feed is now following the specification concerning literals and resources
    • Subcollections are now displayed once, instead of the amount of resources the subcollection had
  • Seeding
    • Licenses and languages are read from a JSON file and pushed into a database
    • Ontology prefixes and corresponding URI's are read from a JSON file and pushed into a database
  • UI
    • Adjusted meta-data properties for the DCAT feed, added drop down lists for languages and rights (licenses)
    • Sparql query is now a textarea instead of a single input text field
  • CLI
    • Provided export and import functionality for users and definitions