Skip to content

Commit 0e7af07

Browse files
committed
Merge pull request #114 from jimfleming/v0.4.0-PR
Updating changelog and release version
2 parents 09fba10 + 7bbc88c commit 0e7af07

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Options:
3939

4040
If no path is given it will read from `stdin`. A directory path will recurse over all *.js files in the directory.
4141

42+
Note that the AST options (`--ast` and `--save-ast`) are experimental and may be removed.
43+
4244
Formatting
4345
---
4446

@@ -198,6 +200,18 @@ Links
198200
Changelog
199201
---
200202

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+
201215
### v0.3.2
202216

203217
- Adding support for `UnaryExpression`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsfmt",
33
"description": "gofmt for javascript",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"homepage": "https://github.com/rdio/jsfmt",
66
"main": "./lib/index.js",
77
"engines": {

0 commit comments

Comments
 (0)