Releases: striezel/plotly-node-export-server
Version 4.3.0 (2023-07-28)
[maintenance]
The version of Plotly.js is bumped from 2.24.3 to 2.25.0.
The new version contains some fixes and new features. For details on those see the changelog of Plotly.js.
Version 4.2.3 (2023-07-23)
[maintenance]
The version of Plotly.js is bumped from 2.24.2 to 2.24.3.
The new version contains some fixes. For details on those see the changelog of Plotly.js.
Version 4.2.2 (2023-07-08)
[maintenance]
Update dependency nwsapi to 2.2.7.
Version 4.2.1 (2023-06-20)
[maintenance]
The version of Plotly.js is bumped from 2.24.0 to 2.24.2.
The new version contains some fixes. For details on those see the changelog of Plotly.js.
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-cookieto 4.1.3.
Version 4.1.2 (2023-05-28)
-
[maintenance]
Update dependencyjsdomto 22.1.0. -
[maintenance]
Update dependencynwsapito 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.