Skip to content

Releases: thomaslprr/xml2swagger

v2 Beta Version (Unstable)

08 Jun 14:14
f18ae68
Compare
Choose a tag to compare
Pre-release

New features :

  • solidification of the Java to Json parser 
  • fixed some bugs
  • added unit tests
  • added official swagger example (petstore.xml)
  • reorganized packages
  • added a very long example to evaluate the parser performance 
  • completion of the model (addition of security, mandatory or not fields for the definition of objects, and several new attributes --> see class diagram)
  • creation of the class diagram 
  • added documentation in the code
  • added constructors for all objects
  • added Java to JSON Swagger conversion method without using XML
  • new version of the jar
  • creation of the logo

The module is still in beta version and must certainly have things not implemented or to be improved. The parser may not work for some XML file entries or the parser may throw exceptions for no reason. Feel free to give me feedback on any bugs or lack of functionality so I can improve and adapt the module as needed.

First Unstable Release

02 Jun 15:50
Compare
Choose a tag to compare
Pre-release

This release is a first demo of the project to testing and improving the module to release a stable version soon.