Skip to content

Releases: pedbernardo/cam-baker

0.9.0

12 May 18:22

Choose a tag to compare

  • fix: change array to set to avoid duplications on BPMN resource files dc07032
  • chore: change settings.json codeActionsOnSave to source.fixAll from true to explicit 35d0288
  • feat: wip - add support to watchShutdown to stop camundaRun when shutting down b04425f
  • feat: add experimental support for auto-migration 0132fe1

v0.8.4...v0.9.0

0.8.4

12 May 18:08

Choose a tag to compare

  • chore: change yarn to npm and update deps a8c61e0

v0.8.3...v0.8.4

0.8.3

01 Sep 00:09

Choose a tag to compare

  • fix: path discovery for filename by context folder 066c1c8
  • refactor: move entry file resolver functions to a dedicated module 5c65c3e

v0.8.2...v0.8.3

0.8.2

10 Jul 02:43

Choose a tag to compare

  • chore: update deps versions and adjust api changes c48bb4b
  • style: remove empty line d95f53b
  • feat: re-apply JSDoc types to separeted files 7eed6e6
  • docs: fix npm create command, add @latest tag a1f3b53

v0.8.1...v0.8.2

Full Changelog: v0.8.1...v0.8.2

0.8.1

05 Jul 18:02

Choose a tag to compare

  • fix: move CamBakerConfig types back to config.mjs to enable expose 03b62d9

v0.8.0...v0.8.1

0.8.0

04 Jul 05:02

Choose a tag to compare

  • feat: add reInitialize lifecycle function for dev bundle 40cef54
  • feat: add JSDoc type checking and annotations fixes 3e0e7a0
  • fix: remove deprecated scripts 0afe246
  • docs: add general config page 7c2c1e6
  • docs: add new pages structure 0df6e69
  • docs: update readme 1baeb73
  • docs: update several docs guide pages 83ac65f

v0.7.1...v0.8.0

0.7.1

05 Jun 19:40

Choose a tag to compare

  • chore: add node version to package.json aa3cd14
  • chore: update .npmignore to root dirs 443151a
  • chore: update npmignore and add package.json homepage 92b3390

v0.7.0...v0.7.1

0.7.0

05 Jun 17:59

Choose a tag to compare

  • chore: add npmignore to ignore docs 7265f3e
  • docs: add stop cmd to CLI page 1c7a71c
  • docs: update README 23dcbc4
  • feat: improve JSDocs annotations and set Camunda Run default version to 7.19 7f07801
  • refactor: comment auto-migration and auto-purge features, wip 5fd3ab8
  • feat: move baker create to separeted repository for supporting npm create ab52186
  • chore: fix lint-staged files ext bdc777e
  • chore: update run-camunda and add prepare command ad5cc7e
  • docs: add README dark mode badge ca16126
  • docs: add support to dark logo b58404d
  • docs: move logo img to public dir 9380454
  • docs: add home page logo 81eb2f6
  • docs: add vitepress cleanUrls config be096fd
  • docs: add netlify badge 8e778f4
  • docs: add base docs with vitepress 0b56565
  • chore: add vitepress and config lint-staged 04dfd7c
  • docs: update cam-baker badge 2728568
  • fix: set import cam-baker from package instead local ref 73d670d
  • fix: add a early return reject on camunda-run download errors b77285a
  • fix: rename fullDir to fullPath, and only use packageName on fullPath when not using cwd already d5121e5
  • fix: set process.env properly when running shell.exec 613712e

v0.6.0...v0.7.0

0.6.0

27 Feb 02:45

Choose a tag to compare

  • fix: remove linebreak from gitignore template and only rename gitignore filename when setting dest name d4071e6
  • feat: add create command fb03701
  • chore: add prompts dep and create command 1516fed
  • chore: ignore only root /src used in local tests 12b77d2
  • feat: add initial base template 6e517c1
  • style: change node lib full import to named import 64e0a68
  • feat: add camundaRun and autodeploy startup 33364af
  • fix: make bundle, buildHtml and onHtmlChange functions returns promises f0a026e
  • fix: move server usage check to inside serve script 8743dae
  • feat: add camunda-run autodeploy feature b66b9ce
  • chore: update lock deps and .gitignore 65ca491
  • feat: add camunda .bpmn resource finder parser 3df6b21
  • feat: add camunda rest-api implementation 587b54c
  • feat: add baker stop command for stopping camunda-run instance 2ef86f4
  • feat: add camunda-run integration 85b0b9c
  • fix: remove old bin files d38394c
  • fix: update package.json scripts to new bin filename 9133b48
  • fix: change bin files to equivalent package.json bin prop 7dcd2ef
  • docs: fix README typo 60e6ee9
  • docs: fix custom env var prefix usage example 853ecb0

v0.5.0...v0.6.0

0.5.0

20 Feb 20:13

Choose a tag to compare

  • docs: update default public env vars prefix to PUBLIC_ instead CAMUNDA_ 6c45e39
  • feat: change default prefix of exposed env variables from CAMUNDA_ to PUBLIC_ e018672
  • docs: update Livereload description 718e5ae
  • docs: fix watch propertie name on examples 51b528d
  • docs: fix default command text 3fa0dbc
  • docs: remove commands options from table 7389931

v0.4.2...v0.5.0