Skip to content

Commit

Permalink
Bump to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Feb 27, 2016
1 parent f76a3cf commit a824e1f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## <img src="icons/mancy.png" width="25">&nbsp;[v2.2.2](http://mancy-re.pl) (Feb 27, 2016)

- Upgrade typescript -> 1.8.2 & electron -> 0.36.9
- Run time option support
```
-s | --script Script file to load
-m | --mode REPL mode (applicable only for JS).
(Allowed values: 'magic', 'sloppy' or 'strict')
-e | --editor REPL or Notebook(experimental) mode
(Allowed values: 'repl', or 'notebook')
-t | --theme Editor theme.
(Allowed values: 'dark', or 'white')
-l | --lang Scripting language. (Allowed values: 'js', 'javascript', 'ts',
'typescript', 'ls', 'livescript', 'coffee', 'coffeescript', 'babel')
```

and bug fixes.


## <img src="icons/mancy.png" width="25">&nbsp;[v2.2.1](http://mancy-re.pl) (Feb 07, 2016)

- Upgrade typescript -> 1.7.5 & electron -> 0.36.7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mancy",
"private": true,
"version": "2.2.1",
"version": "2.2.2",
"description": "A GUI REPL for Javascript & more…",
"main": "main/index.js",
"scripts": {
Expand Down

0 comments on commit a824e1f

Please sign in to comment.