Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Version 0.3.0

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 29 Jul 18:47
· 34 commits to master since this release

Refactored CLI and new ddl subcommand using the schema-ddl project

Updated CLI

  • Moved existing functionality into derive command (#83)
  • No longer checking for .ndjson extension when --ndjson set (#74)
  • Unified CLI options (#90)
  • Optional self-desc JSON with --raw (#92)
  • Updated README to reflect new 0.3.0 (#93)

New features

  • Added ddl command which generates JSON Paths files and Redshift DDL (#84)

Bug fixes

  • Swapped all occurrences of "igluutils" with "schemaddl" to reflect renaming (#97)
  • Fixed ordering for JSONPaths file (#96)
  • Now correctly handling dir of JSONs (#91)
  • Changed default SchemaVer to 1-0-0 (#80)