Skip to content

2.1.0

Choose a tag to compare

@tandrewnichols tandrewnichols released this 27 Sep 03:10
· 19 commits to master since this release

This release adds the following enhancements:

  1. It allows config files to be .js, .coffee, .json, and .yml.
  2. It allows peerDependencies and optionalDependencies to be specified as sources of grunt plugins.
  3. It allows you to ignore certain files in your plugin directory.
  4. It allows you to provide arbitrary context properties that are available for interpolation and via grunt.config().
  5. It allows you to easily specify alias tasks.
  6. It allows options, aliases, and context to be loaded from external files, either via a passed-in filenames or canonical ones.