Skip to content

Releases: striezel/plotly-node-export-server

Version 4.2.0 (2023-06-06)

06 Jun 19:26
Compare
Choose a tag to compare
  • [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 dependency tough-cookie to 4.1.3.

Version 4.1.2 (2023-05-28)

28 May 20:31
Compare
Choose a tag to compare
  • [maintenance]
    Update dependency jsdom to 22.1.0.

  • [maintenance]
    Update dependency nwsapi to 2.2.5.

Version 4.1.1 (2023-05-22)

22 May 19:44
Compare
Choose a tag to compare

[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)

19 May 21:57
Compare
Choose a tag to compare

[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)

10 May 23:12
Compare
Choose a tag to compare

[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)

06 May 19:51
Compare
Choose a tag to compare

[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)

02 May 19:29
Compare
Choose a tag to compare
  • [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 dependency jsdom to 22.0.0

Version 2.6.1 (2023-05-01)

01 May 19:47
Compare
Choose a tag to compare

[maintenance]
Update dependency jsdom to 21.1.2.

Version 2.6.0 (2023-04-23)

23 Apr 20:47
Compare
Choose a tag to compare

[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)

16 Apr 21:35
Compare
Choose a tag to compare

[maintenance]
Update dependency entities to 4.5.0.