Skip to content

Releases: Carimus/node-uploads

v1.0.4

28 Jan 23:58
aa5311f
Compare
Choose a tag to compare

1.0.4 (2020-01-28)

Bug Fixes

  • ci: migrate workflows to yaml syntax (a779325)

v1.0.3

07 Jun 15:08
94a4d9c
Compare
Choose a tag to compare

1.0.3 (2019-06-07)

Bug Fixes

  • deps: force release for js-yaml vulnerability fix (6591e8a)

v1.0.2

12 Apr 17:30
Compare
Choose a tag to compare

1.0.2 (2019-04-12)

Bug Fixes

  • deps: upgrade node-disks to fix s3 stream and contentype issues (2a07789)

v1.0.1

12 Apr 16:18
Compare
Choose a tag to compare

1.0.1 (2019-04-12)

Bug Fixes

  • core: fix path generation to properly join pathPrefix (f075e4f)

v1.0.0

12 Apr 00:49
Compare
Choose a tag to compare

1.0.0 (2019-04-12)

Bug Fixes

  • use generics for UploadsIdentifier (18cda3a)
  • write tests for service and fix revealed bugs (a11bda8)
  • ci: clear dist dir before tsc rebuild (58f048d)
  • ci: simplify publish a bit and use prepack instead of postinstall (39a5d42)
  • ci: tweak actins to use latest commit and unsafe-perms for npm (32ca9b7)
  • ci: typo in npmrc -> .npmrc 🤦‍♀️ (5b5842c)
  • ci: use postinstall in development, prepublishOnly in publish (5e534eb)
  • core: rename UploadIdentifier -> Upload (7701ce6)
  • types: add types for tmp (64eb054)

Features

  • implement the base logic for uploading files and handling disks (6e52388)
  • core: add support for transferring uploads from disk to disk (56fc645)
  • core: getUrl and getTemporaryUrl support (d25fa6f)
  • core: support delete operation (fbf75ea)
  • core: support withTempFile to get local temp files from uploads (58fd1dd)
  • template: add commitlint to enforce commit message format (60a9cb1)

Reverts