Skip to content

Releases: accordproject/concerto-cli

v3.16.7

24 Jan 16:38
02e7d1b
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.16.6 to npm by @github-actions in #64
  • chore(version_update): update the version of concerto projects to create latest cli by @sridhar086 in #66

New Contributors

Full Changelog: v3.16.6...v3.16.7

v3.16.6

27 Nov 16:43
b123c93
Compare
Choose a tag to compare

What's Changed

  • feat(*): update concerto deps by @muhabdulkadir in #63
  • chore(actions): publish v3.16.5 to npm by @github-actions in #62

Full Changelog: v3.16.5...v3.16.6

v3.16.5

26 Nov 14:41
eacc26e
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.16.4 to npm by @github-actions in #59
  • feat(concerto): update concerto dependencies by @muhabdulkadir in #61

New Contributors

Full Changelog: v3.16.4...v3.16.5

v3.16.4

02 Sep 13:42
fb70fba
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.16.3 to npm by @github-actions in #57
  • chore(deps): update concerto deps by @ekarademir in #58

Full Changelog: v3.16.3...v3.16.4

v3.16.3

21 Aug 09:57
46441f0
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.16.2 to npm by @github-actions in #54
  • chore(deps): update concerto packages by @sanketshevkar in #56

New Contributors

Full Changelog: v3.16.2...v3.16.3

v3.16.2

23 Jul 09:51
8796a1c
Compare
Choose a tag to compare

What's Changed

  • chore(actions): publish v3.16.1 to npm by @github-actions in #51
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #52
  • feat(generate): add option to disable output validation by @dselman in #53

New Contributors

Full Changelog: v3.16.1...v3.16.2

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