[prototype] http://tinyurl.com/7xaozd Andrew Dupont - First pass on Element.Layout API, plus some very simple tests.
[prototype] http://tinyurl.com/9m5aqx Andrew Dupont - Updated Rakefile to check for presence of PDoc before running 'doc' task.
[prototype] http://tinyurl.com/9f2top Andrew Dupont - Update PDoc submodule to latest version.
[prototype] http://tinyurl.com/aywdhv Samuel Lebeau - Fix Rakefile for PDoc generation
[prototype] http://tinyurl.com/7jlxk5 Samuel Lebeau - Fix Range documentation
[prototype] http://tinyurl.com/7ldcc7 Samuel Lebeau - Start PDoc integration.
[prototype] http://tinyurl.com/9a2anz Andrew Dupont - Added PDoc as a git submodule.
[prototype] http://tinyurl.com/9duoq2 Andrew Dupont - Switch Object.is(Array|String|Number) to use the vastly-superior approach discover ...
[prototype] http://is.gd/eBK9 savetheclocktower - Further fix to ensure Object#is(String|Number) do not throw exceptions on host objects ...
[prototype] http://is.gd/dJSK Andrew Dupont - Ensure Enumerable#grep can handle strings with RegExp metacharacters. [#257 state:resolved]
[prototype] http://is.gd/c5Ut Andrew Dupont - Switch to the "doScroll approach" for the dom:loaded custom event. [#127 state:resolved]
[prototype] http://is.gd/c097 savetheclocktower - Change the way we detect that an object of key/value pairs has been passed to Element# ...
[prototype] http://is.gd/c06m savetheclocktower - I suppose we owe it to our contributors to spell their names right.
[prototype] http://is.gd/bT5H Andrew Dupont - Optimize document.viewport.get(Dimensions|Width|Height). [#336 state:resolved]
[prototype] http://is.gd/bT1y Andrew Dupont - Fix issue where Object#isString and Object#isNumber return false for String and Number "wr ...
[prototype] http://is.gd/bT1x Andrew Dupont - Fix typo in CHANGELOG.
[prototype] http://is.gd/bT1w Andrew Dupont - Set document.loaded = true before firing dom:loaded custom event.
[prototype] http://is.gd/bMyg savetheclocktower - Allow Element#store to accept an object containing several key/value pairs.
[prototype] http://is.gd/bMyf savetheclocktower - Change Element#retrieve to return the element itself (for chaining).
[prototype] http://is.gd/bMye savetheclocktower - Add tests for Element#retrieve.