Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@bradleyhodges bradleyhodges released this 26 Aug 10:55
· 22 commits to main since this release

Release Notes: v4.1.0 - August 26, 2024

This release introduces several new utility methods and bug fixes, enhancing the overall functionality and stability of the package.

Major Features & Updates:

  • New expectParameters Method:

    • Added the expectParameters() method to validate and handle required parameters in requests. This method simplifies the process of ensuring necessary parameters are present and properly formatted.
  • New isJson Method:

    • Introduced the isJson() method, which allows for easy validation of whether a string is valid JSON. This utility is useful for quickly checking JSON-encoded data before processing.
  • Continuance Checking Methods:

    • New methods for continuance checking were added to the API Response Mananger to help manage flow control and determine whether certain operations should proceed based on prior conditions.

Bug Fixes:

  • Fix Incorrect respond() Call:
    • Resolved an issue where the respond() method was called with parameters in the incorrect order, ensuring proper response handling.

Contributors:

We encourage all users to update to this latest version to take advantage of these new methods and fixes. As always, feedback and contributions are welcome!