Skip to content

Releases: princejwesley/Mancy

v3.2.0

28 Mar 18:26
2eb25a0
Compare
Choose a tag to compare
  • Disable font manager
  • Bug fixes...

v3.1.0

17 Jul 06:09
Compare
Choose a tag to compare
  • 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

28 Mar 07:05
Compare
Choose a tag to compare
  • 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

27 Feb 08:32
Compare
Choose a tag to compare
  • 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

07 Feb 12:39
Compare
Choose a tag to compare
  • Upgrade typescript -> 1.7.5 & electron -> 0.36.7
  • notebook mode(experimental)

and bug fixes.

V2.2.0

10 Jan 10:27
Compare
Choose a tag to compare
  • 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

28 Nov 03:40
Compare
Choose a tag to compare
  • 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

07 Nov 08:07
Compare
Choose a tag to compare

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

06 Nov 19:04
Compare
Choose a tag to compare

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

11 Oct 19:15
Compare
Choose a tag to compare
Release v1.0.0