File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Options:
39
39
40
40
If no path is given it will read from ` stdin ` . A directory path will recurse over all * .js files in the directory.
41
41
42
+ Note that the AST options (` --ast ` and ` --save-ast ` ) are experimental and may be removed.
43
+
42
44
Formatting
43
45
---
44
46
@@ -198,6 +200,18 @@ Links
198
200
Changelog
199
201
---
200
202
203
+ ### v0.4.0
204
+
205
+ - Added two new command-line args for AST formatting. Note that these are experimental and may be removed.
206
+ - Removed ` --config ` option in favor of .jsfmtrc and better docs around rc.
207
+ - Updated esformatter and using new esformatter plugin for automatic brace insertion.
208
+ - Updated style guide to include esformatter changes.
209
+ - Fixes and cleanup for shebang.
210
+ - Support for variable arguments using ES6 rest syntax.
211
+ - General rewrite cleanup.
212
+ - Changing exit code to ` -1 ` on missing arg failure.
213
+ - Updates to ` rc ` and other dependencies.
214
+
201
215
### v0.3.2
202
216
203
217
- Adding support for ` UnaryExpression `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsfmt" ,
3
3
"description" : " gofmt for javascript" ,
4
- "version" : " 0.3.2 " ,
4
+ "version" : " 0.4.0 " ,
5
5
"homepage" : " https://github.com/rdio/jsfmt" ,
6
6
"main" : " ./lib/index.js" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments