Merge pull request #58 from iankronquist/0.3.0-changelog

(maint) Update changelog for 0.3.0 release
This commit is contained in:
JT (Jonny) 2015-09-21 14:25:00 +01:00
commit 5aac81981f
1 changed files with 41 additions and 1 deletions

View File

@ -1,8 +1,48 @@
##2015-09-21 - Release 0.3.0
##Summary
This release includes support for Puppet Types and Providers, as well as
type checking Puppet 4x functions and defined types. As part of generating html
documentation, strings now emits JSON representing the information it parsed
for use by other tools possibly including the Puppet Forge.
All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with
the fix version of [0.3.0][0.3.0 search].
[0.3.0 search]: https://tickets.puppetlabs.com/browse/PDOC-45?jql=project%20%3D%20PDOC%20AND%20fixVersion%20%3D%20%22PDOC%200.3.0%22
####Features
- Emit JSON structured data **(PDOC-23)** **(PDOC-22)**
- Support for Puppet Types and Providers **(PDOC-35)**
- Type check Puppet 4x functions and defined types where possible and warn the user when types don't match.
- Type check defined types **(PDOC-21)**
- Type check Puppet 4x functions **(PDOC-38)** **(PDOC-19)** **(PDOC-37)**
- Output type info in generated HTML **(PDOC-19)**
- Improved warnings and logging.
- Create a consistent style for warnings. **(PDOC-49)**
- All warnings get printed on stderr.
- Yard warnings are redirected to a log file **(PDOC-38)**
- Prevent duplicate warnings **(PDOC-38)**
- Improved README installation and usage instructions.
- Installation instructions using Puppet **(PDOC-33)**
####Bugfixes
- Fix markdown list processing **(PDOC-30)**
##2015-03-17 - Release 0.2.0
###Summary
This release includes improvements to the HTML output generated by strings and a few bug fixes.
All related tickets can be found under the [PDOC](https://tickets.puppetlabs.com/browse/PDOC) JIRA project with the fix version of [0.2.0](https://tickets.puppetlabs.com/issues/?filter=13760).
All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with the fix version of [0.2.0](https://tickets.puppetlabs.com/issues/?filter=13760).
[PDOC JIRA]: https://tickets.puppetlabs.com/browse/PDOC
####Features
- Custom YARD templates for classes and defined types **(PDOC-17)**