Skip to content

Releases: asyncapi/generator

@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)

v2.0.1

06 May 20:04
b5ed788
Compare
Choose a tag to compare

2.0.1 (2024-05-06)

Bug Fixes

  • refactor asyncapiDocument.server() to asyncapiDocument.servers().get() to fix conditionalFiles (#1207) (b5ed788)

v2.0.0

24 Apr 09:26
63f8b58
Compare
Choose a tag to compare

2.0.0 (2024-04-24)

⚠ BREAKING CHANGES

This release drops support for Node versions prior v18.12.0
We know this version of Generator will not work work with Node v12. We also discourage using Node v14 and v16 that are no longer under long time support from Node community. From now on, generator tests run under Node v18 and v20

  • template pulling with npm config (#1069)

Features