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.
2 parents 3aade8a + a5f11a1 commit 8865a41Copy full SHA for 8865a41
README.md
@@ -177,6 +177,11 @@ Links
177
Changelog
178
---
179
180
+### v0.3.1
181
+
182
+- Fixed bug when searching for expressions within BlockStatement or Program body
183
+- Added JSON support
184
185
### v0.3.0
186
187
- Added CONTRIBUTING
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jsfmt",
3
"description": "gofmt for javascript",
4
- "version": "0.3.0",
+ "version": "0.3.1",
5
"homepage": "https://github.com/rdio/jsfmt",
6
"main": "./lib/index.js",
7
"engines": {
0 commit comments