Skip to content

Latest commit

 

History

History
193 lines (100 loc) · 9.55 KB

CHANGELOG.md

File metadata and controls

193 lines (100 loc) · 9.55 KB

Changelog

All notable changes to this project will be documented in this file.

2.0.0 (2023-04-21)

Full Changelog

Breaking changes:

v1.7.6 (2022-11-29)

Full Changelog

Fixed bugs:

  • Ignore variables in hash defaults #50 (jvdmr)

Merged pull requests:

v1.7.5 (2021-07-10)

Full Changelog

Fixed bugs:

Merged pull requests:

v1.7.4 (2021-06-06)

Full Changelog

Because of issues with the GitHub packages setup in the GitHub action, the 1.7.0, 1.7.1, 1.7.2 and 1.7.3 release didn't make it to GitHub packages. This should be fixed now. 1.7.0/1.7.1/1.7.2/1.7.3/1.7.3 contain the same code.

Fixed bugs:

  • GitHub Actions: Fix pushing the gem to GitHub #37 (smortex)

v1.7.3 (2021-06-05)

Full Changelog

Because of issues with the GitHub packages setup in the GitHub action, the 1.7.0, 1.7.1 and 1.7.2 release didn't make it to GitHub packages. This should be fixed now. 1.7.0/1.7.1/1.7.2/1.7.3 contain the same code.

v1.7.2 (2021-06-05)

Full Changelog

Because of issues with the GitHub packages setup in the GitHub action, the 1.7.0 and 1.7.1 release didn't make it to GitHub packages. This should be fixed now. 1.7.0/1.7.1/1.7.2 contain the same code.

Fixed bugs:

  • GitHub Actions: Set 0600 perms to gem credentials file #34 (bastelfreak)

v1.7.1 (2021-06-05)

Full Changelog

Closed issues:

  • Release 1.7.1 because 1.7.0 didn't make it to GitHub Packages #33

v1.7.0 (2021-06-05)

Full Changelog

Implemented enhancements:

  • Detect faulty documentation style #29 (vStone)

Closed issues:

  • Error if old puppet-doc format is found #24

Merged pull requests:

v1.6.0 (2020-10-05)

Full Changelog

Implemented enhancements:

  • Warn if parameters that don't exist are documented #20 (alexjfisher)
  • Warn if a parameter is documented more than once and remove support for multi-line (/* */) comments #19 (alexjfisher)

Fixed bugs:

  • Don't warn if name/title are documented in defines #22 (alexjfisher)

Merged pull requests:

  • Use absolute parameter name in warnings #23 (alexjfisher)
  • Only release on Ruby 2.6 Travis workers #15 (ekohl)

v1.5.1 (2020-06-23)

Full Changelog

Fixed bugs:

  • Support function calls in param defaults #12 (ekohl)

Merged pull requests:

  • Test multiple Ruby versions + add GHCG #13 (ekohl)

v1.5.0 (2019-01-11)

Full Changelog

Merged pull requests:

  • Whitelist private APIs #11 (ekohl)
  • Add simplecov as a dev dependency #10 (ekohl)

v1.4.2 (2017-03-29)

Full Changelog

Closed issues:

  • Missing dependency for spec tests. #9

Merged pull requests:

  • Allow multiline Puppet Strings documentation of parameters. #8 (irgeek)
  • Parse YARD parameter docs with type #7 (domcleal)

v1.4.1 (2016-06-22)

Full Changelog

v1.4.0 (2016-03-18)

Full Changelog

Merged pull requests:

  • Add support for new (puppet-strings) rdoc @param parameters #6 (vStone)

v1.3.1 (2015-09-02)

Full Changelog

v1.3.0 (2015-07-24)

Full Changelog

v1.2.0 (2015-06-25)

Full Changelog

Merged pull requests:

  • Expand check to handle defined types as well #5 (irgeek)

v1.1.0 (2014-11-13)

Full Changelog

Merged pull requests:

v1.0.1 (2014-09-23)

Full Changelog

v1.0.0 (2014-09-23)

Full Changelog

Fixed bugs:

  • Problems reported for unparameterised classes with function calls #1

* This Changelog was automatically generated by github_changelog_generator