Release Notes:
- Fix for #98 when schema might be null for some reasons
- Fix issue with arrays of elements having objects using xxxOf
- Fix for #100 when enum might be null, do not issue warning for response schema matching
- Change PathPlurals linter's algorithm to accommodate resources/actions paths
- Add unused schemes in cats stats command
- Significantly Improve memory usage, especially when using with running more than 10000 tests, by not storing the entire test case after being written to disk
- Make report width bigger in order to accommodate large fuzzer names and large test numbers
- Update the LargeXXX and VeryLargeXXX fuzzers to expect response code 431 and don't match content type or response body
- Introduce continuous fuzzing using
cats random ...that let's you run fuzzing continuously until certain stop conditions are met