-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Performing a minor npm update on my project automatically updated 1.0.5 to 1.0.7. However, 1.0.7 introduced breaking changes to the type signatures of several functions. It probably should have been a 1.1.0 and marked as containing breaking changes.
I ran into two breaking issues personally, but I assume there were more:
- All of the exported
SomethingEnums are no longerenums?? The proper enum has been renamed fromXtoXExpectedand the nameXis nowXEnum | string, which breaks any use of the enums that depended on them being enums. (Additionally, the enums are less useful now since they're basically defined as "one of these strings, unless its not in which case it could be any string.") - The method signature for
candidatesListis substantially different, droppingemailAddressesandtagwhile addingincludeDeleteData(I'm just lucky the number of arguments changed, otherwise my code would have kept calling it and it would have just mysteriously broken!)
GauthierD-
Metadata
Metadata
Assignees
Labels
No labels