Skip to content

Latest commit

 

History

History
134 lines (108 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

134 lines (108 loc) · 5.49 KB

 v3.0.0 (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
  • More command line options
  • Upgrade electron -> 0.37.x (Chrome 49)

and bug fixes.

 v2.2.2 (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 'light')
-l | --lang     Scripting language. (Allowed values: 'js', 'javascript', 'ts',
                  'typescript', 'ls', 'livescript', 'coffee', 'coffeescript', 'babel')

and bug fixes.

 v2.2.1 (Feb 07, 2016)

  • Upgrade typescript -> 1.7.5 & electron -> 0.36.7
  • notebook mode(experimental)

and bug fixes.

 v2.2.0 (Jan 10, 2016)

  • 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 (Nov 28, 2015)

  • 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 (Nov 07, 2015)

  • 🐛 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 (Nov 06, 2015)

  • 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 (Oct 12, 2015)

  • Syntax Highlighting
  • Dark and light themes
  • Load and save session history
  • Separate console window for async stdout/stderr logs
  • Notification for async console logs
  • console output filter support
  • Traversable output with fold/unfold options
  • Support for adding directory to node path
  • Expand/Collapse/reload command options
  • History traversal support
  • Multiple window
  • Multiline prompt support with shift + enter
  • Auto suggestion
  • Tab completion
  • Code format support
  • Support to toggle REPL mode
  • Preferences for theme and REPL mode