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
Based on my recollection of the ES6 changes, a quick skim through the diff, and an educated guess based on the changelog, I don't think there are any breaking changes. There may be some differences on how the library is imported given the ES6 changes and how node works, but this should be trivial.
I mainly did the bump to 2.0 out of an abundance of caution given the ES6 changes.
The es5 version will need some massaging so that it would work in a browser, right now it just sets module.exports, I need to file an issue to update the README and es5 version for browser use.
Are there any breaking changes when migrating from v1.5 to 2.0?
Jay
The text was updated successfully, but these errors were encountered: