All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.19.1 (2022-09-11)
- remove semicolons that shouldn't be there (68d139b)
2.19.0 (2022-05-10)
- add abstract class (0c2a08d)
- add abstract class extends snippet (48e8ed4)
- add abstract class with implements (d67dd5e)
- add abstract method (c77d7b3)
- add branching doc (1cb16b9)
- add construct method (f14be05)
- add dirname snippet (c237374)
- add error snippets (ff87529)
- add final class (82dd92f)
- add functions (a9e4b7d)
- add if/else and switch snippets (098d139)
- add loop snippets (899da9b)
- add more trigger words for anonymous function (43e2405)
- add more trigger words for arrow function (b64a7b0)
- add php interface (a2544f8)
- add php tag and page snippets (eef6e98)
- add php trait (7606dbb)
- add property snippets (18af9a6)
- add regular method (3d7fc15)
- add return and this (165e1ba)
- add self:: (8608c3c)
- add snippet: if function not exists (6bfc930)
- add static mehod (9572474)
- add Ternary Operator (3c6febc)
- add var_dump and print_r (401ff9a)
- 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)
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
15 January 2022
- docs: add new demo gif
7a08c23
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
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
26 December 2021
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
- feat: add php trait
7606dbb
25 December 2021
- feat: add php interface
a2544f8
25 December 2021
- feat: add final class
82dd92f
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
15 April 2019