Skip to content

Release 3.0.0-rc.1

Latest
Compare
Choose a tag to compare
@adnzaki adnzaki released this 16 Jan 03:29
· 1 commit to develop since this release
c6586b4

🚀 SSPaging 3.0.0-rc.1 Released

This release includes breaking changes and improvements to enhance consistency and usability.

🛠️ Breaking Changes

  1. Simplified autoReset and delay options:

    • Removed the { active: true, timeout: xxx } structure.
    • Now, you specify the timeout value directly as a number.
      autoReset: 500,
      delay: 500,
  2. Required Parameters in getData:

    • The following options are now required:
      url, limit, offset, orderBy, searchBy, sort, and search.
    • Missing any of these will result in an error message.
    • The feature for defining custom URL patterns has been removed.

🌟 Why Update?

  • Ensures explicit configuration for improved clarity and reduced errors.
  • Enforces a consistent parameter structure.

For complete details, visit the documentation.