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
#90 introduced a breaking API change in that DiffElement.action changed from a string value to an enum value. This impacts projects such as network-importer (networktocode/network-importer#256) and any other project that is relying on the value of DiffElement.action, such as to implement custom Diff ordering based on the action.
In the short term it may be simplest just to revert the entirety of #90 and cut a new DiffSync release.
Environment
Observed Behavior
#90 introduced a breaking API change in that
DiffElement.action
changed from a string value to an enum value. This impacts projects such asnetwork-importer
(networktocode/network-importer#256) and any other project that is relying on the value ofDiffElement.action
, such as to implement custom Diff ordering based on the action.In the short term it may be simplest just to revert the entirety of #90 and cut a new DiffSync release.
Expected Behavior
API to remain stable in minor and patch releases.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: