-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Fix the versioning #1805
Copy link
Copy link
Closed
Labels
Description
1.7.0 introduced loads of breaking changes.
The number of dependant modules which are now broken as a result is huge, personally I think that 1.7.0 should be killed (removed from npm) and 2.0 released - the longer the delay the harder it will be to do this.
underscore.js is solely consumed via package managers that mandate the use of semver, you may personally not like semver but that is what is used by the installers to determine compatibility. Last time this was brought up you stated that if you used semver then we would be on underscore version 47 now - well that is much better than having broken code everywhere and lodash has managed to keep the version number below 4.0.0 without breaking everyone's code.
Reactions are currently unavailable