Skip to content

Commit c97354d

Browse files
committed
refactor: init
1 parent 05fe1b1 commit c97354d

File tree

9 files changed

+38
-524
lines changed

9 files changed

+38
-524
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.gitignore
44
vsc-extension-quickstart.md
55
*.php
6+
img/icon.psd

CHANGELOG.md

Lines changed: 0 additions & 184 deletions
Original file line numberDiff line numberDiff line change
@@ -1,184 +0,0 @@
1-
# Change Log
2-
3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4-
5-
## [1.1.3](https://github.com/h4kst3r/php-awesome-snippets/compare/v1.1.2...v1.1.3) (2019-04-19)
6-
7-
8-
### Style
9-
10-
* **control.json:** Update control structure snippets' prefixes with 'end' form by removing the `d` for consistency ([ca87d47](https://github.com/h4kst3r/php-awesome-snippets/commit/ca87d47))
11-
12-
This is not a Breaking change as you just don't need to type the last letter.
13-
14-
15-
### Build
16-
17-
* Update package.json keywords
18-
19-
20-
21-
## [1.1.2](https://github.com/h4kst3r/php-awesome-snippets/compare/v1.1.1...v1.1.2) (2019-04-19)
22-
23-
24-
### Bug Fixes
25-
26-
* **README.md:** Fix demo GIF not found on marketplace extension details ([b8a64b0](https://github.com/h4kst3r/php-awesome-snippets/commit/b8a64b0))
27-
28-
29-
30-
## [1.1.1](https://github.com/h4kst3r/php-awesome-snippets/compare/v1.1.0...v1.1.1) (2019-04-19)
31-
32-
* Update SemVer badge
33-
* Update package.json to fix some grafic problem on the VScode marketplace
34-
35-
36-
37-
# [1.1.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v1.0.0...v1.1.0) (2019-04-18)
38-
39-
40-
### Features
41-
42-
* **package.json:** Add snippets available in Plain Text context and PHP tags available in HTML one ([3b21da7](https://github.com/h4kst3r/php-awesome-snippets/commit/3b21da7))
43-
* **statement.json:** Add __DIR__ placeholder in 'include' and 'require' snippets to use absolute path ([b1a381b](https://github.com/h4kst3r/php-awesome-snippets/commit/b1a381b))
44-
45-
46-
47-
# [1.0.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.9.0...v1.0.0) (2019-04-18)
48-
49-
50-
### Features
51-
52-
* **globalvar.json:** Update globalvar snippets with new prefix ([1a20ee2](https://github.com/h4kst3r/php-awesome-snippets/commit/1a20ee2))
53-
54-
55-
### BREAKING CHANGES
56-
57-
* **globalvar.json:** Previous prefixes are no longer working.
58-
59-
60-
61-
# [0.9.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.8.0...v0.9.0) (2019-04-18)
62-
63-
64-
### Features
65-
66-
* **array.json:** Add new array snippets and addon snippets ([3b0e092](https://github.com/h4kst3r/php-awesome-snippets/commit/3b0e092))
67-
68-
69-
70-
# [0.8.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.7.0...v0.8.0) (2019-04-18)
71-
72-
73-
### Bug Fixes
74-
75-
* **error.json:** Modify escaping for '$' sign avoiding VScode warnings ([e88b5ba](https://github.com/h4kst3r/php-awesome-snippets/commit/e88b5ba))
76-
77-
78-
### Features
79-
80-
* **error.json:** Upgrade error snippets placeholders, new snippets and addon snippets ([30befd9](https://github.com/h4kst3r/php-awesome-snippets/commit/30befd9))
81-
82-
83-
84-
# [0.7.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.6.0...v0.7.0) (2019-04-18)
85-
86-
87-
### Features
88-
89-
* **method.json:** Add method arguments' type hint placeholders for PHP7 methods ([695b1e7](https://github.com/h4kst3r/php-awesome-snippets/commit/695b1e7))
90-
* **method(.php5).json:** Add missing constructors, final and abstract method snippets - PHP7 and PHP5 ([00ea250](https://github.com/h4kst3r/php-awesome-snippets/commit/00ea250))
91-
92-
93-
94-
# [0.6.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.5.0...v0.6.0) (2019-04-17)
95-
96-
97-
### Features
98-
99-
* **class.json:** Add class, interface and trait snippets ([ebc2166](https://github.com/h4kst3r/php-awesome-snippets/commit/ebc2166))
100-
101-
102-
103-
# [0.5.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.4.0...v0.5.0) (2019-04-17)
104-
105-
106-
### Bug Fixes
107-
108-
* **loop.json:** Modify escaping for '$' sign avoiding VScode warnings ([a61164a](https://github.com/h4kst3r/php-awesome-snippets/commit/a61164a))
109-
110-
111-
### Features
112-
113-
* **loop.json:** Upgrade placeholders mapping for while loops ([fef8af7](https://github.com/h4kst3r/php-awesome-snippets/commit/fef8af7))
114-
115-
116-
117-
# [0.4.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.3.0...v0.4.0) (2019-04-17)
118-
119-
120-
### Bug Fixes
121-
122-
* **control.json:** Fix duplicate placeholders in 'ifelifend' snippet ([9d1b77f](https://github.com/h4kst3r/php-awesome-snippets/commit/9d1b77f))
123-
* **control.json:** Modify escaping for '$' sign avoiding VScode warnings ([e683c54](https://github.com/h4kst3r/php-awesome-snippets/commit/e683c54))
124-
125-
126-
### Features
127-
128-
* **control.json:** Upgrade switch snippet's placeholders mapping and add new addon snippet ([7bea4b6](https://github.com/h4kst3r/php-awesome-snippets/commit/7bea4b6))
129-
130-
131-
132-
# [0.3.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.2.0...v0.3.0) (2019-04-16)
133-
134-
135-
### Bug Fixes
136-
137-
* **function.json:** Modify escaping for '$' sign avoiding VScode warnings ([2909561](https://github.com/h4kst3r/php-awesome-snippets/commit/2909561))
138-
139-
140-
### Features
141-
142-
* **function.json:** Add anonymous function snippet - PHP7 and PHP5 ([7347054](https://github.com/h4kst3r/php-awesome-snippets/commit/7347054))
143-
* **function.json:** Add anonymous function with use snippets - PHP7 and PHP5 ([6aa4b68](https://github.com/h4kst3r/php-awesome-snippets/commit/6aa4b68))
144-
145-
146-
147-
# [0.2.0](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.1.2...v0.2.0) (2019-04-15)
148-
149-
150-
### Features
151-
152-
* **statement.json:** Add print_r snippet ([d3caaa0](https://github.com/h4kst3r/php-awesome-snippets/commit/d3caaa0))
153-
* **statement.json:** Add var_export snippet ([6e56781](https://github.com/h4kst3r/php-awesome-snippets/commit/6e56781))
154-
* **statement.json:** Add var_dump snippet ([45d3211](https://github.com/h4kst3r/php-awesome-snippets/commit/45d3211))
155-
156-
157-
158-
## [0.1.2](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.1.1...v0.1.2) (2019-04-15)
159-
160-
161-
### Bug Fixes
162-
163-
* **tag.json:** Change escaping for '$' sign avoiding VScode warning ([6d4e9a0](https://github.com/h4kst3r/php-awesome-snippets/commit/6d4e9a0))
164-
165-
166-
167-
## [0.1.1](https://github.com/h4kst3r/php-awesome-snippets/compare/v0.1.0...v0.1.1) (2019-04-15)
168-
* Refactor code by dividing the main php.json in thematic snippets files to improve framework :
169-
- Tag snippets (open, close, short echo tag...)
170-
- Statement snippets (echo, define, include...)
171-
- Function snippets *PHP7 and PHP5 style*
172-
- Global vars snippets ($_POST, $_GET, $_SESSION...)
173-
- Conditional snippets (if, if-else, if-endif...)
174-
- Loop snippets (foreach, while, for...)
175-
- Method snippets (public, private, static...) *PHP7 and PHP5 style*
176-
- Error snippets (throw, try-catch)
177-
178-
*Features are incomplete and still in alpha stage with bugs and warnings*
179-
180-
181-
# 0.1.0 (2019-04-15)
182-
* Initial release with all features in alpha stages
183-
* Some bugs : placeholders in superglobal snippets, duplicate placeholders
184-
* Some conflicts with built-in snippets

0 commit comments

Comments
 (0)