Skip to content

Latest commit

 

History

History
177 lines (147 loc) · 10.4 KB

history.md

File metadata and controls

177 lines (147 loc) · 10.4 KB
layout title
home
Nodeclipse -- Version History

Version History

Suggest new and vote for ideas for Nodeclipse or raise an issue.

10 ways to support free software you love, 9 won’t cost you a dime

Reminder: reset perspective after an update for new UI elements to appear.

ResetPerspective

Version 0.8 "wizards", 2013-12-02

http://dl.bintray.com/enide/Markdown/1.0.0/

Version 0.7 "run it!", 2013-11-01

Version 0.6, 2013-10-06

  • Option to launch Node debug without -brk (disable interruption of Node.js app on the first line). Check Help (F1) Debug page on -debug-brk option.
  • #61 set debugging port in Preferences. Now you can debug several Node.js apps in the same time (but in different Eclipse instances).
  • Extended Help with examples and links. Ready for contribution: just edit online with GitHub.
  • Chromium JS Editor now has Outline support as Node Editor

Version 0.5, 2013-09-08

  • #17 bundle Express and CoffeeScript into jar files. This lets you install them even if you don't have admin permission on computer that you use, or if you want play quickly with Node.js and don't remember how to do npm install express -g. Note this bundle is of current Express/CoffeeScript versions, and doesn't check for your Node.js version compatibility (the latest version is assumed).
  • #66 built-in (Help -> Help Contents) and online help. It is open-sourced and written in Markdown. Welcome to contribute: just edit Markdown files online, then send pull request.
  • #40 maven build. Building Nodeclipse is now the easiest mvn package from command line. Check README

Version 0.4, 2013-05-19

Version ver 0.3, 2013-04

Version ver 0.2

by Tomoyuki Inagaki

Version ver 0.1

  • Node perspective
  • Run as Node application
  • Console integration
  • npm operations
  • ...