3.0 (#214)
* Feature/trim data (#169)
* remove unused arrays of collective tests
* only use uuids in suite collective test arrays
* remove derivable suite properties
* Feature/map suite (#170)
* map over suites to clean them; removing empty suites
* remove unused removeAllPropsFromObjExcept method
* fix/update tests
* Fix options handling (#194)
* Remove unused option
* Remove deprecated enableTestCode option
* Simplify options handling
Only handle options that pertain to the reporter and pass through all others as is. No longer rely on marge for base config.
* Update tests
* Documentation (#195)
* Update documentation for 3.0
* Add html option (#196)
* Update done function to handle when one or no files generated (#201)
* Update deps (#211)
* Update deps
* eslint: reorder rules
* eslint: update dep; fix lint
* Use local lib for functional tests
* Update cleanCode regex to handle async functions (#212)
* Docs (#213)
* changelog: reformat links
* package.json: bump major version; bump marge dep
* changelog: add 3.0.0 release notes
* npm scripts: add prepack script