Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 67 → Rev 68

/pluggablejs/trunk/ChangeLog
1,4 → 1,22
1.1.1build36: 2008-07-05
* Re-fixed including from within jar
* General bugfixes
+ Released
 
1.1.1build35: not a release
* Fixed loading of plugins from within jar
* Fixed including (lang.include()) files from within jar
* Added code injection to Sandbox while executing (SandboxAccessor's can
benefit from this)
* Made PluginProperties public again, otherwise it couldn't be modified
from JS
* Made PluginReader public
* Simplified plugin's properties retrieval (plugin identification over
the first line)
 
 
1.1.1build34: not a release
* Bumped revision number
* Renamed the $net object to $net_outlyer to be less intrusive
* Interactive shell prints the result of each line (optionally and on by default)
* Cleaner use of internal variables, there's no longer a need to
5,7 → 23,7
reserve any variable name / namespace beyond $net_outlyer
* lang.array() family of methods to create Java arrays
* lang.var_dump() to help in debugging
* lang.for_each()
* (optional) lang.for_each() as alternative to "for each"
 
1.1.0build33: 2008-07-01
* Sandbox can be created with no associated file (only boilerPlate code
18,6 → 36,7
* More opaque hierarchies where appropriate
* Output.print()
* PluginObject.features as a Set instead of a List
+ Released
 
1.1.0build32: not a release
* Removed the deprecated versions of Sandbox.createDelayedImplementation()
33,3 → 52,4
 
1.0build29: 2008-06-29
* Initial public pre-release
+ Released