Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (34 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.91 KB

Changelog

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.

Added

  • Support the creation of UML model in standalone mode (without Eclipse context).

Fixed

  • #41: UML to OpenAPI model: inherited properties are generated in the JSON schema representing the subclass bug.

1.1.0 - 2019-11-04

Added

  • Discover foreign keys and transform them to associations.
  • Create a wizard to guide the generation of UML models.
  • Support YAML format.

Fixed

  • 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

Added

  • Build the project using Tycho.
  • Generate OpenAPI definitions from UML models annotated with the OpenAPI profile.
  • Apply the OpenAPI profile.

Changed

  • 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.

Fixed

  • #4: Primitive types defined in the definitions objects are ignored.
  • #3: Enumeration generated from schema objects having allOf contain "null" prefix.
  • #2: Associations not generated for schema objects having allOf.