- xhr: extend success status from 200 ~ 202 to 200 ~ 300
- xhr: add additional check before accessing fields
- xhr: add additional handler for error / abort / timeout events
- consider xhr status code as success if it is 201 or 202
- add
credentialsdefault valuesame-originin fetch api - upgrade fedep for fixing vulnerability in dependency
- extend default timeout from 20s to 40s to reduce some possibly edge cases
- downgrade
node-fetchto2.6.7for working withrequire - upgrade modules for vulnerabilities fixing
- upgrade
node-fetchto3.2.0to resolve vulnerability.
- release with compact directory structure
- remove
ldq.js,ldq.min.js, useindex.js,index.min.jsinstead - use minimized dist file as main / browser default file
- further minimize minimized file
- update dev dependencies
- fix bug: should check against
nullof ending element inparentbefore accessing it.
- support positive and negative list in
cls. - make build faster
- let
parentby default search up to null to support isolated DOM tree.
- use
lderrorinsteadldError( need lderror >=0.1.0 )
- release dist files only.
- fix bug:
fetchrejection should be handled and pass to upper rejection function. - upgrade modules
- add xhr as fetch counterpart for supporting progressive upload
- add node-fetch for nodeJS support
- parent() test if contained if selector is ignored
- use ldError style error ( without dependency ) in ajax error
- add option to ignore default-header for using ajax.
- update node-fetch version for vulnerability fixing.