Releases: adonisjs/drive
Releases · adonisjs/drive
Configure fakes
- feat: configure fakes deff46c
Full Changelog: v3.1.2...v3.2.0
Fix provider to extend MultipartFile
- fix: call method to extend MultipartFile be96735
Full Changelog: v3.1.1...v3.1.2
Small configure script improvements
Improve configure script and add file.moveToDisk method
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
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
Add experimental support for listing files and directories
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
New Contributors
Full Changelog: v2.1.1...v2.2.0
Do not lookup fake driver route
Add "bytes" and "get" methods to fake drive
- feat: add "get" and "bytes" method to fake drive 51a55e4