Skip to content

Releases: accordproject/concerto-cli

v3.16.1

20 May 09:32
0fcdc8e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump follow-redirects from 1.15.3 to 1.15.6 by @dependabot in #49
  • chore(actions): publish v3.16.0 to npm by @github-actions in #47
  • chore(deps): update concerto versions by @ekarademir in #50

New Contributors

Full Changelog: v3.16.0...v3.16.1

v3.16.0

29 Nov 18:03
cb5c1b3
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.15.0 to npm by @github-actions in #45
  • feat(deps): update to latest concerto package versions by @stefanblaginov in #46

Full Changelog: v3.15.0...v3.16.0

v3.15.0

15 Nov 13:02
22b445a
Compare
Choose a tag to compare

What's Changed

decorate Command

Users can now pass a list of model files, decorator files, and vocabulary files to generate decorated models. Additionally, the command supports an optional parameter to specify the output path for the decorated models.
Usage:

$ concerto decorate --models <model_files> \
--decorators <decorator_files> \
--vocabularies <vocabulary_files> \
[--output <output_path>]

extract-decorators Command

We have introduced the extract-decorator command to facilitate the extraction of decorators and vocabularies from existing models. Users can specify a list of model files and choose whether to remove the extracted decorators and vocabularies from the source models. The command also supports an optional parameter to set the output path for the extracted decorators and vocabularies.
Usage:

$ concerto extract-decorators --models <model_files> \
[--locale <locale_string>] \
[--output <output_path>] \
[--removeDecoratorsFromSource]

Changelog

  • fix(readme): Updated readme to support single source for documentation by @muskanbararia in #42
  • chore(actions): publish v3.14.0 to npm by @github-actions in #40
  • feat(apply): added cli support for decorators and vocab by @muskanbararia in #37
  • feat(decorator): Added support for extracting decorators from model files by @muskanbararia in #44

New Contributors

Full Changelog: v3.14.0...v3.15.0

v3.14.0

20 Oct 16:23
3263a0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.13.3...v3.14.0

v3.13.3

10 Oct 22:08
daa6c1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.13.2...v3.13.3

v3.13.2

04 Sep 15:40
9ea6857
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.13.1...v3.13.2

v3.13.1

17 Aug 15:14
0513222
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.13.0...v3.13.1

v3.13.0

16 Aug 21:24
31594a9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump semver from 7.3.5 to 7.5.2 by @dependabot in #25
  • chore(actions): publish v3.12.0 to npm by @github-actions in #26
  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #27
  • chore(deps): update concerto to 3.11.0 by @jonathan-casey in #28

New Contributors

Full Changelog: v3.12.0...v3.13.0

v3.12.0

27 Jun 15:00
8de53a9
Compare
Choose a tag to compare

What's Changed

  • New target vocabulary for concerto compile command. Docs

Changelog

Full Changelog: v3.11.0...v3.12.0

v3.11.0

02 Jun 16:50
5a2ee4d
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.10.1 to npm by @github-actions in #21
  • deps(concerto): update concerto-codegen by @stefanblaginov in #22

Full Changelog: v3.10.1...v3.11.0