v0.4.0
This release adds new feature to agnosticv CLI. The features should be backward compatible with v0.3.3 as long as the YAML files in the agnosticv repo don't contain dictionaries with keys that are not strings. If the key of a dict is an integer, for example 0
, it will be converted to string "0"
.
- b34efc0 Support for strategic-merge (#9) by Guillaume Coré
- 13b3e82 Add support for custom merge strategies (#8) by Guillaume Coré
- 77afc3d Add support for openAPI schemas directly in agnosticv CLI (#7) by Guillaume Coré
- a585c50 Add non-regression unit test for 10e3d39 by Guillaume Coré
What's Changed
- Add support for openAPI schemas directly in agnosticv CLI by @fridim in #7
- Add support for custom merge strategies by @fridim in #8
- Support for strategic-merge by @fridim in #9
Full Changelog: v0.3.3...v0.4.0