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"

(Created page with "== Releases == === v0.1.0 === * Release date: 2014/12/17 * [https://projects.eclipse.org/projects/technology.ease/releases/0.1.0 Release information] First release of EASE...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Releases ==
+
= Releases =
  
=== v0.1.0 ===
+
== v0.6.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 ==
 +
 
 +
* 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 ==
 +
 
 +
* Release date: 2017/01/13
 +
* [https://projects.eclipse.org/projects/technology.ease/releases/0.4.0 Release information]
 +
 
 +
=== 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 ==
 +
 
 +
* Release date: 2016/05/12
 +
* [https://projects.eclipse.org/projects/technology.ease/releases/0.3.0 Release information]
 +
 
 +
=== 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 ==
 +
 
 +
* Release date: 2015/05/22
 +
* [https://projects.eclipse.org/projects/technology.ease/releases/0.2.0 Release information]
 +
 
 +
=== New and noteworthy ===
 +
 
 +
* New Script Unit Test framework
 +
* Integration of API help
 +
* Improvement of module help pages
 +
 
 +
== v0.1.0 ==
  
 
* Release date: 2014/12/17
 
* Release date: 2014/12/17
 
* [https://projects.eclipse.org/projects/technology.ease/releases/0.1.0 Release information]
 
* [https://projects.eclipse.org/projects/technology.ease/releases/0.1.0 Release information]
 +
 +
=== New and noteworthy ===
  
 
First release of EASE project
 
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

Latest revision as of 14:10, 24 April 2018

Releases

v0.6.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