|
1 |
| -##2015-01-14 - Supported Release 4.6.0 |
| 1 | +##2015-04-14 - Supported Release 4.6.0 |
2 | 2 | ###Summary
|
3 | 3 |
|
4 |
| -Improved functionality and preparing for Puppet Next with new parser |
| 4 | +Adds functions and function argument abilities, and improves compatibility with the new puppet parser |
5 | 5 |
|
6 | 6 | ####Features
|
7 |
| -- MODULES-444: concat can now take more than two arrays |
8 |
| -- basename function added to have Ruby File.basename functionality |
9 |
| -- delete function can now take an array of items to remove |
10 |
| -- MODULES-1473: deprecate type function in favor of type_of |
| 7 | +- MODULES-444: `concat()` can now take more than two arrays |
| 8 | +- `basename()` added to have Ruby File.basename functionality |
| 9 | +- `delete()` can now take an array of items to remove |
| 10 | +- `prefix()` can now take a hash |
| 11 | +- `upcase()` can now take a hash or array of upcaseable things |
| 12 | +- `validate_absolute_path()` can now take an array |
| 13 | +- `validate_cmd()` can now use % in the command to embed the validation file argument in the string |
| 14 | +- MODULES-1473: deprecate `type()` function in favor of `type3x()` |
| 15 | +- MODULES-1473: Add `type_of()` to give better time information on future parser |
| 16 | +- Deprecate `private()` for `assert_private()` due to future parser |
| 17 | +- Adds `ceiling()` to take the ceiling of a number |
| 18 | +- Adds `fqdn_rand_string()` to generate random string based on fqdn |
| 19 | +- Adds `pw_hash()` to generate password hashes |
| 20 | +- Adds `validate_integer()` |
| 21 | +- Adds `validate_numeric()` (like `validate_integer()` but also accepts floats) |
11 | 22 |
|
12 | 23 | ####Bugfixes
|
13 |
| -- Several test case fixes |
14 |
| -- Ensure_resource is more verbose on debug mode |
| 24 | +- Fix seeding of `fqdn_rotate()` |
| 25 | +- `ensure_resource()` is more verbose on debug mode |
| 26 | +- Stricter argument checking for `dirname()` |
| 27 | +- Fix `is_domain_name()` to better match RFC |
| 28 | +- Fix `uriescape()` when called with array |
| 29 | +- Fix `file_line` resource when using the `after` attribute with `match` |
15 | 30 |
|
16 | 31 | ##2015-01-14 - Supported Release 4.5.1
|
17 | 32 | ###Summary
|
|
0 commit comments