Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

85 lines (56 loc) · 3.5 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v1.0.0 (2021-06-13)

Full Changelog

Breaking changes:

Closed issues:

  • Add Puppet version support range 5.5.8 < 7.0.0 to metadata.json #15

Merged pull requests:

v0.4.0 (2014-06-09)

Summary

Fixes issues introduced by deprecation of :parent and type inheritance. Removal of MIT license due to reuse of Puppetlabs code.

Enhancements

  • Compatibility with Puppet 3.4 +

Bugfixes

  • Issues in newer puppets

v0.3.1 (2013-11-07)

Summary

This release adds tests, documentation improvements, and better Ruby 1.8.7 compatibility

Enhancements

  • Improved tests.
  • Documentation improvements.

Bugfixes

  • Regular Expressions should now work correctly in Ruby 1.8.7

v0.3.0 (2013-10-10)

Summary

This release adds the add command, this file, aliases for ins/rm, raw processing, conditional improvements, sort behavior bug fixes.

Features

  • Augeas add command equivalent added.
  • Aliases for ins and rm(insert and remove, respectively) created so xmlfile_modification more closely mirrors the augeas puppet resource type.

Enhancements

  • Conditional behavior for numerals improved. If both parts of evaluate are pure digits, a to_i conversion is done before the comparison.
  • Documentation improved.

Bugfixes

  • REXML now runs in raw mode for all nodes by default.
  • Sort now sorts by node name if third argument is either 0 length or nil.

v0.2.0 (2013-10-07)

Summary

This is a minor release that warranted a minor version update due to the metaprogramming involved.

Detailed Changes

  • Automatic importation of docs for inherited attributes on the inherited type.

v0.1.0 (2013-10-07)

Summary

Initial Release

* This Changelog was automatically generated by github_changelog_generator