Prototype 1.5.1 RC 3 Released
Written by on April 25th, 2007 in Ajax News.
A new version of Protoype has dropped.
Prototype 1.5.1 RC 3 gives us features such as:
- Ajax.Requests now supports per-request
onCreatecallbacks. [#8011] - JSON strings are automatically stripped of their security delimiters (if present) before
eval. More details on this security issue here (PDF document). [#7910] - all
toJSONmethods now generate YAML-loadable JSON. [#7883] Event.elementnow returns an extended element. [#7870]- Linefeed normalisation is now prevented in IE on
String#escapeHTMLandString#unescapeHTMLfor consistency with other browsers. - Added a new
Element.childElementsmethod (shorter alias ofElement.immediateDescendants). - Added a new
Element.firstDescendantmethod (same as usingElement.downwith no arguments).
Performance improvements:
- Faster
$$()utility andElement.getElemementsBySelectormethod. [#7873], [#7901] - Optimized
Element.next,Element.down,Element.upandElement.previousDOM methods. [#7848] - Speed improvements of
String#escapeHTMLandString#unescapeHTMLin IE and Safari.
And plenty of bug fixes. You can see the gory details in the change log.
Source: Ajaxian
Original Article: http://ajaxian.com/archives/prototype-151-rc-3-released