- Fix some indeterminism with array elements, that (sometimes) produced duplicate elements.
2.1.1
- Fix the package's metadata to include the project's dependencies.
2.1.0
- Implement parsing [`allOf`](https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/allof) keys by replacing it with a combination of all the objects in them. - Minor documentation and testing improvements.
2.0.1
- Minor documentation fix: the README showed the old constructor's behavior.
2.0.0
- Now the `YamoleParser` constructor only accepts a file object, rather than a string with the file's path.
1.1.0
- Allow local references in external files. - Add tests. - Documentation improvements.