Skip to content

Releases: gruntjs/grunt

v1.2.0

03 Jul 17:28
27bc5d9
Compare
Choose a tag to compare
  • Allow usage of grunt plugins that are located in any location that
    is visible to Node.js and NPM, instead of node_modules directly
    inside package that have a dev dependency to these plugins.
    (PR: #1677)
  • Removed coffeescript from dependencies. To ease transition, if
    coffeescript is still around, Grunt will attempt to load it.
    If it is not, and the user loads a CoffeeScript file,
    Grunt will print a useful error indicating that the
    coffeescript package should be installed as a dev dependency.
    This is considerably more user-friendly than dropping the require entirely,
    but doing so is feasible with the latest grunt-cli as users
    may simply use grunt --require coffeescript/register.
    (PR: #1675)
  • Exposes Grunt Option keys for ease of use.
    (PR: #1570)
  • Avoiding infinite loop on very long command names.
    (PR: #1697)

v1.1.0

17 Mar 02:34
d5cdac0
Compare
Choose a tag to compare
  • Update to mkdirp ~1.0.3
  • Only support versions of Node >= 8