- audit fix to fix dependencies vulnerability
- fix bug:
res
is not defined in_fetch
- rename module to
@loadingio/paginate
. exportpaginate
instead ofldpage
- upgrade dependencies to fix vulnerabilities
- refactoring with concise configs and simpler APIs.
init
removed- internal vairables prefixed with
_
- rename
setHost
tohost
- support debounce based on
@loadingio/debounce.js
- blocking
reset
byfetch
based onproxise
- add
fetchOnInit
option - update documentation
- rename
ldPage
toldpage
- rename
ldpage.js
,ldpage.min.js
toindex.js
andindex.min.js
- upgrade modules
- release with compact directory structure
- add
main
andbrowser
field inpackage.json
. - further minimize generated js file with mangling and compression
- remove assets files from git
- patch test code to make it work with upgraded modules
- fix bug: end should be set before finish event is fired.
- rename
init
toreset
, while keepinginit
for backward compatibility.