Skip to content

Latest commit

 

History

History
371 lines (226 loc) · 25.5 KB

CHANGELOG.md

File metadata and controls

371 lines (226 loc) · 25.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.19.1 (2022-09-11)

Bug Fixes

  • remove semicolons that shouldn't be there (68d139b)

2.19.0 (2022-05-10)

Features

Bug Fixes

  • fix wrong prefix of protected function method (ba232e8)
  • remove dollar sign placeholder of vd and pr (a138b77)
  • replace space with \t (9947e6b)
  • use $0 as the end placeholder (8b8499e)

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • feat: add more trigger words for anonymous function 43e2405
  • refactor: improve trigger words for try catch block d5875fa

13 March 2022

  • fix: use $0 as the end placeholder 8b8499e
  • docs: improve coc d8913ac
  • feat: add more trigger words for arrow function b64a7b0

29 January 2022

  • build: update dependencies ec8a254

29 January 2022

  • chore: improve extension config a1ac07c
  • docs: increase demo image width 0e38f60

15 January 2022

15 January 2022

  • refactor: change __construct to the new way of writing 432eea6

13 January 2022

  • feat: add property snippets 18af9a6
  • feat: add abstract class with implements d67dd5e
  • docs: improve the writing of visibility of methods b7144b3

11 January 2022

  • feat: add abstract class extends snippet 48e8ed4
  • fix: remove dollar sign placeholder of vd and pr a138b77
  • doc: typo fixed 371432b

2 January 2022

1 January 2022

  • feat: add return and this 165e1ba
  • docs: add Principles section 9a52f53
  • feat: add dirname snippet c237374

31 December 2021

  • feat: add error snippets ff87529
  • feat: add var_dump and print_r 401ff9a

29 December 2021

28 December 2021

  • feat: add if/else and switch snippets 098d139
  • feat: add Ternary Operator 3c6febc
  • refactor: rename the json file name to make it clear 5d080ad

27 December 2021

  • feat: add functions a9e4b7d
  • docs: improve special thanks section 14c5122

26 December 2021

  • feat: add abstract method c77d7b3
  • fix: fix wrong prefix of protected function method ba232e8

26 December 2021

25 December 2021

25 December 2021

  • fix: replace space with \t 9947e6b

25 December 2021

  • feat: add php tag and page snippets eef6e98

25 December 2021

25 December 2021

25 December 2021

25 December 2021

  • feat: add abstract class 0c2a08d
  • docs: add usage section 94cf6c5
  • docs: add language scope of command 9f5c1d8

23 December 2021

  • feat: add php class with extends and implements 93b26ea

23 December 2021

  • feat: add php class snippets for php and html fa11911

23 December 2021

  • docs: add intro of starting verstion 75a8e25

22 December 2021

  • refactor: delete existing snippets 05fe1b1
  • refactor: init c97354d
  • build: add auto-changelog npm package e8acfd1

19 April 2019

  • docs(README.md): Update README.md with snippet changes in ca87d47 and some others docs complements 27edd97
  • chore(release): 1.1.3 df0fa89
  • build(package.json): Update keywords for extension publishing on VScode marketplace 2566453

19 April 2019

  • chore(release): 1.1.2 7262f8b
  • fix(README.md): Fix demo GIF not found on marketplace extension details b8a64b0
  • docs(CHANGELOG.md): Update CHANGELOG.md from master branch 527250a

19 April 2019

  • build(package.json): Update package.json from master branch d20c701
  • docs(CHANGELOG.md): Update CHANGELOG.md from master branch 1a8f02f
  • build(package.json): Update galleryBanner to 'light' for better readability add keywords c160b28

19 April 2019

22 December 2021

  • refactor: delete existing snippets 05fe1b1
  • refactor: init c97354d
  • build: add auto-changelog npm package e8acfd1

18 April 2019

  • feat(globalvar.json): Update globalvar snippets with new prefix 1a20ee2
  • docs(README.md): Update README.md with new globalvar snippets user guide 361a982
  • chore(release): 1.0.0 7abc3c4

18 April 2019

  • feat(array.json): Add new array snippets and addon snippets 3b0e092
  • docs(README.md): Update README.md with new array snippets user guide 96d3bd2
  • docs(CHANGELOG.md): Update CHANGELOG.md from master branch 17f83ff

18 April 2019

  • feat(error.json): Upgrade error snippets placeholders, new snippets and addon snippets 30befd9
  • docs(README.md): Update README with new error snippets user guide bc807c1
  • chore(release): 0.8.0 217085c

18 April 2019

  • feat(method(.php5).json): Add missing constructors, final and abstract method snippets - PHP7 and PHP5 00ea250
  • docs(README.md): Update README with new methods snippets user guide c7c94b1
  • style(method(.php5).json): Modify method snippets keynames and descriptions f93343f

17 April 2019

  • feat(class.json): Add class, interface and trait snippets ebc2166
  • docs(README.md): Update README with new class snippets user guide 95b239d
  • docs(CHANGELOG.md): Update CHANGELOG.md from master branch 32eea0a

17 April 2019

  • style(loop.json): Modify loop snippets keynames and descriptions 4bb625c
  • docs(README.md): Update README with new loop snippets user guide c5e6d61
  • fix(loop.json): Modify escaping for '$' sign avoiding VScode warnings a61164a

17 April 2019

  • docs(README.md): Update README with new control snippets user guide and extension settings fbf6f0d
  • style(control.json): Modify control snippets keynames and descriptions 7926bd4
  • docs(CHANGELOG.md): Update CHANGELOG.md from master branch fda2722

16 April 2019

  • refactor(function.json): Separate function snippets PHP5 format from PHP7 format 218ac12
  • docs(README.md): Update README with tag and statement snippets user guide c83d608
  • docs(README.md): Update README.md with new function snippets user guide 51f5842

15 April 2019

  • chore(release): 0.2.0 4d9f12d
  • style(statement): Modify string delimitor for include/require statement ba04b6f
  • feat(statement): Add print_r snippet d3caaa0

15 April 2019

  • docs(CHANGELOG): Update CHANGELOG.md from master branch c58b8a6
  • chore(release): 0.1.2 16012f7
  • style(tag): Modify tag snippets keynames and description 564c3c7

15 April 2019

  • refactor(Snippets): Divide php.json file in thematic snippets files a92053f
  • build(package.json): Update contributes.snippets with new snippets files for each theme b19655c
  • chore(release): 0.1.1 e79dc65

v0.1.0

15 April 2019

  • VScode snippets for PHP dev a394430
  • chore(.gitignore): Add new exclusions to .gitignore file a6dd7f6
  • build(package.json): Add package.json file 4fe18aa