Skip to content

v1.0.0

Compare
Choose a tag to compare
@carimus-deploy-bot carimus-deploy-bot released this 12 Apr 00:49
· 55 commits to master since this release

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