- Add support for generating documentation for definitions. Submitted by zhelyan.
- Remove end of line whitespace in generated README
- Convert cookbook_dir to real path to ensure the plugin works in alternative shells such as powershell. Submitted by zhelyan.
- Fix compatibility with Chef 11.8.0. Submitted by Ben Langfeld.
- Add some basic documentation regarding scanning documentation for attributes.
- Fix bug in attributes model due to incorrectly named method call. Reported by Jared Russell.
- Re-push gem with correct set of changes to rubygems.
- Scan the recipes directory for recipes if no recipes are declared in the metadata.rb (Skipping recipes with a name starting with '_'). Submitted by Jarek Gawor.
- Scan the attributes files if no attributes are declared in the metadata.rb and collect descriptions from comments. Submitted by Jarek Gawor.
- Descriptions scanned from source files should expect the . separator to be followed by a space. Submitted by Jarek Gawor.
- Replace the last section of the readme with the doc/credit.md fragment if it is present.
- Rework plugin to generate documentation for LWRPs.
- Update the plugin to scan the source file for annotations to add to README.
- Convert plugin into a gem that can be installed via RubyGems.
- Update README.
- Add this CHANGELOG file.
- First tagged version.