Skip to content

Releases: pegasd/puppetfile_editor

v0.4.0

24 Oct 22:17
Compare
Choose a tag to compare

Added

  • Support for setting changeset for git/hg modules.

Changed

  • Color of matched output status changed to bright white so that other statuses stand out better.

Fixed

  • Force update when using 'edit' command from CLI.

v0.3.1

24 Oct 22:17
Compare
Choose a tag to compare

Fixed

  • kept at behavior:
    • changeset is now also part of the version to be kept back (hg, git modules).
    • Various cases where the version should have been kept, but wasn't, have now been fixed.

v0.3.0

24 Oct 22:17
Compare
Choose a tag to compare

Added

  • Puppetfile can be instantiated using provided contents.
  • Puppetfile#compare_with method.

Changed

  • Removed named parameters from Puppetfile#initialize to support older Rubies.
  • Moved all IO to Puppetfile::CLI.

Fixed

  • Proper status for kept at ... messages.
  • Return earlier on :matched status so that no re-ordering of parameters can occur.
  • Various CLI logic issues.

Removed

  • No more old_hashes support.

v0.2.0

24 Oct 22:16
Compare
Choose a tag to compare

Added

  • Merge function.