Skip to content

Latest commit

 

History

History
863 lines (707 loc) · 32.8 KB

CHANGELOG.md

File metadata and controls

863 lines (707 loc) · 32.8 KB

Changes logs

History

Details

1.2.7-alpha.0

  • fix(fetch): could not download file via post method (faef319)
  • fix(test): sometimes package manager test failed (17e037a)
  • feat(fn-throttle): auto remove when reached the event (792c59f)
  • feat(fn-debounce): auto remove when reached the event (88807dc)

1.2.6

  • feat: add url encode/decode in UtilityFunctionManager (cea6876)
  • refactor!: base64 (f02c666)
  • feat(scene'thread): support a new prop "tagsDir" (f171739)
  • fix(scene'thread): tagDir not passed in a new thread (6693b0c)
  • chore: prerelease 1.2.6-alpha.34 (196c110)
  • fix(env,vars): support load var, env from files (e11f15f)
  • fix(fetch,http): allow upload data from url (4a42b39)
  • chore: prerelease 1.2.6-alpha.33 (1b39a4b)
  • fix(fetch): add more information when error (42cf490)
  • fix: remove _name property (4fcc2a6)
  • fix(script): fix version script (ed27da9)
  • fix($utils): support yaml (367c9e8)
  • doc(file): Update document (2c4cc2e)
  • chore: prerelease 1.2.6-alpha.32 (f829315)
  • feat(fn-queue): create fn-queue tag (8b4a4b0)
  • chore: prerelease 1.2.6-alpha.29 (03be103)
  • fix: push trace error stack in "trace" level (bc9f46c)
  • chore: prerelease 1.2.6-alpha.28 (5224389)
  • feat: add error stack (14874b5)
  • chore: prerelease 1.2.6-alpha.27 (a8157ed)
  • chore: prerelease 1.2.6-alpha.26 (91f61f0)
  • feat: support preview flows via cli (b801c80)
  • dev: add ci:build:dev to build without clear dist (776a27b)
  • chore: prerelease 1.2.6-alpha.23 (b5a3b8a)
  • fix: show logs detail when error (9b7fc4f)
  • chore: prerelease 1.2.6-alpha.22 (7c18bd5)
  • ci: update share with new version (084a31b)
  • chore: prerelease 1.2.6-alpha.21 (1bca5b5)
  • feat!: replace force to failure (f301c34)
  • chore: prerelease 1.2.6-alpha.20 (f98dc38)
  • fix: fn-debounce, fn-throttle reused last parentState (4f27076)
  • chore: prerelease 1.2.6-alpha.19 (81ae2c0)
  • feat: fn-debounce'touch, fn-throttle'touch (60c1c4b)
  • chore: prerelease 1.2.6-alpha.17 (0ddc4c9)
  • feat: allow recall fn-throttle, fn-debounce by name (ec2f4eb)
  • refactor(debounce): Seperate DebounceManager, ThrottleManager (bfe4bb6)
  • feat: allow re-call throttle, debounce when existed (34c953a)
  • feat(fn-*): support flush, cancel, delete multiple name (176137b)
  • chore: prerelease 1.2.6-alpha.16 (edec994)
  • fix: could not eval script when got \n (b7540ba)
  • test: add unit test fn-debounce, fn-throttle, fn-singleton (895a29d)
  • chore: prerelease 1.2.6-alpha.15 (02f4b2d)
  • feat: Add cancel, flush, del for debounce, throttle, singleton (19804ec)
  • chore: prerelease 1.2.6-alpha.14 (b3ea7ad)
  • chore: prerelease 1.2.6-alpha.13 (aa2d674)
  • fix!: replace mutexLock, debounce, throtle in group to new elements (f400a28)
  • fix(scene'thread): id not auto generate when not set (f342738)
  • chore: prerelease 1.2.6-alpha.12 (322928c)
  • refactor: optimize & standard code (4230f4c)
  • refactor: Replace update var event name to symbol (47eff80)
  • chore: prerelease 1.2.6-alpha.11 (877ae2b)
  • fix: Proxy could not detect mutex, throttle, debounce (7ef340e)
  • chore: prerelease 1.2.6-alpha.10 (c7cc729)
  • feat: support mutex props (11cd819)
  • chore: prerelease 1.2.6-alpha.9 (bfc326f)
  • feat: support throttle, debounce props (037432f)
  • chore: prerelease 1.2.6-alpha.8 (6397426)
  • fix: EventLogger and FileLogger, add more logs to debug (926ea43)
  • feat(scene'process): Support global event in app (be074eb)
  • feat(event): support "opts", "eventOpts" and "eventOpt" (e5eeb61)
  • perf: optimize event logger (efc30ab)
  • chore: prerelease 1.2.6-alpha.7 (5ea29df)
  • fix: multiple output not working on scene'process (ff9e2f2)
  • chore: prerelease 1.2.6-alpha.6 (a05b902)
  • fix: unit test (8d95dfe)
  • feat(cli): support handle logs via event in scene (3282fe2)
  • feat: expose ENABLE_LOGGER_PREFIX to env (24a0d73)
  • perf: auto inject some default properties to proxy (249e805)
  • fix: update logger (2a3a35e)
  • refactor: Integrated event in rootScene to global (b5ab896)
  • feat: add new "event" element (ee27e57)
  • perf: optimze localVars in scene (0d6d67e)
  • chore: prerelease 1.2.6-alpha.5 (20039b6)
  • fix: console.log with "silent" level (086ed2c)
  • refactor: update format to log console (7a69148)
  • feat(cli): Support write log to file (707814f)
  • chore: prerelease 1.2.6-alpha.4 (7ae3e57)
  • fix(include): load content from cached in scene (c652a38)
  • feat: support "cached" for scene (747b09f)
  • perf: optimize ram (528af24)
  • chore: prerelease 1.2.6-alpha.3 (82b1a7c)
  • fix: use "npm" is default package manager to test (39f9217)
  • perf: optimize scene, rootScene (c7c0258)
  • fix(http'server'): support return response header (e699088)
  • fix: summary for debug mode (9ae8d26)
  • feat: add --tty to enable/disable output color in logger (be75b17)
  • refactor: replace utils to singleton (cbb1a5c)
  • fix: logger level should be inherited from parent (bcf53f8)
  • chore: prerelease 1.2.6-alpha.2 (7999524)
  • perf: optimize code, fix eslint (00ec648)
  • chore: prerelease 1.2.6-alpha.1 (45f4de5)
  • refactor: Replace class template managers by Map (e4ef17d)
  • optimize: Reuse LoggerLevel to replace LevelNumber (63bb2c2)
  • feat: support "cached" in "include" tag (c93d6d6)
  • fix: auto install packages failed (73b9474)
  • fix: remove unused warning for "runs" in element (2630130)
  • chore: prerelease 1.2.6-alpha.0 (20bf443)
  • perf: optimize scene and group (4f0ddd1)
  • fix: remove unused WeakRef (52e0c60)
  • fix: warning for new "runs" attribute (e895aa2)

1.2.6-alpha.34

  • fix(env,vars): support load var, env from files (e11f15f)
  • fix(fetch,http): allow upload data from url (4a42b39)

1.2.6-alpha.33

  • fix(fetch): add more information when error (42cf490)
  • fix: remove _name property (4fcc2a6)
  • fix(script): fix version script (ed27da9)
  • fix($utils): support yaml (367c9e8)
  • doc(file): Update document (2c4cc2e)

1.2.6-alpha.32

  • feat(fn-queue): create fn-queue tag (8b4a4b0)

1.2.6-alpha.29

  • fix: push trace error stack in "trace" level (bc9f46c)

1.2.6-alpha.28

  • feat: add error stack (14874b5)

1.2.6-alpha.27

1.2.6-alpha.26

  • feat: support preview flows via cli (b801c80)
  • dev: add ci:build:dev to build without clear dist (776a27b)

1.2.6-alpha.23

  • fix: show logs detail when error (9b7fc4f)

1.2.6-alpha.22

  • ci: update share with new version (084a31b)

1.2.6-alpha.21

  • feat!: replace force to failure (f301c34)

1.2.6-alpha.20

  • fix: fn-debounce, fn-throttle reused last parentState (4f27076)

1.2.6-alpha.19

  • feat: fn-debounce'touch, fn-throttle'touch (60c1c4b)

1.2.6-alpha.17

  • feat: allow recall fn-throttle, fn-debounce by name (ec2f4eb)
  • refactor(debounce): Seperate DebounceManager, ThrottleManager (bfe4bb6)
  • feat: allow re-call throttle, debounce when existed (34c953a)
  • feat(fn-*): support flush, cancel, delete multiple name (176137b)

1.2.6-alpha.16

  • fix: could not eval script when got \n (b7540ba)
  • test: add unit test fn-debounce, fn-throttle, fn-singleton (895a29d)

1.2.6-alpha.15

  • feat: Add cancel, flush, del for debounce, throttle, singleton (19804ec)

1.2.6-alpha.14

1.2.6-alpha.13

  • fix!: replace mutexLock, debounce, throtle in group to new elements (f400a28)
  • fix(scene'thread): id not auto generate when not set (f342738)

1.2.6-alpha.12

  • refactor: optimize & standard code (4230f4c)
  • refactor: Replace update var event name to symbol (47eff80)

1.2.6-alpha.11

  • fix: Proxy could not detect mutex, throttle, debounce (7ef340e)

1.2.6-alpha.10

  • feat: support mutex props (11cd819)

1.2.6-alpha.9

  • feat: support throttle, debounce props (037432f)

1.2.6-alpha.8

  • fix: EventLogger and FileLogger, add more logs to debug (926ea43)
  • feat(scene'process): Support global event in app (be074eb)
  • feat(event): support "opts", "eventOpts" and "eventOpt" (e5eeb61)
  • perf: optimize event logger (efc30ab)

1.2.6-alpha.7

  • fix: multiple output not working on scene'process (ff9e2f2)

1.2.6-alpha.6

  • fix: unit test (8d95dfe)
  • feat(cli): support handle logs via event in scene (3282fe2)
  • feat: expose ENABLE_LOGGER_PREFIX to env (24a0d73)
  • perf: auto inject some default properties to proxy (249e805)
  • fix: update logger (2a3a35e)
  • refactor: Integrated event in rootScene to global (b5ab896)
  • feat: add new "event" element (ee27e57)
  • perf: optimze localVars in scene (0d6d67e)

1.2.6-alpha.5

  • fix: console.log with "silent" level (086ed2c)
  • refactor: update format to log console (7a69148)
  • feat(cli): Support write log to file (707814f)

1.2.6-alpha.4

  • fix(include): load content from cached in scene (c652a38)
  • feat: support "cached" for scene (747b09f)
  • perf: optimize ram (528af24)

1.2.6-alpha.3

  • fix: use "npm" is default package manager to test (39f9217)
  • perf: optimize scene, rootScene (c7c0258)
  • fix(http'server'): support return response header (e699088)
  • fix: summary for debug mode (9ae8d26)
  • feat: add --tty to enable/disable output color in logger (be75b17)
  • refactor: replace utils to singleton (cbb1a5c)
  • fix: logger level should be inherited from parent (bcf53f8)

1.2.6-alpha.2

  • perf: optimize code, fix eslint (00ec648)

1.2.6-alpha.1

  • refactor: Replace class template managers by Map (d950d8f)
  • optimize: Reuse LoggerLevel to replace LevelNumber (5366054)
  • fix: auto install packages failed (73b9474)
  • fix: remove unused warning for "runs" in element (2630130)

1.2.6-alpha.0

  • perf: optimize scene and group (4f0ddd1)
  • fix: remove unused WeakRef (52e0c60)
  • fix: warning for new "runs" attribute (e895aa2)

1.2.5

  • feat: Support "runs" in proxy and element (e9189aa)
  • ci: Remove unused env in docker image (2a4c453)
  • refactor(exec): optimization (9ec2cf2)
  • refactor(sh): optimization (2dfdc6f)

1.2.4

  • hotfix: http server not eval value into server.auth (30e5323)

1.2.3

  • fix: getParentByClassName is not correct in innerRunsProxy (82536f9)
  • perf: prevent to load unused package (6f9f1b1)
  • ci: Add confirm to push when update to next version (2c96c38)
  • chore: prerelease 1.2.3-alpha.9 (e2598aa)
  • feat(http'server): Support customize check authentication (58e4ac2)
  • refactor: Remove http'job (5ff91cc)
  • chore: prerelease 1.2.3-alpha.8 (1c1a147)
  • optimize!: allow prepare data before exec in group (9007d7b)
  • fix!: remove "optimize-mode", "innerRunsProxy" (1ab86b3)
  • chore: prerelease 1.2.3-alpha.7 (fbc7f98)
  • fix: include in "best" mode not working (5465cec)
  • chore: prerelease 1.2.3-alpha.6 (150d1e6)
  • fix(detach): dispose all of element before done (f644019)
  • ci: add default OPTIMIZE_MODE env in the docker image (6335ad9)
  • chore: prerelease 1.2.3-alpha.5 (6b328dd)
  • feat: support "--optimize-mode" and OPTIMIZE_MODE env (0b9c38a)
  • fix: separate logger factory (8013484)
  • perf: optimize code (8f67f77)
  • fix: remove unsed libs and replace axios to fetch in PM (b7f474b)
  • chore: prerelease 1.2.3-alpha.4 (a9def79)
  • fix(worker): logger not inherited from main process (cd4bade)
  • feat(include): Support includes a folder (1a17a9f)
  • chore: prerelease 1.2.3-alpha.3 (a515604)
  • fix: optimize logger (15794b4)
  • fix: remove unused "vars" tags (4afef37)
  • ci: auto create a pull to merge code after each release done (c9a9bb7)
  • chore: prerelease 1.2.3-alpha.2 (c879c1c)
  • feat(dev): Auto detect to support "runs" in a element (2b4dfbd)
  • chore: prerelease 1.2.3-alpha.1 (029b7ab)
  • fix: update http'server unit test (7ad0da3)
  • fix: Update log level in log format (690ee0f)
  • feat: add new tag http'server (e80bf29)
  • chore: prerelease 1.2.3-alpha.0 (7fcddfe)
  • fix: update log format (142bfbe)
  • fix: Add time into log when set debug mode (4abf184)
  • perf: Release unused object before running (04d3f05)
  • fix: Update format to log label (dbeb931)
  • fix: delay dispose detach when before program exits (8be7f11)
  • feat: add "fetch" tags (f2c8d00)
  • fix!: separate "cron" tag to "ymlr-cron" project (dd8e707)

1.2.3-alpha.9

  • feat(http'server): Support customize check authentication (58e4ac2)
  • refactor: Remove http'job (5ff91cc)

1.2.3-alpha.8

  • optimize!: allow prepare data before exec in group (9007d7b)
  • fix!: remove "optimize-mode", "innerRunsProxy" (1ab86b3)

1.2.3-alpha.7

  • fix: include in "best" mode not working (5465cec)

1.2.3-alpha.6

  • fix(detach): dispose all of element before done (f644019)
  • ci: add default OPTIMIZE_MODE env in the docker image (6335ad9)

1.2.3-alpha.5

  • feat: support "--optimize-mode" and OPTIMIZE_MODE env (0b9c38a)
  • fix: separate logger factory (8013484)
  • perf: optimize code (8f67f77)
  • fix: remove unsed libs and replace axios to fetch in PM (b7f474b)

1.2.3-alpha.4

  • fix(worker): logger not inherited from main process (cd4bade)
  • feat(include): Support includes a folder (1a17a9f)

1.2.3-alpha.3

  • fix: optimize logger (15794b4)
  • fix: remove unused "vars" tags (4afef37)
  • ci: auto create a pull to merge code after each release done (c9a9bb7)

1.2.3-alpha.2

  • feat(dev): Auto detect to support "runs" in a element (2b4dfbd)

1.2.3-alpha.1

  • fix: update http'server unit test (7ad0da3)
  • fix: Update log level in log format (690ee0f)
  • feat: add new tag http'server (e80bf29)

1.2.3-alpha.0

  • fix: update log format (142bfbe)
  • fix: Add time into log when set debug mode (4abf184)
  • perf: Release unused object before running (04d3f05)
  • fix: Update format to log label (dbeb931)
  • fix: delay dispose detach when before program exits (8be7f11)
  • feat: add "fetch" tags (f2c8d00)
  • fix!: separate "cron" tag to "ymlr-cron" project (dd8e707)

1.2.2

  • fix: not return result after executed (ab2ec6e)
  • feat!: remove preScript and postScript (ee39eab)
  • chore: prerelease 1.2.2-alpha.2 (6bb696e)
  • fix: redesign package manager to support many types (cf041c5)
  • cicd: Add docker build/publish for "bun" tag (458e225)
  • feat: Support bun.sh (7c3efb4)
  • chore: prerelease 1.2.2-alpha.1 (0878f45)
  • fix: eslint (1220354)
  • feat: support shortcut for async (f4783a2)
  • perf: optimize package installation (d26ca32)
  • fix: Cron exited ASAP after run (dca0f04)
  • chore: prerelease 1.2.2-alpha.0 (9dc338d)
  • fix: display not correct when description is multiple line (39eca3b)
  • fix: eslint (a96a578)
  • feat: add "stop" tag to stop all of group/job tag (2a2a76c)
  • feat: add new "cron" tag to schedule tasks (881fceb)
  • perf: optimize group tag (02015f1)
  • feat: add echo'debug to show timestamp (a88c457)
  • feat: add format date in $utils (1aae061)
  • feat: add new echo'debug (28cfdee)
  • refactor: Apply override into .ts (4e8a65d)
  • refactor: Update logger formater (c71d402)
  • feat: Expose some functions to $utils (d85f8b8)
  • feat: support "else" props (3aaf717)
  • fix: Commit includes " error (72fb34c)
  • fix: input suggestion not allow add new value (3d1c110)

1.2.2-alpha.2

  • fix: redesign package manager to support many types (cf041c5)
  • cicd: Add docker build/publish for "bun" tag (458e225)
  • feat: Support bun.sh (7c3efb4)

1.2.2-alpha.1

  • fix: eslint (1220354)
  • feat: support shortcut for async (f4783a2)
  • perf: optimize package installation (d26ca32)
  • fix: Cron exited ASAP after run (dca0f04)

1.2.2-alpha.0

  • fix: display not correct when description is multiple line (39eca3b)
  • fix: eslint (a96a578)
  • feat: add "stop" tag to stop all of group/job tag (2a2a76c)
  • feat: add new "cron" tag to schedule tasks (881fceb)
  • perf: optimize group tag (02015f1)
  • feat: add echo'debug to show timestamp (a88c457)
  • feat: add format date in $utils (1aae061)
  • feat: add new echo'debug (28cfdee)
  • refactor: Apply override into .ts (4e8a65d)
  • refactor: Update logger formater (c71d402)
  • feat: Expose some functions to $utils (d85f8b8)
  • feat: support "else" props (3aaf717)
  • fix: Commit includes " error (72fb34c)
  • fix: input suggestion not allow add new value (3d1c110)

1.2.1

  • feat: add new "elseif" tag (c0c7259)
  • feat!: replace "continue" tag to "continue" attribute (3d2136f)
  • chore: prerelease 1.2.1-alpha.2 (c197d66)
  • fix(scene): step with only run always ignore others (0b3ac38)
  • fix: Update command in docker file (61566b3)
  • feat(elementProxy): add "detach" props (aecf413)
  • chore: prerelease 1.2.1-alpha.1 (767e59d)
  • feat: add include tag to include a scene file (10b14bc)
  • ci: Chagne latest image to node, not alpine (97a1908)

1.2.1-alpha.2

  • fix(scene): step with only run always ignore others (0b3ac38)
  • fix: Update command in docker file (61566b3)
  • feat(elementProxy): add "detach" props (aecf413)

1.2.1-alpha.1

  • feat: add include tag to include a scene file (10b14bc)
  • ci: Chagne latest image to node, not alpine (97a1908)

1.2.0

  • refactor(scene)!: Remove scope, scene now is only got "local" scope (12e27fb)
  • feat(scene): Allow to load a file into a scene (ee2fb33)
  • feat(scene): Support "env" attribute in root scene (19d9db2)
  • feat: support debug is boolean value (6330f0d)
  • chore: prerelease 1.1.12-alpha.3 (cadc2b2)
  • feat(logger): Allow listen logger event (07e578a)
  • chore: prerelease 1.1.12-alpha.2 (91ec0b2)
  • feat(logger): Allow filter log by tag context (efd0a07)
  • chore: prerelease 1.1.12-alpha.1 (4d4b7bc)
  • feat(eproxy): support skip, only run for specific step (295e26e)
  • chore: patch 1.1.11 (9a9594a)
  • perf: optimize logger and update logger formatter (2a563df)
  • refactor!: Remove tag "view" (96c23d7)
  • perf: optimize logger (dceb527)
  • chore: prerelease 1.1.11-alpha.4 (acd72ae)
  • refactor(logger): change style log to display on console (7bc6306)
  • fix: npm install error when prefer offline (e76f9a1)
  • feat: add spinner for each step (4eafe59)
  • ci: Auto rebuild vscode extension when ymlr is upgraded (bf7d3ee)
  • chore: prerelease 1.1.11-alpha.0 (aa3736f)
  • fix: path in scene not replace by expression (fb27533)
  • chore: patch 1.1.10 (1103b4d)
  • feat: add "js", "sh" tags (4172b26)
  • test: add new test to test async task in http'job (d0655ce)
  • fix(upgrade): not save new version in package.json when upgrade packages (432e8c3)
  • chore: prerelease 1.1.10-alpha.0 (ec3f1e9)
  • fix(scene'process): could not pass circle refs global vars (68b12b2)
  • feat(scene'process): allow clone template (6322819)
  • chore: patch 1.1.9 (0dfb598)
  • fix(scene): scope is not working (328e936)
  • fix(scene-process): not share variable (baf7d05)
  • chore: patch 1.1.8 (890b57a)
  • feat: Support pass multiple env-files (235f55d)
  • fix: ymlr cli could not executed (d0475e5)
  • refactor: Replace pnpm to yarn (920326c)
  • chore: patch 1.1.6 (3db4af7)
  • feat: add "id" props to ref to elementProxy (ee9bbec)
  • feat: allow change default package manager priority (d05741a)
  • ci: fix pnpm new version is error (406509e)
  • chore: patch 1.1.5 (672c678)
  • feat: add YAML type "!regex" (5267a70)
  • feat: support preScript, postScript in proxy (a17dc2c)
  • fix(ssh.yaml): tput: No value for $TERM and no -T specified (f32ca79)
  • chore: patch 1.1.4 (af27161)
  • feat: add new tag scene'returns (24a7640)
  • doc(share/ssh): show log debug (b2b2d94)
  • chore: patch 1.1.3 (c042c42)
  • doc: add a new utils scene to connect to ssh (640b4aa)
  • feat: auto pass $parentState from parent (2edf64f)
  • feat(exec'sh): Support timeout and exec in a new process (bb23ccf)
  • feat: Handle on app exit event, event global (96e1b4b)
  • chore: patch 1.1.2 (abbb44f)
  • doc: share a scene to upload a file to tmpfiles server (81a8d5a)
  • refactor: Replace fetch to axios (50777ac)
  • refactor(http): Replace fetch native to node-fetch (0ffb512)
  • fix(scene): Allow pass string in scene'process (e525a64)
  • fix(docker): Update example scene (0345c3c)
  • chore: patch 1.1.1 (1915638)
  • refactor(echo)!: Remove quick print color tag (bd6102e)
  • refactor: replace yaml to js-yaml libs (97a5397)
  • fix(scene): $parentState miss & pass input string (7b40db6)
  • chore: prerelease 1.1.1-alpha.3 (87e2b93)
  • feat(scene): separate scene to scene-process (01025e0)
  • feat(scene): add "scope" in scene (4ce6bfc)
  • fix(debug): debug is not overrided (d69750e)
  • fix(FileTemp): replace to sync create function (6d4e592)
  • fix(scene): pass env, tagDirs to new process (5e4c90f)
  • feat: support run a scene as a child process (b1b968b)
  • chore: patch 1.1.0 (c3be755)
  • refactor!: change "vars", "utils", "parentState"... (4642674)
  • refactor: remove inject default properties in element (e75528b)
  • feat!: separate element proxy (95acbb9)

1.1.12-alpha.3

  • feat(logger): Allow listen logger event (07e578a)

1.1.12-alpha.2

  • feat(logger): Allow filter log by tag context (efd0a07)

1.1.12-alpha.1

  • feat(eproxy): support skip, only run for specific step (295e26e)

1.1.11

  • perf: optimize logger and update logger formatter (2a563df)
  • refactor!: Remove tag "view" (96c23d7)
  • perf: optimize logger (dceb527)
  • chore: prerelease 1.1.11-alpha.4 (acd72ae)
  • refactor(logger): change style log to display on console (7bc6306)
  • fix: npm install error when prefer offline (e76f9a1)
  • feat: add spinner for each step (4eafe59)
  • ci: Auto rebuild vscode extension when ymlr is upgraded (bf7d3ee)
  • chore: prerelease 1.1.11-alpha.0 (aa3736f)
  • fix: path in scene not replace by expression (fb27533)

1.1.11-alpha.4

  • refactor(logger): change style log to display on console (7bc6306)
  • fix: npm install error when prefer offline (e76f9a1)
  • feat: add spinner for each step (4eafe59)
  • ci: Auto rebuild vscode extension when ymlr is upgraded (bf7d3ee)

1.1.11-alpha.2

  • refactor: Update log debug format (af30714)

1.1.11-alpha.0

  • fix: path in scene not replace by expression (fb27533)

1.1.10

  • feat: add "js", "sh" tags (4172b26)
  • test: add new test to test async task in http'job (d0655ce)
  • fix(upgrade): not save new version in package.json when upgrade packages (432e8c3)
  • chore: prerelease 1.1.10-alpha.0 (ec3f1e9)
  • fix(scene'process): could not pass circle refs global vars (68b12b2)
  • feat(scene'process): allow clone template (6322819)

1.1.10-alpha.0

  • fix(scene'process): could not pass circle refs global vars (68b12b2)
  • feat(scene'process): allow clone template (6322819)

1.1.9

  • fix(scene): scope is not working (328e936)
  • fix(scene-process): not share variable (baf7d05)

1.1.8

  • feat: Support pass multiple env-files (235f55d)
  • fix: ymlr cli could not executed (d0475e5)
  • refactor: Replace pnpm to yarn (920326c)

1.1.6

  • feat: add "id" props to ref to elementProxy (ee9bbec)
  • feat: allow change default package manager priority (d05741a)
  • ci: fix pnpm new version is error (406509e)

1.1.5

  • feat: add YAML type "!regex" (5267a70)
  • feat: support preScript, postScript in proxy (a17dc2c)
  • fix(ssh.yaml): tput: No value for $TERM and no -T specified (f32ca79)

1.1.4

  • feat: add new tag scene'returns (24a7640)
  • doc(share/ssh): show log debug (b2b2d94)

1.1.3

  • doc: add a new utils scene to connect to ssh (640b4aa)
  • feat: auto pass $parentState from parent (2edf64f)
  • feat(exec'sh): Support timeout and exec in a new process (bb23ccf)
  • feat: Handle on app exit event, event global (96e1b4b)

1.1.2

  • doc: share a scene to upload a file to tmpfiles server (81a8d5a)
  • refactor: Replace fetch to axios (50777ac)
  • refactor(http): Replace fetch native to node-fetch (0ffb512)
  • fix(scene): Allow pass string in scene'process (e525a64)
  • fix(docker): Update example scene (0345c3c)

1.1.1

  • refactor(echo)!: Remove quick print color tag (bd6102e)
  • refactor: replace yaml to js-yaml libs (97a5397)
  • fix(scene): $parentState miss & pass input string (7b40db6)
  • chore: prerelease 1.1.1-alpha.3 (87e2b93)
  • feat(scene): separate scene to scene-process (01025e0)
  • feat(scene): add "scope" in scene (4ce6bfc)
  • fix(debug): debug is not overrided (d69750e)
  • fix(FileTemp): replace to sync create function (6d4e592)
  • fix(scene): pass env, tagDirs to new process (5e4c90f)
  • feat: support run a scene as a child process (b1b968b)

1.1.1-alpha.3

  • feat(scene): separate scene to scene-process (01025e0)
  • feat(scene): add "scope" in scene (4ce6bfc)
  • fix(debug): debug is not overrided (d69750e)
  • fix(FileTemp): replace to sync create function (6d4e592)
  • fix(scene): pass env, tagDirs to new process (5e4c90f)
  • feat: support run a scene as a child process (b1b968b)

1.1.0

  • refactor!: change "vars", "utils", "parentState"... (4642674)
  • refactor: remove inject default properties in element (e75528b)
  • feat!: separate element proxy (95acbb9)

1.0.0

  • refactor!: Change to new tag format (1ed8f03)
  • fix: throw error when validate version failed (d05ddd3)
  • fix: support code to exit (20e70ff)
  • refactor: script to create a release for sharing (68da0ba)
  • refactor: script to create tag for sharing (41cee43)
  • refactor: script to update version for sharing (b3850db)
  • chore: patch 0.0.1 (1636704)
  • Merge branch 'dev' (ab22008)
  • chore: prerelease 0.0.1-alpha.13 (7d22e20)
  • ci: auto create tag and release base on version (8d156c0)
  • ci: separate tags depends on branch name (103e1b1)
  • fix: npm tag is empty when publish to registry (ffa7285)
  • chore: prerelease v0.0.1-alpha.3 (11995bf)
  • build: auto replace tag in the building progress (f40db2d)
  • chore: add script to auto increase npm version (c2a1669)
  • doc: replace "log" to "debug" (1ba5a30)
  • refactor: replace "log" to "debug" (a1dbd28)
  • build: remove unused github.workflows (891cdc7)
  • build: apply env to github into project (04df927)
  • build: Support alpine and debian images (d626bed)
  • Initial commit (97d5e52)

0.0.1

  • Merge branch 'dev' (ab2200856bc59e68899297fbf7a5bb6e0402dfd3)
  • chore: prerelease 0.0.1-alpha.13 (7d22e20521f0bf745de0264b3b820280f7748fec)
  • ci: auto create tag and release base on version (8d156c09755607e10fd7ef679c8a5564c27eed47)
  • ci: separate tags depends on branch name (103e1b144dd6cc81462e23955f8c0c64e519a31d)
  • fix: npm tag is empty when publish to registry (ffa7285e1a68f12ac73ec6b4e17a36766b3dbc6a)
  • chore: prerelease v0.0.1-alpha.3 (11995bfa0799abbacc5b4ab9d3849c06bdd8eb38)
  • build: auto replace tag in the building progress (f40db2daf1c44ae31dbca68ec5ca7f9d9ee9b9e5)
  • chore: add script to auto increase npm version (c2a1669986ae989ba06563d8ad1e554257634b7c)
  • doc: replace "log" to "debug" (1ba5a302befa2624de8abd05de9bbdfae35ea633)
  • refactor: replace "log" to "debug" (a1dbd28896046e8dfe7938e167d2f6fbfe3fda32)
  • build: remove unused github.workflows (891cdc7dabaf2b06c7b4c42572abba9a39f599b9)
  • build: apply env to github into project (04df92759f5df65c28a3e3470f82562c4093cd57)
  • build: Support alpine and debian images (d626bedd57bd43f7647a42e9d14f5472a8c2f85a)
  • Initial commit (97d5e5234898e6777d21ee378be231ecd93af17c)

0.0.1-alpha.13

  • ci: auto create tag and release base on version (8d156c09755607e10fd7ef679c8a5564c27eed47)
  • ci: separate tags depends on branch name (103e1b144dd6cc81462e23955f8c0c64e519a31d)