All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
- An error with an object validation - APPSRN-355
- params code_status and response_time from measurement_request
- Fixed parseQueryParams to support sorts with array format.
- Fixed parse query params to support objects.
- Name params to params_endpoint in axios instance
- Validation in substring param
- Validation error for environment in axios instance
- interceptor to log info in analytics
- add substring method to avoid error length limit in analytics
- Fixed error handling at makeRequest.
- Added more data in the errors registered in crashlytics - APPSRN-294
- Changed response of get method, now every method returns the same structure - APPSRN-283
- Fixed use of sort params
- Fixed an error with headers when using get method with a custom endpoint
- Added POST, PUT and PATCH methods with their own crashlytics log
- Fixed error message logged at crashlytics and returned at GET / LIST catch.
- Fixed refreshHeaders function to format correctly headers like page, pageSize, getTotals and getOnlyTotals.
- When making a get request, id is no longer required
- Added request class with get and list methods
- Fixed eslint, prettier and husky configs