@mendeley/api
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "@mendeley/api", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Mendeley API JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -176,1 +176,5 @@ # UPGRADING | ||
``` | ||
## Upgrading to v7.x | ||
1. Removes legacy `JSON.stringify` of request data as Axios handles this natively. This should be backwards compatible, but making a major release as could break user's unit tests if they attempt to extend the built-in Request object. |
1521238