Skip to content

Releases: asyncapi/generator

@asyncapi/generator@2.4.1

28 Aug 12:55
91f157e
Compare
Choose a tag to compare

Patch Changes

  • 3a372c4: Removed the source-map-support package from the AsyncAPI Generator, as it is no longer required for version 2, which now supports Node.js version 18.12.0 and above.

@asyncapi/generator@2.4.0

26 Aug 15:27
8ade3c1
Compare
Choose a tag to compare

Minor Changes

  • 46114d8: Add compile option to enable rerun of transpilation of templates build with react engine. It is set to true by default. In future major releases it will be set to false and we will explain how to publish template to include transpilation files by default. Transpiled files are already included in html-template. It means that you can run generator for html-template (it's latest version) with compile=false and this will improve the speed of HTML generation for you.

@asyncapi/generator@2.3.0

31 Jul 18:59
c1bbcda
Compare
Choose a tag to compare

Minor Changes

  • 44fcc33: ts-node is registered only when it's actually needed

@asyncapi/generator@2.2.0

31 Jul 13:52
8501f8d
Compare
Choose a tag to compare

Minor Changes

  • 81dfd0c: Enable noOverwriteGlobs option for templates based on react rendering engine.

@asyncapi/generator@2.1.3

31 Jul 13:13
ef865ad
Compare
Choose a tag to compare

Patch Changes

  • 93fb8e8: Updated the method for importing the Nunjucks filter dependency

@asyncapi/generator@2.1.2

30 Jul 16:20
828b03f
Compare
Choose a tag to compare

Patch Changes

  • a3e93ef: update the git context for the docker versioning.

@asyncapi/generator@2.1.1

29 Jul 15:23
2d51aa3
Compare
Choose a tag to compare

Patch Changes

  • 36ee8a8: Fix docker image publishing. Removed package name from version tag for Docker tagging.

@asyncapi/generator@2.1.0

29 Jul 12:00
97348b1
Compare
Choose a tag to compare

Minor Changes

  • 99a14a8:
    • New release pipeline supporting monorepo,
    • Package @asyncapi/generator-filters is now part of generator repo and won't be released separately. New name of the library is nunjuckis-filters,
    • By default @asyncapi/generator-filters package, known as package with a lot of different nunjucks filters, is registered and added to generator and you no longer have to configure it in your package.json. Package @asyncapi/generator-filters will no longer be published to NPM separately and is deprecated.

v2.0.3

05 Jun 10:33
9285982
Compare
Choose a tag to compare

2.0.3 (2024-06-05)

Bug Fixes

  • update @asyncapi/parser to 3.0.16 version and others (#1216) (9285982)

v2.0.2

05 Jun 10:21
ea8159e
Compare
Choose a tag to compare

2.0.2 (2024-06-05)

Bug Fixes

  • update @asyncapi/parser to 3.0.15 version and others (#1215) (ea8159e)