CHANGELOG 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 2014-02-12 - Version 1.0.1
  2. Summary:
  3. This release is a bugfix for handling whitespace/[]'s better, and adding a
  4. bunch of tests.
  5. Bugfixes:
  6. - Handle whitespace in sections
  7. - Handle square brances in values
  8. - Add metadata.json
  9. - Update some travis testing
  10. - Tons of beaker-rspec tests
  11. 2013-07-16 - Version 1.0.0
  12. Features:
  13. - Handle empty values.
  14. - Handle whitespace in settings names (aka: server role = something)
  15. - Add mechanism for allowing ini_setting subclasses to override the
  16. formation of the namevar during .instances, to allow for ini_setting
  17. derived types that manage flat ini-file-like files and still purge
  18. them.
  19. 2013-05-28 - Chris Price <chris@puppetlabs.com> - 0.10.3
  20. * Fix bug in subsetting handling for new settings (cbea5dc)
  21. 2013-05-22 - Chris Price <chris@puppetlabs.com> - 0.10.2
  22. * Better handling of quotes for subsettings (1aa7e60)
  23. 2013-05-21 - Chris Price <chris@puppetlabs.com> - 0.10.1
  24. * Change constants to class variables to avoid ruby warnings (6b19864)
  25. 2013-04-10 - Erik Dalén <dalen@spotify.com> - 0.10.1
  26. * Style fixes (c4af8c3)
  27. 2013-04-02 - Dan Bode <dan@puppetlabs.com> - 0.10.1
  28. * Add travisfile and Gemfile (c2052b3)
  29. 2013-04-02 - Chris Price <chris@puppetlabs.com> - 0.10.1
  30. * Update README.markdown (ad38a08)
  31. 2013-02-15 - Karel Brezina <karel.brezina@gmail.com> - 0.10.0
  32. * Added 'ini_subsetting' custom resource type (4351d8b)
  33. 2013-03-11 - Dan Bode <dan@puppetlabs.com> - 0.10.0
  34. * guard against nil indentation values (5f71d7f)
  35. 2013-01-07 - Dan Bode <dan@puppetlabs.com> - 0.10.0
  36. * Add purging support to ini file (2f22483)
  37. 2013-02-05 - James Sweeny <james.sweeny@puppetlabs.com> - 0.10.0
  38. * Fix test to use correct key_val_parameter (b1aff63)
  39. 2012-11-06 - Chris Price <chris@puppetlabs.com> - 0.10.0
  40. * Added license file w/Apache 2.0 license (5e1d203)
  41. 2012-11-02 - Chris Price <chris@puppetlabs.com> - 0.9.0
  42. * Version 0.9.0 released
  43. 2012-10-26 - Chris Price <chris@puppetlabs.com> - 0.9.0
  44. * Add detection for commented versions of settings (a45ab65)
  45. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  46. * Refactor to clarify implementation of `save` (f0d443f)
  47. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  48. * Add example for `ensure=absent` (e517148)
  49. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  50. * Better handling of whitespace lines at ends of sections (845fa70)
  51. 2012-10-20 - Chris Price <chris@puppetlabs.com> - 0.9.0
  52. * Respect indentation / spacing for existing sections and settings (c2c26de)
  53. 2012-10-17 - Chris Price <chris@puppetlabs.com> - 0.9.0
  54. * Minor tweaks to handling of removing settings (cda30a6)
  55. 2012-10-10 - Dan Bode <dan@puppetlabs.com> - 0.9.0
  56. * Add support for removing lines (1106d70)
  57. 2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
  58. * Make value a property (cbc90d3)
  59. 2012-10-02 - Dan Bode <dan@puppetlabs.com> - 0.9.0
  60. * Make ruby provider a better parent. (1564c47)
  61. 2012-09-29 - Reid Vandewiele <reid@puppetlabs.com> - 0.9.0
  62. * Allow values with spaces to be parsed and set (3829e20)
  63. 2012-09-24 - Chris Price <chris@pupppetlabs.com> - 0.0.3
  64. * Version 0.0.3 released
  65. 2012-09-20 - Chris Price <chris@puppetlabs.com> - 0.0.3
  66. * Add validation for key_val_separator (e527908)
  67. 2012-09-19 - Chris Price <chris@puppetlabs.com> - 0.0.3
  68. * Allow overriding separator string between key/val pairs (8d1fdc5)
  69. 2012-08-20 - Chris Price <chris@pupppetlabs.com> - 0.0.2
  70. * Version 0.0.2 released
  71. 2012-08-17 - Chris Price <chris@pupppetlabs.com> - 0.0.2
  72. * Add support for "global" section at beginning of file (c57dab4)