Releases: shitware-ltd/flysystem-msgraph
Releases · shitware-ltd/flysystem-msgraph
1.2.0
What's Changed
- fix: add concrete exceptions to the adapter by @andersmateusz in #5
New Contributors
- @andersmateusz made their first contribution in #5
Full Changelog: 1.1.3...v1.2.0
Don't send conflictBehavior parameter when it's set to "ignore"
man I really wish having tests for this package was feasible but I'm not paying microsoft for a test account.
1.1.2
Ignore errors when attempting to create duplicate directories. (request is skipped if directory exists by default. Override by setting the directory_conflict_behavior
to one of the previously supported values.
Full Changelog: 1.1.1...1.1.2
Fix creating folders in root and accept new conflict option
Passing a directory_conflict_behavior
key in the $options
array now allows you to define the @microsoft.graph.conflictBehavior
passed with requests to create directories.
Supported values are fail
, rename
, replace
.
Allow createDirectory to create nested directories
Fixes #2 and simplifies `ensureDirectoryExists`
Fix readStream return type
This still isn't a proper implementation of readStream but at least we're not doing weird things with a stream wrapper object now.
1.0.1
1.0.0
Added description to composer.json
missed a comma haha let's do updates directly on github
Fix PSR autoloading
v0.0.2 Computers are too case-sensitive