Tue, 10 Mar 2015 19:55:52 +0100Make sure exceptions that lead to 500 error are reported to console.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 10 Mar 2015 19:55:52 +0100] rev 1805
Make sure exceptions that lead to 500 error are reported to console.

Sat, 28 Feb 2015 05:29:04 +0100[maven-release-plugin] prepare for next development iteration
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Feb 2015 05:29:04 +0100] rev 1804
[maven-release-plugin] prepare for next development iteration

Sat, 28 Feb 2015 05:29:03 +0100[maven-release-plugin] copy for tag release-0.14
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Feb 2015 05:29:03 +0100] rev 1803
[maven-release-plugin] copy for tag release-0.14

Sat, 28 Feb 2015 05:29:03 +0100[maven-release-plugin] prepare release release-0.14 release-0.14
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 28 Feb 2015 05:29:03 +0100] rev 1802
[maven-release-plugin] prepare release release-0.14

Fri, 27 Feb 2015 20:55:00 +0100Keeping references to classes in variables seems to optimize things a bit
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 20:55:00 +0100] rev 1801
Keeping references to classes in variables seems to optimize things a bit

Fri, 27 Feb 2015 19:28:07 +0100Probably faster to use the conditional operator than to call additional compact function
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 19:28:07 +0100] rev 1800
Probably faster to use the conditional operator than to call additional compact function

Fri, 27 Feb 2015 18:55:06 +0100Merging tests execution into single browser window
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 18:55:06 +0100] rev 1799
Merging tests execution into single browser window

Fri, 27 Feb 2015 18:11:54 +0100addIfMissing to iterate over the array just once
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 18:11:54 +0100] rev 1798
addIfMissing to iterate over the array just once

Fri, 27 Feb 2015 13:50:37 +0100V8 has occational problems with Array.prototype.slice.call. Replacing it with directly enumerated parameters.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 13:50:37 +0100] rev 1797
V8 has occational problems with Array.prototype.slice.call. Replacing it with directly enumerated parameters.

Fri, 27 Feb 2015 12:06:58 +0100V8 has problems optimizing try/catch. Putting such construct into methods that is always called was certainly not the brightest idea.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 27 Feb 2015 12:06:58 +0100] rev 1796
V8 has problems optimizing try/catch. Putting such construct into methods that is always called was certainly not the brightest idea.