Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Mar 27, 2016
1 parent 6dbc341 commit a0bd85a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## <img src="icons/mancy.png" width="25">&nbsp;[v3.0.0](http://mancy-re.pl) (Mar 28, 2016)

- Code Mirror Integration
- ClojureScript Support
- History Navigation & Auto Complete Support
- Key Map Support using Code Mirror keymap
- Parinfer mode Support for ClojureScript
- Enable/Disable Compiler Warnings for TypeScript & ClojureScript.
- Displaying active Process handle [count](https://github.com/princejwesley/Mancy/commit/ea5e08022ab087eb1d5847f6d1d2c9c6502d88cb#commitcomment-16378756)
- More command line [options](https://github.com/princejwesley/Mancy/issues/105#issuecomment-191876902)
- Upgrade electron -> 0.37.x (Chrome 49)

and bug fixes.

## <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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mancy",
"private": true,
"version": "2.2.2",
"version": "3.0.0",
"description": "A GUI REPL for Javascript & more…",
"main": "main/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,8 @@
"JavaScript",
"CoffeeScript",
"TypeScript",
"LiveScript"
"LiveScript",
"ClojureScript"
],
"author": "Prince John Wesley <princejohnwesley@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit a0bd85a

Please sign in to comment.