Skip to content

Releases: iomega/zenodo-upload

v0.5.1

10 May 15:17
4b85096
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload by submitting a file.

Makes a draft copy of an existing Zenodo upload.
After submitting the file and bumping the version the draft upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Fixed

  • Dependabot alerts of hosted-git-info, lodash and handlebars

v0.5.0

02 Apr 09:05
5042a32
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload by submitting a file.

Makes a draft copy of an existing Zenodo upload.
After submitting the file and bumping the version the draft upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Fixed

  • Publishing date not updated (#13)
  • Unable to use concept DOI (#12)

v0.4.1

01 Apr 11:19
c00f7da
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Added

  • Code examples in doc strings

Fixed

  • DraftDiscardedError and others not exported in entrypoint
  • Vague error messages

v0.4.0

31 Mar 09:37
bb68c81
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Added

  • Command line tool (#1)

Fixed

  • Example does not work (#10)

v0.3.1

27 Mar 09:36
134f63d
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Fixed

  • Error: Digest method not supported (#7)

v0.3.0

27 Mar 07:31
2030ffe
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Added

  • Perform checksum check and discard on match (#5)

v0.2.3

25 Mar 14:48
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Removed

v0.2.2

25 Mar 14:18
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Fixes

  • html url is undefined (#2)

v0.2.1

25 Mar 13:21
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Tying to get automated publishing after a GitHub release is created to work.

v0.2.0

25 Mar 13:07
Compare
Choose a tag to compare

A JavaScript library to create a new version of a Zenodo upload with a file.

Makes a draft copy of an existing Zenodo upload.
After overwriting the file and version the upload is published.

Can be used to create a DOI for a updated data file.
A Zenodo upload must already exist using this library.

Initial release with automated publishing to npm.