-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES
38 lines (28 loc) · 1.17 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2014-05-21 Clinton Wolfe 0.7.0
Added 'child_keys' check type
2014-05-20 Clinton Wolfe 0.6.1
Fixed issue #6, inconsistent behavior for 'enum' and 'type' checks when a attr has a nil value
Fixed issue #5, pathfinder breaking when given a path containing a stringified integer and no wildcards
2014-01-27 Clinton Wolfe 0.6.0
Loosened runtime dep on chef
2013-12-05 Clinton Wolfe 0.5.0
Add looks_like => 'guid'
Add looks_like => 'email'
Add looks_like => 'hostname'
2013-11-15 Clinton Wolfe 0.4.0
Add 'present' check
Reformat list of checks in README
2013-11-15 Clinton Wolfe 0.3.2
umm wait regex should not violate if given a non-string - use type check if you want that
2013-11-15 Clinton Wolfe 0.3.1
regex check should violate, but not throw exception, when given a non-string
2013-11-12 Clinton Wolfe 0.3.0
Support for enum check
Support for proc check
2013-11-12 Clinton Wolfe 0.2.0
Support for wildcards - *, **, ?
Crude implementation using brute force and regexes
2013-11-10 Clinton Wolfe 0.1.0
Initial release
Type, Regex, Min/Max Children, Required, and LooksLike checks
No wildcards in paths yet, planned for 0.2.0