- Added ability to specify integrity and crossorigin properties on CSS and JS resources. Contributors @Blackbaud-PaulCrowder
- README.md cleanup. Contributors @anirvan
- Add matchdep in development dependency. Contributors @199911
- Updating demo. Contributors @donlewi
- Fixing IE11 issue where
ready
callback is not firing. #33 - Fixing IE8 issue where Objects aren't being detected properly. #27
- Updating README.md typos.
- Fixing IE11 CSS loading issue where it's not loading fallback stylesheets.
- Adding more files to ignore to the
bower.json
file. PR from @jieryn
- Fixing CORS issues with IE11 and stylesheets.
- Added
fbk
as a library alias for short-hand. e.g.fbk.load()
- Added ESLint for linting
- Added aliases
deps
anddependencies
foroptions.shim
- Moved CHANGELOG from
README.md
toCHANGELOG.md
- Fixing typo in README.md
- Changed text in
gh-pages
branch fromINCREASE
toDECREASE
for the lineINCREASE PAGE LOAD TIMES
- Fixed
callback
not being fired when contained within theload
functionsoption
object.
- Fixing IE10
onReadyStateChange
andonLoad
callback issues with CSS files.
- Fixing CORS issue with stylesheet selector check.
- Fixing bug with stylesheet selector check.
- Fixing parallel callback issues.
- Various other performance tweaks.
- Entire library revamped.
- Added stylesheet selector check for CSS files.
- Added .import() function.
- Added .load() invocation to .ready() function.
- Fixed bug where parallel scripts would break.
- Fixed bug where code running in parallel up against the same library would attempt to load it more than once during a load cycle.
- Adding document and undefined to constructor.
- Wrapping eval for
is_defined
function in a try catch. - Checking that callback is a function before attempting to invoke.
- Launched http://fallback.io/
- Updated documentation.
- Fixing issue with missing callback sometimes throwing an error expecting a function.
- Tested and confirmed as working in IE6.
- Fixing broken ready function in IE7-9. Contributors @displague
- Fixing issues with IE7 and IE8 due to new changes/adjustments.
- Added utility functions to trim down code and support older versions of IE.
- Fixed example index.html so that no console notices/errors are thrown in IE.
- Added POSTLOAD test to example.
- Added .jshintrc file and fixes for JSHint validation. Contributors: @displague
- Updated the closure.sh file to auto prepend the tagline.
- Update example/index.js for the minifier's externs that way window.fallback doesn't get removed.
- Bug with .ready() function not being called. Contributors: @mrgamer @claudyus
- Updates to the example demonstration.
- Initial public release.
- Added bower.json and to bower repository.
- Added ability to call .ready() after libraries have already loaded.
- Removed
ready_invoke
option. - Added the ability to pass in an array of libraries to the
ready
event.
- Fixes for IE 7, 8 and 9.
- Added MIT license.
- Added .gitignore
- Added
release
branch.
- Initial development release.