Skip to content

Latest commit

 

History

History
219 lines (78 loc) · 7.96 KB

CHANGELOG.md

File metadata and controls

219 lines (78 loc) · 7.96 KB

0.11.1 (2024-05-14)

Bug Fixes

  • Only show explorer context menu in miyagi projects (7de4339)

0.11.0 (2024-05-03)

Features

  • Activate extension only if miyagi configuration file found in workspace (657f153)

0.10.2 (2023-10-02)

0.10.1 (2023-07-11)

0.10.0 (2023-04-05)

Features

0.9.0 (2023-02-13)

Bug Fixes

  • document-links: Allow quotes in YAML values (1564a8e)

Features

  • document-links: Namespaces in schema and mock references (Fix #115) (07d0c0b)

0.8.2 (2022-10-25)

Bug Fixes

  • Ignore miyagi projects in Git-ignored folders (Close #38) (52ce4c1)
  • Only show explorer context menu for miyagi projects (bf28af6)

0.8.1 (2022-10-17)

Bug Fixes

  • Rename "Generate Mock" to "Generate Mocks" (31e25fd)

0.8.0 (2022-10-14)

Features

  • Add mock generator to component context menu (Close #2) (e88f030)
  • Group context menu commands in submenu (2e59127)

0.7.0 (2022-09-28)

Features

0.6.2 (2022-09-01)

Bug Fixes

  • document-links: Link $tpl in mocks to template file (#34) (85c0960)

0.6.1 (2022-08-28)

Bug Fixes

0.6.0 (2022-08-26)

Bug Fixes

  • document-links: Resolve schema links on click (5cccd58)
  • Improve Twig link regex (96d44d1)
  • Reference schemas by ID instead of filename (f0b9b83)

Features

  • Add schema properties completion to templates (dd91a91)

0.5.1 (2022-08-13)

Bug Fixes

  • Don't restrict Twig links to .twig files (6e99750)

0.5.0 (2022-08-13)

Features

  • Extend feature documentation (0405a75)
  • Linked template files in Twig templates (7528bbb)

0.4.3 (2022-08-08)

0.4.2 (2022-08-08)

Bug Fixes

  • lint: Valid component path detection (d721af6)

0.4.1 (2022-08-02)

Bug Fixes

  • Enable document links for all file schemes (Close #15) (baf0867)
  • Warn when trying to create/lint component outside of components folder (Close #4) (97bc1b4)

0.4.0 (2022-08-02)

Bug Fixes

  • Add more verbose error logging (Close #10) (6a878d4)
  • Cache clearing on miyagi config change (3d578db)

Features

0.3.0 (2022-07-21)

Bug Fixes

  • Better command naming and context menu placement (1ee234d)

Features

  • Linked $ref and $tpl in schemas/mocks (Close #5) (efd3f0c)

0.2.1 (2022-07-18)

Bug Fixes

  • new-component: Remove <componentPath> placeholder from name input box (b4183d3)

0.2.0 (2022-07-17)

Features

  • Handle multiple miyagi projects (Close #1) (060b099)

0.1.1 (2022-07-14)

Features