Skip to content

Releases: sphinx-contrib/lua-ls

v3.11.0

29 Mar 16:23
f59390e

Choose a tag to compare

Changelog

  • Added config option to print debug logs: lua_ls_verbose.
  • Improved error messages related to object lookup errors and added a troubleshooting guide.

See release on PyPi

v3.10.1

29 Mar 01:57
a3c6199

Choose a tag to compare

Changelog

  • Fiexd broken cross-references on the search page.

See release on PyPi

v3.10.0

29 Jan 19:42
73d8efc

Choose a tag to compare

Changelog

  • Added option to disable running lua-ls (lua_ls_backend = "disable") for cases when only manual documentation is required (#47 by @pieterlexis).

See release on PyPi

v3.9.0

23 Jan 12:58
fa7ddc7

Choose a tag to compare

Changelog

  • Fixed LaTeX build and improved rendering of multiline signatures in LaTeX ([#46]).

See release on PyPi

v3.8.1

08 Dec 11:47
03b365d

Choose a tag to compare

Changelog

  • Added LuaLs 3.16.0 to the list of known broken releases (LuaLS#3301).

See release on PyPi

v3.8.0

03 Dec 10:52
871de26

Choose a tag to compare

Changelog

  • Added support Sphinx 9.

  • Added lua_ls_skip_versions config option to selectively avoid certain language server
    releases.

See release on PyPi

v3.7.0

14 Nov 13:55
e31f54a

Choose a tag to compare

Changelog

  • Fixed parsing of @see annotations with LuaLs backend.

  • Fixed parsing of EmmyLua output after they removed classDefaultCall setting.

See release on PyPi

v3.7.0-post1

14 Nov 14:14
7fbbe95

Choose a tag to compare

v3.7.0-post1 Pre-release
Pre-release

Changelog

  • Minor documentation tweaks.

See release on PyPi

v3.6.0

17 Oct 14:31
0d780b9

Choose a tag to compare

Changelog

  • Adjusted styles for links in object signatures to match those produced by python domain.

  • Releases are no longer uploaded to test version of PyPi.

See release on PyPi

v3.5.0

03 Oct 00:38
a93dbf7

Choose a tag to compare

Changelog

  • Added autodata, autoattribute, autoclass, and other auto* directives.

    They work like autoobject, but apply their doctype to the documented object
    (if !doctype was set in source code, it shouldn't conflict with the used directive).

    They also allow overriding object's signature, which may be useful when
    automatically generated signature is too long.

  • Added lua_ls_max_version config option to safeguard against incompatible changes
    to documentation export format.

  • Fixed a few more minor bugs in highlighting of Lua types.

See release on PyPi