extension_discovery 2.0.0
extension_discovery: ^2.0.0 copied to clipboard
A convention and utilities for package extension discovery.
2.0.0 #
- Use
extension/<package>/config.yamlinstead ofextension/<package>/config.jsonfor better consistency with other tooling. - Require that the top-level value in
extension/<package>/config.yamlis always aMap, and that the structure can be converted to a JSON equivalent structure.
1.0.1 #
- Support optional
packageUri. - Improve error messaging for
package_config.jsonparsing. - Update the package description.
1.0.0 #
- Initial version.