Skip to content

v1.0.0

Compare
Choose a tag to compare
@fabsrc fabsrc released this 22 Dec 18:09
· 74 commits to master since this release

Breaking Changes

  • Exit without failure by default. To enable failure use:
    • --fail-on-dangerous-changes
    • --fail-on-breaking-changes
    • --fail-on-all-changes
  • Breaking and dangerous changes are returned in STDERR
  • Terminal output is not colored by default. Use --use-colors to enable colors.