It would be extremely useful if Underscore followed Semantic Versioning. It currently does not, as things like breaking bindAll and removing unzip have occurred without major version bumps.
This would allow library consumers to upgrade bugfixes and performance improvements and gain additional functions without fear of code breaking.
It would be extremely useful if Underscore followed Semantic Versioning. It currently does not, as things like breaking
bindAlland removingunziphave occurred without major version bumps.This would allow library consumers to upgrade bugfixes and performance improvements and gain additional functions without fear of code breaking.