Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

99 lines (59 loc) · 3.57 KB

Changelog

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.

[Unreleased]

Added

  • A -v verbose option to the cli to generate more verbose output.
  • A --truncation-length option to create-template and flatten

Changed

  • Output on the command line is by default less verbose

[0.5.0] - 2018-11-13

Added

  • While trying to decode JSON, if there is a UTF8 error raise the new exception class BadlyFormedJSONErrorUTF8. (This extends the old BadlyFormedJSONError exception, so existing code that checks sensibly should be fine.)

[0.4.0] - 2018-11-07

Added

  • Add --disable-local-refs to flatten, unflatten and create-template.
  • Add --remove-empty-schema-columns flag to flatten OpenDataServices/cove#1019
  • Add --xml-comment to unflatten.

Changed

  • Commands from command line overridden individually by commands in the metatab. Previously all commands taken from metatab and the rest ignored if only one was added.

Fixed

  • In setup.py, set author and author_email to general values.

Fixed

  • create-template: If --output-format is xlsx, the default --output-name is template.xlsx instead of template.
  • flatten: If --output-format is xlsx, the default --output-name is flattened.xlsx instead of flattened.

[0.3.0] - 2018-10-12

Added

  • Add a spreadsheet configuration variable for id_name (called IDName).
  • Add --root-is-list to flatten and unflatten.
  • Add --sheet-prefix to flatten.
  • Add --filter-field and --filter-value to flatten.
  • Added new BODS page to docs.

Fixed

[0.2.0] - 2018-08-13

Added

Changed

Fixed

[0.1.2] - 2018-06-28

(As there are new features, this should have been a minor release. Just noting so we pick this up for future releases.)

(This release was documented after the release and some things may have been missed.)

Added

Fixed

[0.1.1] - 2018-03-28

Initial Release.