Releases: striezel/plotly-node-export-server
Version 4.2.0 (2023-06-06)
-
[maintenance]
The version of Plotly.js is bumped from 2.23.2 to 2.24.0.
The new version contains some fixes and new features. For details on those see the changelog of Plotly.js. -
[maintenance]
Update dependencytough-cookie
to 4.1.3.
Version 4.1.2 (2023-05-28)
-
[maintenance]
Update dependencyjsdom
to 22.1.0. -
[maintenance]
Update dependencynwsapi
to 2.2.5.
Version 4.1.1 (2023-05-22)
[maintenance]
The version of Plotly.js is bumped from 2.23.1 to 2.23.2.
The new version contains some fixes. For details on those see the changelog of Plotly.js.
Version 4.1.0 (2023-05-19)
[maintenance]
The version of Plotly.js is bumped from 2.22.0 to 2.23.1.
The new version contains some fixes and changes. For details on those see the changelog of Plotly.js.
Version 4.0.0 (2023-05-11)
[breaking change]
Generated image files are now served directly in the response to the request instead of just providing a JSON response that contains the file name of the generated image. That is, instead of returning a JSON response like
{
"success": true,
"filename": "graph-007e94ad-97c7-4f7b-9bf1-a524f689b8b5.svg"
}
the image is returned directly in the HTTP response message body.
This approach has several advantages:
- Users only need to make one request to the server instead of two to get the generated image.
- The server does not get filled with generated images files as in previous versions, because the images do not need to be stored for later retrieval anymore.
Version 3.1.0 (2023-05-06)
[maintenance]
The version of Plotly.js is bumped from 2.21.0 to 2.22.0.
The new version contains some fixes and changes. For details on those see the changelog of Plotly.js.
Version 3.0.0 (2023-05-02)
-
[breaking change]
Support for Node.js 15 and older versions is dropped. The minimum required version is now Node.js 16. Node.js versions before 16 have reached their end of life, so users of those versions should upgrade to newer versions anyway. -
[maintenance]
Update dependencyjsdom
to 22.0.0
Version 2.6.1 (2023-05-01)
[maintenance]
Update dependency jsdom
to 21.1.2.
Version 2.6.0 (2023-04-23)
[maintenance]
The version of Plotly.js is bumped from 2.20.0 to 2.21.0.
The new version contains a few fixes and changes. For details on those see the changelog of Plotly.js.
Version 2.5.3 (2023-04-16)
[maintenance]
Update dependency entities
to 4.5.0.