Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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: 2017/09/29
 +
* [https://projects.eclipse.org/projects/technology.ease/releases/0.5.0 Release information]
 +
 +
=== New and noteworthy ===
 +
 +
* Py4J support
 +
* Unittesting Framework now allows for test classes and supports python PyUnit style tests
  
 
== v0.4.0 ==
 
== v0.4.0 ==

Revision as of 16:27, 29 September 2017

Releases

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