Skip to content

Latest commit

 

History

History
352 lines (201 loc) · 7.72 KB

CHANGELOG.md

File metadata and controls

352 lines (201 loc) · 7.72 KB

1.2.19

1.2.18

1.2.17

  • Fix some passes cannot be configured (#156)

1.2.16

1.2.15

1.2.14

1.2.13

1.2.12

1.2.11

1.2.10

1.2.10

1.2.9

1.2.8

1.2.7

1.2.6

1.2.5

1.2.4

1.2.3

1.2.2

1.2.1

1.2.9

1.2.0

  • Switch package manager to PNPM

1.1.40

  • Fix lint php files with spaces failed

1.1.39

1.1.38

1.1.37

1.1.36

  • Supports php 8.3

1.1.35

1.1.34

1.1.33

1.1.32

1.1.31

1.1.30

1.1.29

1.1.28

1.1.27

1.1.26

1.1.25

1.1.24

1.1.23

1.1.22

  • Supports PHP 5.6

1.1.21

1.1.20

  • Just bump version

1.1.19

  • Remove command upgradeFmt
  • Add format status to StatusBar

1.1.18

1.1.17

1.1.16

1.1.15

1.1.13

1.1.12

  • Upgrade fmt

1.1.11

  • Add upgrade logs

1.1.10

  • Add option wp

1.1.9

  • Add command upgradeFmt

1.1.8

  • Option indent_with_space supports values 2-8 (#108)
  • Add core passes descriptions

1.1.7

1.1.6

  • Fix core passes not allowed
  • Add option use_old_phpfmt
  • Add configuration enums to passes and exclude

1.1.5

1.1.4

  • Add command toggleAdditionalTransformations
  • Add command toggleExcludedTransformations
  • Add command togglePSR1Naming
  • Add command togglePSR1
  • Add command togglePSR2
  • Add command toggleAutoAlign
  • Add command toggleIndentWithSpace

1.1.3

  • Just bump version

1.1.2

1.1.1

1.0.31

  • Update fmt.phar to 19.8.0
  • Fix warnings for PHP 7

1.0.30

  • Missing quotes for Windows (#37)
  • Update error messages

1.0.29

  • Update fmt.phar to 19.7.0
  • Support .phpfmt.ini in workspace

1.0.28

  • Update fmt.phar to 19.6.10 (#34, #35)

1.0.27

  • Update fmt.phar to 19.6.9

1.0.26

  • Fix path with spaces (#31)

1.0.25

  • Fix pjson not found

1.0.24

  • Add StatusBarItem for output
  • Add command List Transformations

1.0.23

  • Add warnings for PSR2

1.0.22

1.0.21

  • Update fmt.phar to 19.6.7
  • Fix tabs issue

1.0.20

  • Visual Studio Live Share support (PR #25)

1.0.19

1.0.18

  • Update fmt.phar to 19.6.7

1.0.17

  • Use new phpfmt 19.6.6

1.0.16

  • Remove option format_on_save

1.0.15

  • Output debug to console instead of Developer Tools

1.0.14

  • Fix config handled unexpectedly
  • Add option debug_mode

1.0.13

  • Support Format Selection

1.0.12

  • Fix PHP_VERSION_ID not correct

1.0.11

  • Update PHP Formatter (phpF v19.7.5)

1.0.10

  • Add option detect_indent and exclude
  • indent_with_space accept false

1.0.9

  • Add option cakephp and custom_arguments

1.0.8

  • Option php_bin defaults to php

1.0.7

  • Typescriptify

1.0.6

  • Compile with babel

1.0.4 - 1.0.5

  • Add option format_on_save

1.0.3

  • Reload configuration on changed

1.0.2

  • Add more phpfmt modes
  • Check syntax error in php file
  • Check php version

1.0.1

  • First version