Skip to content

Commit 2212536

Browse files
author
Kevin Paulisse
committed
Bump version and tweak documents
1 parent 557c88f commit 2212536

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

doc/advanced-filter.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Filters
1+
# Additional output filters
22

33
It is possible to enable additional filters for output results via the `--filters` command line option. This command line option accepts a comma-separated list of additional filters, and applies them to the results in the order you specify. The default behavior is not to use any of these filters.
44

55
Please note that there are other options to ignore specified diffs, including:
66

7-
- [Ignoring by type, title, attribute, value, ...](/doc/advanced-ignores.md)
7+
- [Ignoring certain changes via command line options](/doc/advanced-ignores.md)
8+
- [Dynamic ignoring of changes via tags in Puppet manifests](/doc/advanced-dynamic-ignores.md)
89

910
Here is the list of available filters and an explanation of each:
1011

12+
- [YAML](#YAML) - Ignore whitespace/comment differences if YAML parses to the same object
13+
1114
## YAML
1215

1316
#### Usage

doc/advanced.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ See also:
2727
### Controlling output
2828

2929
- [Ignoring certain changes via command line options](/doc/advanced-ignores.md)
30+
- [Additional output filters](/doc/advanced-filter.md)
3031
- [Dynamic ignoring of changes via tags in Puppet manifests](/doc/advanced-dynamic-ignores.md)
3132
- [Output formats](/doc/advanced-output-formats.md)
3233
- [Useful output hacks](/doc/advanced-output-hacks.md)

0 commit comments

Comments
 (0)