CHANGELOG 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. 2013-05-21 - Chris Price <chris@puppetlabs.com>
  2. * Change constants to class variables to avoid ruby warnings (6b19864)
  3. 2013-04-10 - Erik Dalén <dalen@spotify.com>
  4. * Style fixes (c4af8c3)
  5. 2013-04-02 - Dan Bode <dan@puppetlabs.com>
  6. * Add travisfile and Gemfile (c2052b3)
  7. 2013-04-02 - Chris Price <chris@puppetlabs.com>
  8. * Update README.markdown (ad38a08)
  9. 2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0
  10. * Added 'ini_subsetting' custom resource type (4351d8b)
  11. 2013-03-11 - Dan Bode <dan@puppetlabs.com> - 0.10.0
  12. * guard against nil indentation values (5f71d7f)
  13. 2013-01-07 - Dan Bode <dan@puppetlabs.com> - 0.10.0
  14. * Add purging support to ini file (2f22483)
  15. 2013-02-05 - James Sweeny <james.sweeny@puppetlabs.com> - 0.10.0
  16. * Fix test to use correct key_val_parameter (b1aff63)
  17. 2012-11-06 - Chris Price <chris@puppetlabs.com> - 0.10.0
  18. * Added license file w/Apache 2.0 license (5e1d203)
  19. 2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0
  20. * Version 0.9.0 released
  21. 2012-10-26 - Chris Price <chris@puppetlabs.com> - 0.9.0
  22. * Add detection for commented versions of settings (a45ab65)
  23. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  24. * Refactor to clarify implementation of `save` (f0d443f)
  25. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  26. * Add example for `ensure=absent` (e517148)
  27. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  28. * Better handling of whitespace lines at ends of sections (845fa70)
  29. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  30. * Respect indentation / spacing for existing sections and settings (c2c26de)
  31. 2012-10-17 - Chris Price <chris@puppetlabs.com> - 0.9.0
  32. * Minor tweaks to handling of removing settings (cda30a6)
  33. 2012-10-10 - Dan Bode <dan@puppetlabs.com> - 0.9.0
  34. * Add support for removing lines (1106d70)
  35. 2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
  36. * Make value a property (cbc90d3)
  37. 2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
  38. * Make ruby provider a better parent. (1564c47)
  39. 2012-09-29 - Reid Vandewiele <reid@puppetlabs.com> - 0.9.0
  40. * Allow values with spaces to be parsed and set (3829e20)
  41. 2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3
  42. * Version 0.0.3 released
  43. 2012-09-20 - Chris Price <chris@puppetlabs.com> - 0.0.3
  44. * Add validation for key_val_separator (e527908)
  45. 2012-09-19 - Chris Price <chris@puppetlabs.com> - 0.0.3
  46. * Allow overriding separator string between key/val pairs (8d1fdc5)
  47. 2012-08-20 - Chris Price <chris@pupppetlabs.com> - 0.0.2
  48. * Version 0.0.2 released
  49. 2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
  50. * Add support for "global" section at beginning of file (c57dab4)