- Expose underlying helper function for fetch calls #110
- Arrays passed as query parameters follow the comma separated format except for the
refine
query parameter which follows the repeated format
- Fetch options are able to be passed on the client configuration level as well as on a per call basis
- Homepage link now points to the Salesforce Developer Portal
- Add support for endpoints that accept
application/x-www-form-urlencoded
instead ofapplication/json
(i.e. SLAS).
- Support boolean query parameters
- Different case headers specified when invoking a method will now properly be merged, rather than only one being used. Headers specified when invoking a method will overwrite headers specified in the client config, regardless of case.
- Security updates
- Security updates
- Removed raml-toolkit as a runtime dependency
- Refactored cache manager to be more object orientated
- Exposed more options within the cache manager
- Fixed type definitions within the cache manager
- Updated to TypeScript 3.9
- Removed "beta" tag