Skip to content

Releases: samdion1994/mocky-mock-vscode

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:38
03943f8

0.4.2 (2026-08-04)

Bug Fixes

  • update publisher name from 'legacylens' to 'lanparty' in package.json (74b5693)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:28
3d48201

0.4.1 (2026-08-04)

Bug Fixes

  • verify pinned CLI release has release.yml's required assets (acd189c)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 02:13
bd9ead1

0.4.0 (2026-08-04)

Features

  • add Export Mainframe-Ready COBOL command (5093b2c)
  • add mockymock.exportMainframe command (b874c7f)
  • register Export Mainframe-Ready COBOL in the command palette (4931239)

Bug Fixes

  • add cacheSeconds parameter to download badge in README (396fca8)
  • address final whole-branch review findings for mainframe export command (e72c827)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:06
51f0486

0.3.0 (2026-08-03)

Features

  • add CI-bundled mockymock CLI binary and update documentation (2c2fd53)

Bug Fixes

  • add missing repository field in package.json (443598a)
  • correct typo in .gitignore for docs/ entry (1e656a0)
  • remove duplicate entry for docs/ in .gitignore (b1cddde)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 16:56
a878eeb

0.2.0 (2026-08-03)

Features

  • add environment readiness decision functions (6b1d01e)
  • add EnvironmentManager for mockymock/Docker bootstrap (e05fa29)
  • build and execute the mockymock run invocation (646b017)
  • bundle mockymock's example COBOL programs into the extension (f596634)
  • cut: implement provider-based parameterized test cases (4bbe34b)
  • debug: add DebugAdapterDescriptorFactory and configuration provider (5073c05)
  • debug: add mockymock lint preflight to interactive debugging (1c89629)
  • debug: add mockymock lint preflight to the interactive debug session (33a9731)
  • environment: add supportsDebugCommand capability preflight (3a7db49)
  • environment: add supportsTraceFlag capability preflight (a901ea0)
  • environment: resolveExecutablePath checks for a bundled CLI binary (f560234)
  • environment: thread extensionPath to every resolveExecutablePath call site (c1e360a)
  • map JUnit results onto expected test case names (34240cf)
  • parse mockymock's JUnit XML output (b0229c1)
  • parse TESTSUITE/TESTCASE names from .cut files (4a25eca)
  • pytest-grade test experience -- per-case runs, inline diffs, coverage, continuous run, lint, .cut language (9b495d8)
  • testing: add Debug (Execution Trace) test run profile (a0af846)
  • testing: add Debug (Interactive) test run profile (beb2111)
  • testing: add trace-JSON parser and console-style renderer (895f404)
  • testing: plumb --trace-json through buildRunArgs and runSuite (496ed1d)
  • wire the Test Controller into extension activation (6b5f412)

Bug Fixes

  • address final review findings (staging leakage, vsix filenames, docs, test coverage) (ce90087)
  • address final whole-branch review findings (Docker detection, arg quoting, install re-verify) (870c9b0)
  • address Task 8 test controller review findings (cdab942)
  • debug: cover evaluateLintResult's no-code/no-line branch, note case scope (f669cc8)
  • debug: enable breakpoints on .cbl COBOL source (820e7a2)
  • exclude .superpowers/ scratch directory from packaged .vsix (b2432fc)
  • scope CI workflow token permissions (3d19f85)
  • surface unattributed test failures, wire status bar click to a real action (0475999)