Skip to content

Releases: adonisjs/drive

Configure fakes

12 Aug 12:18
9478eda
Compare
Choose a tag to compare

Full Changelog: v3.1.2...v3.2.0

Fix provider to extend MultipartFile

11 Aug 18:45
36818ac
Compare
Choose a tag to compare
  • fix: call method to extend MultipartFile be96735

Full Changelog: v3.1.1...v3.1.2

Small configure script improvements

11 Aug 17:29
04854bf
Compare
Choose a tag to compare
  • fix: syntax for extracting exact values for schema enum a4b79fb
  • refactor: rename env variables and do service name to spaces 7b14759
  • chore: update dependencies 97d3dba
  • chore: update package metadata c0edd0d
  • fix: define enum schema options as a const 6070ddd

Full Changelog: v3.1.0...v3.1.1

Improve configure script and add file.moveToDisk method

11 Aug 04:51
37f200c
Compare
Choose a tag to compare

The file.moveToDisk method moves a user-uploaded file to one of the Drive disks.

Commits

  • refactor: fix DO env vars and add R2_ENDPOINT env var eb9c5a9
  • feat: configure default disk via DRIVE_DISK env variable 2c0050c
  • feat: install peer depedencies during configuring b41864b
  • feat: add MultipartFile.moveToDisk method to the bodyparser 5659418

Full Changelog: v3.0.0...v3.1.0

Breaking - Rewrite to work with v6

10 Aug 03:59
2a23f48
Compare
Choose a tag to compare

The newer version of @adonisjs/drive is now a thin wrapper on top of https://flydrive.dev/ and has a different API targeting AdonisJS v6.

For v5 apps, please install @adonisjs/drive@2

Commits:

  • chore: update peer dependencies list 632b154
  • chore: set version to last published version 749ffb8
  • docs: update README file ec2b014
  • refactor: tighten up things for publishing dc319d0
  • feat: add stubs and configure command fb80e6a
  • feat: first working version a42e760
  • feat: initial implementation on top of flydrive 57b1ad9
  • chore: update dependencies 53ce4b7
  • chore: update dependencies 87d7805
  • chore: upgrade minimum node version 3d1ff37
  • chore: remove "main" package field bb9f217
  • chore: update dependencies e214b4e
  • style: update ts-node spelling everywhere ee12874
  • refactor: prefix unused variables with _ f28ca90
  • test: update example tests 351c6f8
  • docs: update readme 847c780
  • refactor: update structure and dependencies 63668f5
  • chore: update dependencies 6b95c68
  • chore: pin tsc version 095eb12
  • chore: --no-emit typo cd8f3e2
  • chore: replace node 19 by node 20 806cb33
  • ci: use matrix for tests + add lint and typecheck jobs 3daafba
  • refactor: remove unused variable 5d470a2
  • chore: update dependencies 81cb872
  • chore: add engines key 4dc8080
  • chore: update dependencies fb507bb
  • chore: remove old eslint packages 123eede
  • chore: upgrade to japa 3 cae3a94
  • chore: update tooling config d9105c2
  • refactor: use @adonisjs/tooling-config 4000dec
  • feat: prompts file 903b5d5

Commit Range:
731624c...main

Full Changelog: https://github.com/adonisjs/drive/commits/v3.0.0

Add support for defining contentLength option when writing files

07 Oct 07:54
Compare
Choose a tag to compare
  • feat: adding support for "contentLength" property when writing files 4367a9f
  • chore: update dependencies 408ec80
  • chore: update dependencies (#43) 83b61e1

v2.2.0...v2.3.0

Add experimental support for listing files and directories

18 May 06:06
Compare
Choose a tag to compare

Commits

  • refactor: add experimental flags to the "list" method fd371af
  • feat: add support for listing files inside a directory e98cb43
  • feat: add config helper and type from infer disklist from config 92d1448
  • chore: update dependencies 6a0d4ba

PRs

  • Allow listing of directory contents by @Ruby184 in #39

New Contributors

Full Changelog: v2.1.1...v2.2.0

Do not lookup fake driver route

12 Apr 08:53
Compare
Choose a tag to compare
  • refactor: do not lookup fake driver route e11ad5c
  • chore: update dependencies fe9c2b5

v2.1.0...v2.1.1

Add "bytes" and "get" methods to fake drive

07 Apr 09:47
Compare
Choose a tag to compare
  • feat: add "get" and "bytes" method to fake drive 51a55e4

v2.0.11...v2.1.0

Add more capabilities to the fake drive

05 Apr 07:01
Compare
Choose a tag to compare
  • fix: incorrect import 0c9f994
  • fix: ts compiler errors 9f585c6
  • improvement: add more capabilities to the fake drive 6893997
  • test: overwriting existing files with fake disk 1b8cb64
  • chore: update dependencies 7a42849

v2.0.10...v2.0.11