Skip to content

Releases: asyncapi/generator

v0.34.1

18 Mar 18:16
c269a90
Compare
Choose a tag to compare

0.34.1 (2020-03-18)

NOTICE:
Instead of asyncapi-generator we now release to NPM under @asyncapi scope, so the package you should now use in your dependencies is @asyncapi/generator

Bug Fixes

v0.34.0

18 Mar 16:10
a20a8c7
Compare
Choose a tag to compare

0.34.0 (2020-03-18)

NOTICE:
This release introduces a new name of the package. Instead of asyncapi-generator we now release to NPM under @asyncapi scope, so the package you should now use in your dependencies is @asyncapi/generator

Features

  • add info that package is public for releases to npm (#252) (a20a8c7)
  • add new release workflow with automated release publishing (#242) (4d24022)

v0.33.0

16 Mar 12:16
2c81a8e
Compare
Choose a tag to compare

Changes in this release:

  • Changed Node.js base image in Dockerfile to version 12 on the nodejs template (#244). Thanks, @jorge07 🔝
  • Added the "Sponsor" button on Github ❤️
  • Added GitHub Actions-powered stale bot and a welcome message for new contributors 👋
  • Upgraded JS parser and made it register the optional schema parsers (#247) 💪

v0.32.0

04 Mar 16:44
Compare
Choose a tag to compare

In this release, we added support for server variables in the Node.js template and added a bunch of recipes for template authoring.

Aside from these new features, a bug with template installation when using the library as a module has been fixed.

v0.31.0

27 Feb 18:51
1c1ec9b
Compare
Choose a tag to compare

Templates are now transformed into packages. In other words, templates dependencies are managed separately. Each template has now a separate package.json to manage its dependencies. You should get package.json for your templates too. Check out a sample package.json for nodejs template.

The generator, automatically triggers template dependencies installation, if node-modules is not present in the template's directory. To perform additional installation during generation, pass --force-install flag.

Related issue #214.

v0.30.0

26 Feb 11:14
ece20c4
Compare
Choose a tag to compare

Git support is now enabled. When you generate files:

  • To non-empty directory, you get an error with information that you can lose some of your work that can be overwritten.
  • To a directory in a Git repository, you get an error that you might lose some of your work but only in case you have some unstaged changes, and the directory is not in .gitignore.

We also introduced a new flag in CLI called --force-write (it is also supported on a library level) and it will allow you to ignore rules provided by this feature.

0.16.1

20 Sep 12:04
186f53e
Compare
Choose a tag to compare

fix java-spring template

0.6.5

10 Mar 17:42
8d29981
Compare
Choose a tag to compare
  • add subscribe topics and publish topics in beautifier
  • simplify java-spring template

0.6.4

21 Feb 22:24
41294a6
Compare
Choose a tag to compare

fix java-spring template bug when only specifying publish operation

0.6.1

08 Feb 02:50
1e2e239
Compare
Choose a tag to compare

better error handling