Saturday, April 2, 2011

ZJS 3.2 is Released

Some of the things I was considering for 3.1 that were put on hold to get 3.1 out have been added. A short list:
  • Improvements to $log for n0n-Firebug environments.
  • Removed use of throw in $break. Slight usage changes are required, but all internal throws are gone.
  • Added $foreach_sorted to address stable iteration of kes in a dictionary.
  • Using Function.caller (supported by most browsers: Firefox, IE8, Chrome) when determining the super call. Depending on application requirements, this can be an even simpler way to call super methods (if Function.caller is supported on all required browsers). Sadly, Rhino does not support this property.
  • General clean of up some documentation.
Enjoy!

No comments:

Post a Comment