SHA256
6
0
forked from pool/StyLua

- Update to version 0.17.1

* Bumped internal parser dependency which should fix parsing problems for comments with Chinese characters, and multiline string escapes
  * Fixed comments in punctuated lists for return statements or assignments being incorrectly formatted leading to syntax errors
  * Fixed line endings not being correctly formatted in multiline string literals and comments

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/StyLua?expand=0&rev=26
This commit is contained in:
Soc Virnyl Estela
2023-06-09 11:43:12 +00:00
committed by Git OBS Bridge
parent ab8d4f4c87
commit 73d4860282
6 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jun 9 11:41:54 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 0.17.1
* Bumped internal parser dependency which should fix parsing problems for comments with Chinese characters, and multiline string escapes
* Fixed comments in punctuated lists for return statements or assignments being incorrectly formatted leading to syntax errors
* Fixed line endings not being correctly formatted in multiline string literals and comments
-------------------------------------------------------------------
Tue Mar 21 04:37:50 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>