v1.0.0
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.