Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.81 KB

CHANGES.md

File metadata and controls

64 lines (46 loc) · 1.81 KB

0.4.0

todo

  • improved dcat models following DCAT AP 1.1

  • added:

    • data tree package (beta)
    • db package (beta)
    • engine (not even alpha...)
    • geojson package
    • types package (beta)
    • validation package (beta except Preconditions)
  • upgraded

    • immutables to 2.1.0
  • extracted packages eu.trentorise.opendata.commons into separate project Tod Commons

  • now inheriting from tod-super-pom

BREAKING CHANGES:

  • Renamed AbstractSomething classes to ASomething
  • renamed dependency Odt commons into Tod commons, so classes and files starting with Odt* change to Tod*. Also odt.commons.logging.properties changed to tod.commons.logging.properties

0.3.0

November 11th, 2015

  • improved dcat models following DCAT AP 1.1 (adapted for dirty data)
  • added geojson package
  • better defined temporal data
  • now requiring at least java 7
  • extracted packages eu.trentorise.opendata.commons into separate project Tod Commons
  • now inheriting from tod-super-pom
  • shaded apache http client
  • dependencies added:
    • tod-commons-jackson dependency to serialize to json
  • upgraded dependencies:
    • immutables to 2.1.0

BREAKING CHANGES:

  • Renamed AbstractSomething classes to ASomething
  • renamed dependency Odt commons into Tod commons, so classes and files starting with Odt* change to Tod*. Also odt.commons.logging.properties changed to tod.commons.logging.properties
  • removed joda classes from api, now using simple String or todutils APeriodOfTime

0.2.0

19 January 2015

Implemented :

  • DCAT classes
  • provenance references
  • tod commons (logging, config, Dict, ...)

0.2.0

19 January 2015

Implemented :

  • DCAT classes
  • provenance references
  • tod commons (logging, config, Dict, ...)