Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

48 lines (35 loc) · 1.31 KB

Changelog

0.0.15 (2023-10-10)

  • Add refactor to replace options with min/max value
  • Fix: Enable/Disable template refactor preserves $if conditions

0.0.14 (2023-10-09)

  • Suggest refactors when a matching enable/disable template is found

0.0.13 (2023-08-29)

  • Opening the preview is now done manually

0.0.12 (2023-04-11)

  • Fix: avoid overlapping the config preview with the active editor

0.0.11 (2023-01-26)

  • Fix: Don't move config preview tab when there are multiple editors open side-by-side

0.0.10 (2023-01-25)

  • Fix: support override decorations for same-file $imports

0.0.9 (2023-01-25)

  • Fix: support $imports from the same file
  • Fix: Handle invalid $import statements more gracefully

0.0.8 (2023-01-25)

  • Fix: Writeonly parameters were incorrectly rendered as read/write

0.0.7 (2023-01-25)

  • Config parameters are rendered in a preview

0.0.6 (2023-01-23)

  • Added a quick fix for properties that unnecessarily override $imported properties

0.0.5 (2023-01-23)

  • Fix: Decorations could be shown in wrong editor

0.0.4 (2023-01-23)

  • Diagnostics for overwritten $imported properties
  • Fixed Windows support
  • Perf: Avoid re-parsing config files and imports in all providers

0.0.3 (2023-01-20)

  • Initial release