JDC ChangeLog

JSLab DOM Correction - ChangeLog

Ver. 1.0.3 - 2008-09-30
-----------------------
- Temporary fix for event handlers assigned as properties. Also removed old debug code which was never supposed to
  be there in the first place.

Ver. 1.0.2 - 2008-08-08
-----------------------
- Fixed error in addEventListener which caused bubbling handlers to overwrite capturing handlers under certain circumstances.
  The error was partly related to the faulty implementation of Array.splice in IE.

Ver. 1.0.1 - 2008-07-10
-----------------------
- Events now only bubbles when they should.
- Capture/bubbling handlers are executed in the correct order in the target phase 
- Changes to innerHTML is now caught immediately so that the Event interface is exposed right away.
  This requires the user to turn on the EPE.ENABLE_CACHE option. It is now on by default.


Ver. 1.0.0 - 2008-07-08
-----------------------
- First public release