🚀 SSPaging 3.0.0-rc.1 Released
This release includes breaking changes and improvements to enhance consistency and usability.
🛠️ Breaking Changes
-
Simplified
autoReset
anddelay
options:- Removed the
{ active: true, timeout: xxx }
structure. - Now, you specify the timeout value directly as a number.
autoReset: 500, delay: 500,
- Removed the
-
Required Parameters in
getData
:- The following options are now required:
url
,limit
,offset
,orderBy
,searchBy
,sort
, andsearch
. - Missing any of these will result in an error message.
- The feature for defining custom URL patterns has been removed.
- The following options are now required:
🌟 Why Update?
- Ensures explicit configuration for improved clarity and reduced errors.
- Enforces a consistent parameter structure.
For complete details, visit the documentation.