Releases: loadingio/paginate
Releases · loadingio/paginate
0.1.1
0.1.0
- 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
0.0.4
- 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