Skip to content

Releases: open-southeners/vscode-laravel-pint

v1.2.0

13 Mar 09:08
55c3603
Compare
Choose a tag to compare
v1.2.0 Pre-release
Pre-release

Added

v1.1.8

15 Feb 18:33
803d02f
Compare
Choose a tag to compare
v1.1.8 Pre-release
Pre-release

Fixed

Changed

  • Pint config json schema updated to PHP CS Fixer 3.49.0

v1.1.6

26 Dec 17:30
acfa981
Compare
Choose a tag to compare
v1.1.6 Pre-release
Pre-release

Fixed

  • Use relative path as Pint uses current working directory (cwd) [#50 #51] (thanks @mho22)
  • Ignore VSCode excluded paths so Pint executable can be found [#46 #45] (thanks @fritz-c)

Changed

  • VSCode minimum version upgraded (1.68.0 to 1.82.0)
  • Pint config json schema updated to PHP CS Fixer 3.41.1

v1.1.5

28 Jun 10:48
e87e6b4
Compare
Choose a tag to compare
v1.1.5 Pre-release
Pre-release

Added

  • PER preset to JSON schema and config [#41]
  • Fixes to JSON schema generator [#40 #42] (thanks @yaegassy)

v1.1.4

24 Nov 10:33
077d426
Compare
Choose a tag to compare
v1.1.4 Pre-release
Pre-release

Fixed

  • Issue resolving fallback to global Pint binary [#28] (thanks @jasonvarga)

v1.1.3

16 Oct 10:08
e94f7de
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release

Added

v1.1.2

30 Aug 14:48
dc03d49
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release

Changed

  • Use global context for extension initial installation auto-config [#24]

v1.1.1

16 Aug 18:44
7f0b723
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Fixed

  • Custom config file path resolution (now yes, thanks to @adrum for the PR) [#23]
  • Workspace files format command

Changed

  • laravel-pint.configPath now is also being used by the extension's exclude paths

v1.1.0

12 Aug 10:08
18994fa
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

Added

  • More logging debug information (only enabled by setting the option laravel-pint.enableDebugLogs)

Changed

  • Format workspace was formatting all workspaces, now it formats only current active document's workspace (otherwise it complains about it on the Output logs tab of VS Code)

Fixed

  • Custom config file path resolution [#22]
  • File formatting triggers under the whole workspace [#21]
  • Minor bug with extension version debug info getting logged

v1.0.2

04 Aug 09:06
19efa42
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

Fixed

  • Order of command arguments on PHP when running in Windows (thanks @serdartaylan) [#18]