- exception catching for resizeAll
- support for urls already containing params
- fixed issues with requirejs headers
- Resonsive Image
- sets height & width of background image elements
- custom function support for both target & root elements
- Core
- type casting method
- modules now extend a common BumperModule class
- module options are now initialized and available globally through Bumper.Core.Options
- DOM
- options can now be overwritten through string inteprolation
- custom functions can be run to modify element data
- exclude self when traversing parents
- restructure of classes and methods
- DOM Jquery
- Fallback to parent element when interpolating
- removed jquery (except for dom handler)
- Responsive Background Image
- combined into Responsive Image
- Core
- Interpolation accepts a scope as 2nd argument for better element selection control
- Responsive Background Image
- Passes temp image with loaded event
- Core
- Interpolation now uses css selectors instead of just an element id
- Bugfix and cleanup
- Core
- Implemented class pattern for extending
- Added interpolation for getting dom attributes for responsive values
- Responsive Image
- Responsive Background Image