Skip to content

Latest commit

 

History

History
139 lines (63 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

139 lines (63 loc) · 6.76 KB

Changelog

1.9.1 (2024-05-18)

Bug Fixes

  • handle deprecated vim.tbl_islist function (e9f6f65)
  • replace deprecated vim.lsp.get_active_clients with vim.lsp.get_clients (c19f945)

1.9.0 (2024-03-28)

Features

  • fvm: support FVM in monorepo setup (21c4496)

Bug Fixes

  • guides: prevent overwriting custom guide colors (#335) (e44df1c)

1.8.0 (2024-02-14)

Features

Bug Fixes

  • don't attach lsp to buffer with empty path (78b5a42)

1.7.0 (2024-01-03)

Features

  • add option to configure flutter mode via config (#314) (69466cc)
  • add performance_overlay, repaint_rainbow and slow_animations commands (deb4fa8)
  • add web port param to config (#320) (b13d46b)

1.6.0 (2023-12-18)

Features

  • commands: add install/uninstall commands to menu (#315) (cd73844)

Bug Fixes

  • commands: set current device while running project (045fa0f)

1.5.1 (2023-10-04)

Bug Fixes

  • dap: fix cwd not being considered (0c97d46)

1.5.0 (2023-10-01)

Features

  • dap: add custom commands to dap (af591f5)

1.4.1 (2023-09-20)

Bug Fixes

  • lsp rename when files with import is opened in another buffer (29da857)

1.4.0 (2023-09-18)

Features

1.3.1 (2023-07-24)

Bug Fixes

  • dap: define adapter and config when running standalone dart (#272) (356f643)

1.3.0 (2023-05-10)

Features

Bug Fixes

  • lsp: avoid using private lsp client methods (3ec80d3), closes #256

1.2.1 (2023-05-04)

Bug Fixes

1.2.0 (2023-04-20)

Features

  • commands: add option to silence flutter errors (#246) (bafdc2c)

1.1.0 (2023-04-18)

Features

  • add FlutterRename command (#234) (4d9391b)
  • config: add project configuration (#232) (f898ac2)
  • decorations: view selected project config in statusline (#241) (5967d65)

1.0.2 (2023-03-31)

Bug Fixes

  • color: ensure values exist when setting colors (bdd6365)

1.0.1 (2023-03-31)

Bug Fixes

  • color: use correct require path (f12b1f4)
  • config: use correct require path (7db39ef)