v2.1.0
Changes:
- Custom headers can now be added by default through the configuration object, or included with each request. #151
For example:await dynamicsWebApi.retrieveMultiple({ collection: "contacts", headers: { "my-header": "value" } }); - Added support for Microsoft Power Pages. Thanks to @03-CiprianoG for the PRs! More Info.