config.saucePlatforms.cheapCoverageandconfig.saucePlatforms.allupdated per February 2015 statcounter data (select mobile browsers as well as specific browser versions, download the CSV).- Major version updates:
lodash(2.x to 3.x),chalk(0.5.1 to 1.x) - Minor version updates:
grunt-contrib-connect,grunt-saucelabs - Update dev dependencies
grunt-saucelabsnow included with install, set up withGruntConfig.registerSauce()- New 'preamble-for-dist' multi-task to add version number, author, and license information into dist js files. Set up with
GruntConfig.registerPreambleForDist()
- Breaking: removed
registerCopyFromDist()andregisterCopyFromBower(); no real need to copy into local repo. Will do it on a case-by-case basis when a project requires a build step. - Breaking:
registerOptimize()parameter names made more friendlyname->source,outName->target,basePath->targetPath - travis-ci support
- Documentation updates
- Update
thehelp-projectdev dependency - Remove
blanketdev dependency and configuration; we weren't really using it - Remove
thehelp-test(circular) dev dependency, addsinonandchaias replacements - Full integration test
registerOptimizeLibrary()turns off source maps, since they're really big- Minor version update:
grunt-contrib-connect - Update dev dependencies
- Six core functions available:
registerConnect()registerMocha()registerOptimize()registerOptimizeLibrary()registerCopyFromBower()registerCopyFromDist()