Skip to content

v8.0.0

Compare
Choose a tag to compare
@Khaledgarbaya Khaledgarbaya released this 18 Dec 14:12

8.0.0 (2017-12-18)

Bug Fixes

  • Handle archived entities (#136) (b7c52a4d)
  • removed blank row (8211a35f)
  • check if an asset exists before processing (dc04205e)
  • args -> options (d9fb5fee)
  • error-log: avoid spam of error log by listr context (e157e495)
  • error-logging: split up logging and displaying (94567cf0)
  • errors: pass errors to error buffer and do no more fail early (48617f4e)
  • logging: move task output logging and improve output quality (07264fbc)
  • publish: correct check for prepublishDelay (181ec5f7)
  • publishing:
    • only publish imported entities (28582cef)
    • remove delay after every publish (5344ebc8)
  • reimport: existing content is properly updated again (bc86487a)

Features

  • add query option to assets (0a11b4d3)
  • add query option (647fb006)
  • errors: replace error buffer and npmlog with log event emitters (35c79e76)
  • logging:
    • Add more context to batched get operations (3629ff39)
    • add task run time to title when task completes (6af5f724)
  • name-detection: detect fields called 'name' as title (a630a93c)
  • publishing: reintroduce publish retry (442a74fa)

Breaking Changes

  • error buffer replaced with proper logging which logs errors, warnings and info.

(7934e748)