1.10.0
·
19 commits
to master
since this release
Included commits: 1.9.0...1.10.0
Improvements
- Introduced
ConventionPluginInterfaceto provide an extension point for the API conventions. - Introduced
RequestAfterRoutingValidatorPluginInterfaceto provide an extension point for validation that is aware of the routed resource. - Introduced
RequestBuilderPluginInterfaceto provide an extension point for building the request. - Introduced
RequestValidatorPluginInterfaceto provide an extension point for basic validation. - Introduced
ResponseFormatterPluginInterfaceto provide an extension point for formatting the response. - Introduced
ResourcesProviderPluginInterfaceto allow for API applications to wire their own resources to be routed by GlueApplication. - Introduced
RouteProviderPluginInterfacefor API modules to be able to provide routes pointing to controllers without a resource. - Introduced
RoutesProviderPluginInterfaceto allow API applications to wire their own routes to be routed by GlueApplication
Deprecations
- Deprecated
ApiConventionPluginInterface.