Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

86 lines (55 loc) · 1.96 KB

Changelog

0.0.5

Highlights

  • You can set the uri and publishedDate of release packages and record packages.
    • If not set, these will be null instead of the uri and publishedDate of the last package.
  • You can have record packages use linked releases instead of full releases.
  • You can create compiled releases and versioned releases using a specific release schema.
  • compile, combine-record-packages and combine-release-packages have a predictable field order.

New options:

  • combine-record-packages: --uri, --published-date
  • combine-release-packages: --uri, --published-date
  • compile: --schema, --uri, --published-date, --linked-releases

New commands:

  • upgrade

Removed commands:

  • measure

Fixed

  • indent prints an error if a path doesn't exist.

0.0.4 (2018-11-23)

New options:

  • schema-report: --no-codelists, --no-definitions, --min-occurrences

Other changes:

  • schema-report now reports definitions that can use a common $ref in the versioned release schema.
  • schema-report reports open and closed codelists in CSV format.

0.0.3 (2018-11-01)

New options:

  • compile: --package, --versioned

New commands:

  • package-releases
  • split-record-packages
  • split-release-packages

Other changes:

  • Add helpful error messages if:
    • the input is not line-delimited JSON data;
    • the input to the indent command is not valid JSON.
  • Change default behavior to print UTF-8 characters instead of escape sequences.
  • Add --ascii option to print escape sequences instead of UTF-8 characters.
  • Rename base exception class from ReportError to OCDSKitError.

0.0.2 (2018-03-14)

New options:

  • validate: --check-urls and --timeout

New commands:

  • indent
  • schema-report
  • schema-strict
  • set-closed-codelist-enums

0.0.1 (2017-12-25)

New commands:

  • combine-record-packages
  • combine-release-packages
  • compile
  • mapping-sheet
  • measure
  • tabulate
  • validate