We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738a26e commit 449b50bCopy full SHA for 449b50b
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to the "pest-snippets" extension will be documented in this file.
4
5
+## [1.0.7]
6
+
7
+- DOC: README improvements
8
+- Modified logo
9
+- Updated screenshot
10
+- Added LICENSE
11
+- Added `:pextothrow` for `->toThrow()`
12
+- Added compile.sh script
13
14
## [1.0.6]
15
16
- Fixed and update README.md
package.json
@@ -3,7 +3,7 @@
"displayName": "Pest Snippets",
"publisher": "dansysanalyst",
"description": "Snippets for Pest PHP testing framework",
- "version": "1.0.6",
+ "version": "1.0.7",
"engines": {
"vscode": "^1.57.0"
},
0 commit comments