grunt-docs icon indicating copy to clipboard operation
grunt-docs copied to clipboard

Note what version new features were introduced in.

Open cowboy opened this issue 11 years ago • 4 comments

For example, the extDot option for file globbing was added in 0.4.3 but the docs don't state this. Someone using an older version of Grunt might be confused as to why it's not working. Would it be possible to, both retroactively and in the future, add something like the following to new methods, options and method signatures?

SO AND SO DESCRIPTION OF THING. [Added in x.y.z]

Eg.

  • ext Replace any existing extension with this value in generated dest paths.
  • extDot Used to indicate where the period indicating the extension is located. Can take either 'first' (extension begins after the first period in the file name) or 'last' (extension begins after the last period), and is set by default to 'first'. [Added in 0.4.3]
  • flatten Remove all path parts from generated dest paths.

cowboy avatar Mar 14 '14 12:03 cowboy

Added this in 69dcb6d2dce2ebb37fbd359a0d8e33f735aa69ac. Attempting to publish the site now.

tkellen avatar Mar 14 '14 12:03 tkellen

The downloadPlugins task failed. I'm not clear if publishing with that broken would be a bad idea. @vladikoff ?

tkellen avatar Mar 14 '14 12:03 tkellen

If the download task failed on Heroku that means something went wrong on npm. try pushing again.

vladikoff avatar Mar 14 '14 13:03 vladikoff

Is there any outstanding action on this issue? Otherwise, it can be closed.

AurelioDeRosa avatar Mar 18 '16 01:03 AurelioDeRosa