You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGES:
* atdd: Fix various issues with the interoperability of user defined types,
used in or outside of records (ahrefs/atd#355)
* atdd: Generated `.d` files now have the suffix `_atd.d` (ahrefs/atd#355)
* atddiff now supports options for filtering the findings based on the
direction of the incompatibility (`--backward`, `--forward`) or based on the
name of the affected types (`--types`) (ahrefs/atd#365)
* atddiff: new option `--output-format json` for exporting the results to
JSON (ahrefs/atd#360)
CHANGES:
* atdd: Fix various issues with the interoperability of user defined types,
used in or outside of records (ahrefs/atd#355)
* atdd: Generated `.d` files now have the suffix `_atd.d` (ahrefs/atd#355)
* atddiff now supports options for filtering the findings based on the
direction of the incompatibility (`--backward`, `--forward`) or based on the
name of the affected types (`--types`) (ahrefs/atd#365)
* atddiff: new option `--output-format json` for exporting the results to
JSON (ahrefs/atd#360)
The options
--backward
and--forward
will cause atddiff to report only backward and forward incompatibilities, respectively.The text was updated successfully, but these errors were encountered: