Releases: princejwesley/Mancy
Releases Β· princejwesley/Mancy
v3.2.0
v3.1.0
- Syntax error improvement for JS
- Badge notification for console messages in Unity
- Execution time support
- Upgrade electron 1.2.x
and enhancement/bug fixes.
V3.0.0
- CodeMirror Integration
- ClojureScript Support
- History Navigation & Auto Complete Support
- Key Map Support using CodeMirror keymap
- Parinfer mode Support for ClojureScript
- Enable/Disable Compiler Warnings for TypeScript & ClojureScript.
- Displaying active Process handle count
- More command line options
- Upgrade electron -> 0.37.x (Chrome 49)
and bug fixes.
V2.2.2
- 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 'light')
-l | --lang Scripting language. (Allowed values: 'js', 'javascript', 'ts',
'typescript', 'ls', 'livescript', 'coffee', 'coffeescript', 'babel')
and bug fixes.
V2.2.1
- Upgrade typescript -> 1.7.5 & electron -> 0.36.7
- notebook mode(experimental)
and bug fixes.
V2.2.0
- Grid view support ππ
- await + sync support π π
- load scripts support
- Prompt before quit preference
load file..
&save command as..
menu- Add node REPL builtins in context
- Upgrade electron
0.36.2
and babel 6 - Shortcut for previous commands ctrl + shift+ 0..9
- Global variable watcher ππ
- Store as global variable support ππ
- node REPL is used only for load files and auto completion
- Add polyfills to REPL context
- Add start up script preference.
- Add npm modules path preferences with navigation support π
npm install -g mancy
and bug fixes.
Note:
- Some ES2015 features requires
strict
mode enabled.
V2.1.0
- Language Support
- CoffeeScript
- TypeScript
- LiveScript
- π Preserve last window resize info to use for next launch
check for updateβ¦
menu item- Rebind clear all and collapse all shortcuts
- Auto fill brackets, back-ticks, parenthesis and braces
- π Font & zoom preferences
- Date visualizer support
- βοΈ Add FiraCode ligatures
- π Can't type Chinese!
- π chart support for single field
- π Transpiled view support for Babel, CoffeeScript, TypeScript and LiveScript
V2.0.1
V2.0.0 bug fixes
- π Download npm modules on demand using system's npm
- π import/export renamed as load/save session
- π rebind format to ctrl + shift+F.
- π auto complete turn off support and trigger auto complete on ctrl + space or tab.
v2.0.0
Version II contains:
- Download npm modules on demand
- Babel support
- await with auto async wrapper
- Data visualization support
- Integer representation (bin/oct/dec/hex and signed/unsigned)
- Regular expression live editor
- Buffer explorer
- HTML view
- CSS color view
- base64 detection
- Basic chart representation of data
- Image detection / display
- Download buffers support
- Support to break long lasting commands
- Preference window
- Promise output tracking
- Source file open support for node modules(
.source name
) - No special meaning for
_
- Syntax highlight as we type
and bug fixesβ¦
v1.0.0
Release v1.0.0