FEATURES
1. State module - `nr.workflow` added `run_if_fail_all` and `run_if_pass_all` conditions support, modified logic to be AND for `run_if` conditions if multiple of them specified in step
2. Execution module - added `nr.file` function to read, list, delete and diff files saved by `ToFileProcessor`
3. Execution module - added `nr.learn` function to simplify saving results to files
4. Execution module - added `nr.find` function to search across saved files
5. Execution module - added `nr.diff` function to simplify diff calls
6. Execution module - new `run_ttp` CLI argument to perform TTP parsing of output produced by Nornir Task plugins
7. Execution module - new `dump` CLI argument to save full results output to text files
8. Execution module - new `nr.http` function to execute any HTTP/REST API calls using Python requests library
9. Execution module - `nr.nc ncclient` plugin can now interact with devices behind jumphosts
10. Proxy module - new `Fx` filters - `FN` filter negate, `FC` filter contains, `FR` filter regex, expanded `FB` filter glob to support multiple patterns
11. State module - `nr.workflow` added support for `nr.do` step function to support `run_if_x` conditions
12. Execution module - added `nr.nornir` function to combine all utility functions:
- `inventory`
- `stats`
- `version`
- `shutdown`
- `initialized`
- `kill`
- `refresh`
- `test`
13. Execution module - Added `sortby` and `reverse` CLI arguments for `TabulateFormatter`
14. Execution module - New `xml_flake` CLI Argument to do XML flattened key filtering
15. Execution module - New `dp` CLI Argument to invoke `nornir-salt` `DataProcessors`
CHANGES
1. Execution module - Remove nr.inventory, nr.version, nr.stats execution module functions
2. Proxy module - Renamed nr.do aliases to actions in pillar and in documentation
3. Proxy module - Moved processors addition to separate function in Proxy Minion Module
4. Simplified docs for execution module
5. State module - Added tests for workflow function
6. Updated requirements in setup.py to use fixed major version
BUGS