CHANGELOG.md in hieracles-0.1.5 vs CHANGELOG.md in hieracles-0.1.6
- old
+ new
@@ -1,11 +1,18 @@
Hieracles Changelog
=======================
+### 0.1.6 - 2015-11-18
+- add dependency on `deep-merge` gem like hiera does
+- take in account the `merge_behavior` in hiera file
+- make possible to use `%{::variables}` from puppet scope
+ but this is a temporary implementation,
+ only works for top level variables
+
### 0.1.5 - 2015-11-15
- add `interactive` new option `-i` for having
- CLI user promtped to fill up missing scope vars
+ CLI user prompted to fill up missing scope vars
- implement interpolation adapted from the code of hiera
- fixed the single option parsing for `-i`
### 0.1.4 - 2015-11-13
- no real change, just preparing for BSD port
@@ -25,10 +32,10 @@
### 0.1.0 - 2015-11-10
- display full local path in params output
- add an option to display version
- fix yaml output for true and false cases
-- added a simple filter fetaure for yaml format,
+- added a simple filter feature for yaml format,
but it only matches like a 'start_with'
### 0.0.6 - 2015-09-21
- added doc on how to build the debian package