Dabby.js v0.9.12
This release fixes a number of bugs and adds some features to improve compatibility with jQuery, along with more tests and documentation:
- Fixed bug in $.fn.attr() where if you try to set an empty collection, it returned undefined, whereas it should return the collection
- Removed settings.scriptCharset and added settings.scriptAttrs to $.ajax()
- Fixed issues in $.ajax() with setting the default content type, it now sets settings.contentType to application/x-www-form-urlencoded when the method is POST and the data is a url encoded string
- Fixed bugs and missing features in
$.on() and $ .off() where they didn't support objects as the event list - Fixed bug in $.off() where it had a redundant data argument, and it didn't support removing all bound handlers
- Added more tests for
$.on() and $ .off() - Added documentation for
$.on() and $ .off() - Updated all NPM packages in package.json
- Fixed issue in gruntfile.js where the comments option was not correctly specified in babel