Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EASE/Releases"

Line 1: Line 1:
 
= Releases =
 
= Releases =
 +
 +
== v0.5.0 ==
 +
 +
* Release date: 2018/04/24
 +
* [https://projects.eclipse.org/projects/technology.ease/releases/0.6.0 Release information]
 +
 +
=== New and noteworthy ===
 +
 +
* Rhino debugger improvements: watch expressions, variable hovers, improved variable type information
 +
* Script Shell: Improved variables drop-in, icons for result types, <undefined> type for javascript
 +
* Modules: consistent documentation guaranteed by build process
  
 
== v0.5.0 ==
 
== v0.5.0 ==

Revision as of 14:09, 24 April 2018

Releases

v0.5.0

New and noteworthy

  • Rhino debugger improvements: watch expressions, variable hovers, improved variable type information
  • Script Shell: Improved variables drop-in, icons for result types, <undefined> type for javascript
  • Modules: consistent documentation guaranteed by build process

v0.5.0

New and noteworthy

  • Py4J support
  • Unittesting Framework now allows for test classes and supports python PyUnit style tests

v0.4.0

New and noteworthy

  • Improved integration of Groovy and JRuby engine for installer
  • New keyword mechanism for more script interactions
  • Properties view to edit keywords locally
  • Egit module support

v0.3.0

New and noteworthy

  • Improved integration of Jython engine for installer
  • Code completion support in shell and editor
  • Help hovers for Java classes and methods

v0.2.0

New and noteworthy

  • New Script Unit Test framework
  • Integration of API help
  • Improvement of module help pages

v0.1.0

New and noteworthy

First release of EASE project

  • Rhino script support
  • Nashorn script support
  • Rhino JavaScript Debugger
  • Run/Debug targets
  • Interactive Script Shell
  • UI Integration for scripts
  • Modules for basic UI and resource manipulations

Back to the top