- Support https and redglass.js 0.3.1
- Update RSpec (3.1.1), ruby (2.1.0) and selenium-webdriver (2.42.0)
- Begin using Carryall to conditionally load JavaScript dependencies.
- Do not use jQuery.noConflict().
- Explicitly require RedGlassListener.
- Capture page state via the RedGlass#take_snapshot method.
- Observe WebDriver events by passing in a RedGlassListener to the driver initializer instead of monkey patching.
- Implemented observer pattern (via monkey patch) to reload red-glass.js whenever it is cleared from the browser's memory.