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
This library introduces major changes to its API in seemingly minor version updates.
Eg. Previously generatePublicKey introduced a new parameter (format) a while ago and somehow it was decided to add it as first parameter, breaking existing calls to it
Now in between 0.0.28 and 0.0.29 there was a fatal deprecation of the RunEnvironment config settings which again, breaks the API calls.
Can you please start using SemVer (https://semver.org/) for this library to flag breaking changes appropriately?
The text was updated successfully, but these errors were encountered:
This library introduces major changes to its API in seemingly minor version updates.
Eg. Previously
generatePublicKey
introduced a new parameter (format) a while ago and somehow it was decided to add it as first parameter, breaking existing calls to itNow in between 0.0.28 and 0.0.29 there was a fatal deprecation of the
RunEnvironment
config settings which again, breaks the API calls.Can you please start using SemVer (https://semver.org/) for this library to flag breaking changes appropriately?
The text was updated successfully, but these errors were encountered: