All notable changes to WAPIml will be documented in this file.
The changelog format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support the creation of UML model in standalone mode (without Eclipse context).
- #41: UML to OpenAPI model: inherited properties are generated in the JSON schema representing the subclass bug.
1.1.0 - 2019-11-04
- Discover foreign keys and transform them to associations.
- Create a wizard to guide the generation of UML models.
- Support YAML format.
- Enrich the error message displayed when an OpenAPI definition in not valid by giving more details about the error.
1.0.0 - 2019-07-15
- Build the project using Tycho.
- Generate OpenAPI definitions from UML models annotated with the OpenAPI profile.
- Apply the OpenAPI profile.
- Rename the project to WAPIml. The old project OpenAPItoUML, which only covers the generation of UML models from OpenAPI definitions, can be found under the branch openapi-to-uml.