0,0 → 1,26 |
1.1.0build33: 2008-07-01 |
* Sandbox can be created with no associated file (only boilerPlate code |
will be issued) |
* Shell supports interactive mode |
* Scripts have access to the PluginEnvironment |
($net.outlyer.runtime.pluginEnvironment) |
* Sandbox allows access to the ScriptEngine in use |
* LanguageExtensions (eval and include) |
* More opaque hierarchies where appropriate |
* Output.print() |
* PluginObject.features as a Set instead of a List |
|
1.1.0build32: not a release |
* Removed the deprecated versions of Sandbox.createDelayedImplementation() |
* Cleaner boilerplate code, less intrusive variables created |
* Debug mode (prints eval'ed code to stderr), by setting -Ddebug=1 |
* Corrected/refined SandboxAccessor's specs |
* PluginEnvironment.exportGlobalObject -> PluginEnvironment.exportObject |
* +PluginEnvironment.exportPackage |
* Use of eval() to retrieve objects instead of get() (cleaner |
boilerplate, no need for extra variables to retrieve objects) |
* Removed extra enableSandboxAccess'es for the plugin object |
* Redefined versioning meaning |
|
1.0build29: 2008-06-29 |
* Initial public pre-release |