*New features*:
- Add support for `memberOf`
- Bug fixes
*Breaking changes*:
- Comparison JSON file format has some new fields and a change to the format of `domains`
*Major code hygiene changes*:
- MongoDB Cloud verification done using a graph traversal model of tests instead of a massive validation function. This should encapsulate and abstract this, even if it makes it a bit less readable (although a massive function will get unwieldy too).
- A lot more compartmentalization of code and functionality
I promise to write tests for the next release. In fact, that should be all that is in the next release, along with any changes for bugs/deficiencies that the tests highlight.