From 1acb4b67ccd0c5659f18897baf73264783c7d66a Mon Sep 17 00:00:00 2001 From: ve3 Date: Wed, 10 Mar 2021 15:47:26 +0700 Subject: [PATCH] v0.0.4 * Fix preload, stay at offset 0 and hit reload then get duplicate result. * Add option `changeURLAppendElement`. * Fix send currentStartOffset that is next instead of previous one. * Add full support for AJAX HTML. * Fix `detectAndSetCurrentStartOffset()`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73819f2..ad4a84a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rundiz-scroll-pagination", - "version": "0.0.3", + "version": "0.0.4", "description": "Scroll down the page and automatically call to get next page contents.", "main": "index.js", "directories": {