Skip to content

Latest commit

 

History

History
118 lines (59 loc) · 6.68 KB

CHANGELOG.md

File metadata and controls

118 lines (59 loc) · 6.68 KB

Changelog

2.6.0 (2024-04-05)

Features

Bug Fixes

2.5.1 (2024-02-28)

Bug Fixes

  • docs: config requires ignore_methods field (#98) (05385ea)

2.5.0 (2024-02-10)

Features

  • add methods to enable or disable specific null-ls source method types (#94) (d123aaa)

2.4.0 (2024-01-09)

Features

2.3.0 (2023-12-31)

Features

2.2.0 (2023-11-26)

Features

2.1.0 (2023-07-04)

Features

2.0.2 (2023-04-22)

Bug Fixes

  • don't import removed mason.mappings.language module from mason (#66) (dbf3486)

2.0.1 (2023-04-19)

Bug Fixes

2.0.0 (2023-04-09)

⚠ BREAKING CHANGES

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59)

Features

  • removing setup_handlers function. automatic_setup is now implicitly true. (#59) (a0c4dc1)

1.2.0 (2023-03-27)

Features

  • allowing handlers to be passed in via setup function (35ce897)
  • refresh registry before installing servers in ensure_installed (43f33ba)

1.1.0 (2023-02-18)

Features

  • java: add google_java_format (8cb04ca)

1.0.0 (2023-02-16)

⚠ BREAKING CHANGES

  • source.lua is not required for package names following normal conventions (#40)
  • port mason-lspconfig features

Features

  • add beautysh (#20) (46e4122)
  • add latexindent (#48) (13c6ab4)
  • add ocamlformat (#45) (c4b4a6f)
  • add stylelint (1d07c80)
  • commitlint: support for commitlint is enabled (#33) (1128f0d)
  • jsonlint: support for jsonlint is enabled (#32) (564ed12)
  • lua_format: add support for lua_format (bb5ee05)
  • port mason-lspconfig features (38fba6a)
  • registry: add protolint (1f83f0d)
  • source.lua is not required for package names following normal conventions (#40) (e2144bd)
  • source: add python pylama source (#21) (633d4ca)