generator icon indicating copy to clipboard operation
generator copied to clipboard

Integrate new ParserAPI

Open magicmatatjahu opened this issue 3 years ago • 0 comments

We should integrate new ParserAPI in Generator but with fallback compatibility with old one, solution described in the https://github.com/asyncapi/parser-js/issues/585:

  • add support for new (optional!) field in template's config, apiVersion with possible values, v2 and v1 - v1 should be default value
  • integrate new parser-js version in generator
  • add possible tests
  • update docs

magicmatatjahu avatar Sep 06 '22 09:09 magicmatatjahu