Skip to content

Latest commit

 

History

History
276 lines (121 loc) · 10.4 KB

File metadata and controls

276 lines (121 loc) · 10.4 KB

Changelog

0.7.3 (2026-02-02)

Bug Fixes

  • lsp-handler: when ft_fallback is nil and no filetypes provided (#99) (3fdd5f6)

0.7.2 (2026-02-02)

Bug Fixes

  • lsp-handler: forgot a check from last change (#97) (1effec7)

0.7.1 (2026-02-02)

Bug Fixes

  • lsp-handler: allow ft_fallback to return (or be) nil (#95) (fbc9ce6)

0.7.0 (2026-01-28)

Features

  • mod_dir_to_spec: add mod_dir_to_spec (4b4db45)

0.6.0 (2026-01-22)

Features

  • lsp: now listens to priority for hooks (#89) (04c8ad7)

0.5.0 (2026-01-21)

Features

  • debug: lzextras.debug display and show_state (f255bc8)

0.4.2 (2025-04-20)

Bug Fixes

  • lsp_ft_fallback: further future-proofed for new and old lspconfig (5c9eabf)

0.4.1 (2025-04-19)

Bug Fixes

  • lsp_ft_fallback: future-proofed for new and old lspconfig (4b0e8cf)

0.4.0 (2025-04-08)

Features

  • loaders: loaders.debug_load for making sure you got your names right (ffedd76)

0.3.0 (2025-03-29)

Features

  • loaders: added 3 replacement load functions that are better than the only current one (87f37a8)

0.2.5 (2025-03-07)

Performance Improvements

  • lsp: removed unnecessary deepcopy (ba4e1ad)

0.2.4 (2025-03-07)

Bug Fixes

  • lsp: no longer edits lspconfig (5774bad)

0.2.3 (2025-03-07)

Bug Fixes

0.2.2 (2025-03-07)

Performance Improvements

  • lsp: require lsp config directly (30707e0)

0.2.1 (2025-02-20)

Bug Fixes

  • type_signatures: some type signatures were wrong (cc89bef)

0.2.0 (2025-02-20)

Features

  • lze.h.merge.trigger: moved merge handler to use new lze feature (c00a749)

0.1.20 (2025-02-20)

Bug Fixes

0.1.19 (2025-02-14)

Bug Fixes

  • merge: merge handler slightly simplified (dc8d951)

0.1.18 (2025-02-13)

Bug Fixes

  • make_load_with_afters: error message fix (9923cd1)

0.1.17 (2025-02-12)

Bug Fixes

  • version: done enough anyway (51bd671)

0.1.16 (2025-02-11)

Bug Fixes

  • load_with_afters: more forgiving with return value to optional dirs function (edd255a)

0.1.15 (2025-02-09)

Bug Fixes

  • loadwithafter: make function more configurable (90dd716)

0.1.14 (2025-02-08)

Bug Fixes

  • lsps: allows fallback ft getter to be changed (dd6d450)

0.1.13 (2025-02-08)

Bug Fixes

  • merge: merges and cleans up after itself (1ae7602)

0.1.12 (2025-02-08)

Bug Fixes

0.1.11 (2025-02-08)

Bug Fixes

  • docgen: outdated pre commit hook (535b974)
  • merge: merges until merge is passed in false, or trigger. Doesnt affect lazy (698b2db)
  • merge: SRP dont do that (0037fb4)

0.1.11 (2025-02-08)

Bug Fixes

  • merge: merges until merge is passed in false, or trigger. Doesnt affect lazy (698b2db)
  • merge: SRP dont do that (0037fb4)

0.1.10 (2025-02-08)

Bug Fixes

  • merge: default setup opts when merge is string (f73c9fe)

0.1.9 (2025-02-08)

Bug Fixes

  • lsp: lsp handler is now semi-normal handler (497b021)

0.1.8 (2025-02-07)

Bug Fixes

0.1.7 (2025-02-07)

Bug Fixes

0.1.6 (2025-02-07)

Bug Fixes

  • lsp: I think the lsp one works? unclear (93147e7)

0.1.5 (2025-02-07)

Bug Fixes

0.1.4 (2025-02-07)

Bug Fixes

  • lsp: better design, needs lze update to support import specs for base specs (1f846d7)

0.1.3 (2025-02-06)

Bug Fixes

  • caching: fix lazy init caching (158bad2)

0.1.2 (2025-02-06)

Bug Fixes

  • caching: fix lazy init caching (779c940)

0.1.1 (2025-02-06)

Bug Fixes

  • caching: fix lazy init caching (352613d)

0.1.0 (2025-02-06)

Features

Bug Fixes