Releases: iomega/zenodo-upload
v0.5.1
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
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
v0.4.1
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
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
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
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
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
- Publishing of package to https://github.com/iomega/zenodo-upload/packages
v0.2.2
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
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
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.