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.
- Added the
-
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.
- Introduced the
-
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.
- Resolved an issue where the
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!