We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a49970 commit cc601bbCopy full SHA for cc601bb
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# Changelog
2
3
+## v3.3.0
4
+
5
+- Added an option to extend list options (like `:exclude-members:`) without overriding
6
+ defaults:
7
8
+ ```rst
9
+ .. lua:autoobject::
10
+ :exclude-members: +foo
11
+ ```
12
13
+ Also added `:no-*:` options to ignore defaults.
14
15
+- Improved display of members which use types instead of names,
16
+ i.e. `[<type>]` ([#19] by [@bkoropoff]).
17
18
+- Added a warning for situations when `lua_ls_project_directories` contains directories
19
+ outside of the current VCS root.
20
21
+[#19]: https://github.com/taminomara/sphinx-lua-ls/pull/19
22
23
## v3.2.0
24
25
- Updated a few dependencies. Most notably, restricted `sphinx` to `<9`.
0 commit comments