0.99 (2012-11-15)
 - Load: Fixed regression in IE6, caused by IE10 fix
 - Load: CSS loading seems to work in all browsers.
   - However a few will not trigger the callback. Over 90% do.
   - Either don't use it, or only load css in situations when you don't need the callback triggered.
 - Load: Conditional loading with head.test() now in evaluation phase
   - try it, but don't rely on it yet
   - head.test(bool, "ok.js", "failed.js", callback)
 - All: CDN is now availiable thanks to: http://cloudflare.com
   - Info in download section on main site
 - Unit Tests
   - Integrated with main site so that everyone can participate
   - They have also been hooked up to automatically report stats back to http://browserscope.org

0.98 (2012-11-09)
- Load: Fixed loading bug in IE10
- Load: Corrected some issues with loading from inside &lt;head&gt;
- Load: Rewrite of large parts of code base
  - Started to massively document the sourcecode :)
- Css3: moved "touch" detection from core to here
- Css3: added "retina" detection
- Css3: replaced "font-face" detection that was using "Conditional Comments" with simplisitc browser version detection
- Core: Added gt, gte, lte, eq classes to width detection (lt existed already)
- Core: Added gt, gte, lt, lte, eq classes for browser vendor & version detection
- By default only lt/gt classes are activated
  - You can of course configure to your likings via head_conf

0.97a (2012-10-20)
- Updated QUnit &amp; got unit tests running again
- Swictched to "use strict"
- Fixed up some variable usage
- Added browser detections other than just for ie-lt
- updated browser regexes (firefox, safari, opera, ios, android, webkit)
- detect if browser is: desktop, mobile, touch enabled
- detect portrait/landscape mode
- html5 shim now only triggers on ie-lt9
- added a throttle to onResize, since some browsers fire tons of events/sec
- added corrected height/width measurements, but only exposed via new object: head.screen
  - contains height/width, innerHeight/innerWidth, outerHeight/outerWidth
- force all css router names to lowercase just in case ppl try typing in names with wierd casings