- consider xhr status code as success if it is 201 or 202
- add
credentials
default valuesame-origin
in fetch api - upgrade fedep for fixing vulnerability in dependency
- extend default timeout from 20s to 40s to reduce some possibly edge cases
- downgrade
node-fetch
to2.6.7
for working withrequire
- upgrade modules for vulnerabilities fixing
- upgrade
node-fetch
to3.2.0
to resolve vulnerability.
- release with compact directory structure
- remove
ldq.js
,ldq.min.js
, useindex.js
,index.min.js
instead - use minimized dist file as main / browser default file
- further minimize minimized file
- update dev dependencies
- fix bug: should check against
null
of ending element inparent
before accessing it.
- support positive and negative list in
cls
. - make build faster
- let
parent
by default search up to null to support isolated DOM tree.
- use
lderror
insteadldError
( need lderror >=0.1.0 )
- release dist files only.
- fix bug:
fetch
rejection 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.