Dabby.js v0.9.5
This release fixes a number of issues, adds more API coverage, and improves compatibility with jQuery:
- Scripts are now included asynchronously in $.ajax()
- Fixed issue in $.ajax() where the script load event was not attached with the once flag
- Fixed bug in $.ajax() where data was attached as a query string for XHR requests, whereas it should have only done this for synchronous requests
- Fixed issue with selection in trigger/test.js
- Reworked $.extend() to use Object.assign() to copy the properties
- Merged
$.get() and $ .post() into the same code - Fixed bug in $.ajax() where data was not handled correctly if the method was GET
- Added
$.fn.replaceAll() and $ .fn.replaceWith() + tests