Skip to content

Releases: pappasam/nginx-language-server

Version 0.8.0

03 Feb 17:32
e5f06f7
Compare
Choose a tag to compare

Added

  • Support for Python 3.11

Changed

  • pygls 1.0

Fixed

  • Bumped lots of dependency versions
  • Updated nginx directives

Removed

  • Support for Python 3.6 and 3.7

Version 0.7.1

07 Jun 04:25
Compare
Choose a tag to compare

Added

  • Some metadata to pyproject.toml. This will hopefully make pypi easier to navigate.

Fixed

  • ifinlocation context (special case based on our strange parsing) has been appropriately handled.

Version 0.7.0

07 Jun 03:16
Compare
Choose a tag to compare

Added

Changed

  • Regenerated nginx docs from web.

Version 0.6.0

21 May 20:08
Compare
Choose a tag to compare

Added

  • Configurable logging (including the option to log to a file)
  • TCP support

Changed

  • Migrate from click to argparse
  • Upgrade pygls to 0.10.3+, fixing breaking public api changes where applicable

Version 0.5.1

07 May 04:12
5239581
Compare
Choose a tag to compare

Fixed

  • Explicitly set file format to "UTF-8" when reading data files from disk. This resolves #7, in which Windows Python incorrectly identified the file formats as "cp932".

Version 0.5.0

25 Feb 09:08
Compare
Choose a tag to compare

Changed

  • Generated the latest docs using the scripts from vscode-nginx-hint (as of 2021-02-25). Might make this a more regular practice.

Version 0.4.0

24 Feb 16:28
Compare
Choose a tag to compare

Added

  • Variable completion for variables names appended with _name, like http. These refer to http headers based on the characters.

Version 0.3.0

23 Feb 22:44
Compare
Choose a tag to compare

Added

  • Variable completion
  • pydantic ; pre-processes items on server start for performance. There's definitely more to do here, but this works for now.

Version 0.2.0

23 Feb 02:12
Compare
Choose a tag to compare

Added

  • This changelog
  • Support for markup kind markdown
  • Docstrings how complete with all available information about a directive for completion and hover.

Version 0.1.0

20 Feb 00:06
Compare
Choose a tag to compare

Initial release!