-
Notifications
You must be signed in to change notification settings - Fork 11
Releases: shitware-ltd/flysystem-msgraph
Releases · shitware-ltd/flysystem-msgraph
1.2.0
@36864
36864
9b5e10a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
Assets 2
Don't send conflictBehavior parameter when it's set to "ignore"
1.1.2
@36864
36864
a1c56dd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
Assets 2
Fix creating folders in root and accept new conflict option
@36864
36864
5d2b404
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.
Assets 2
Allow createDirectory to create nested directories
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.
Assets 2
1.0.1
1.0.0
Added description to composer.json
@36864
36864
e1c6d96
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added description to composer.json
Pre-release
Pre-release
missed a comma haha let's do updates directly on github
Assets 2
Fix PSR autoloading
@36864
36864
1f2a8b9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix PSR autoloading
Pre-release
Pre-release
v0.0.2 Computers are too case-sensitive