- 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.
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:
Saturday, February 12, 2011
ZJS 3.1 Released
Due to a major bug in ZJS 3.0 ($foreach did not work for "arguments" objects), I rushed out 3.1. With 3.1, there is also the new $static class plugin. More to come on that.
Saturday, February 5, 2011
ZJS is 3.0 At Long Last!
Well, life has been busy. What can I say other than "sorry"? I finally got all the unit tests passing again, decided that a bunch of my build process refactorings could wait and that the core ZJS code was ready.
One day I'll get back to refactoring the document generator and other Ant tasks to work over WSH, but that won't matter to those using ZJS.
Enjoy and let me know what you think - positive or negative.
One day I'll get back to refactoring the document generator and other Ant tasks to work over WSH, but that won't matter to those using ZJS.
Enjoy and let me know what you think - positive or negative.
Subscribe to:
Posts (Atom)