Skip to content

Releases: shitware-ltd/flysystem-msgraph

1.2.0

18 Dec 12:50
9b5e10a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...v1.2.0

Don't send conflictBehavior parameter when it's set to "ignore"

19 Jun 14:06
4d775df
Compare
Choose a tag to compare

man I really wish having tests for this package was feasible but I'm not paying microsoft for a test account.

1.1.2

19 Jun 14:00
a1c56dd
Compare
Choose a tag to compare

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

19 Jun 12:13
5d2b404
Compare
Choose a tag to compare

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

16 Jun 15:12
f0109f1
Compare
Choose a tag to compare
Fixes #2 and simplifies `ensureDirectoryExists`

Fix readStream return type

20 Mar 17:15
Compare
Choose a tag to compare

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

28 Oct 11:00
0713160
Compare
Choose a tag to compare

Fixing package vendor name

1.0.0

26 Oct 09:09
2c42320
Compare
Choose a tag to compare
Add installation instructions

Added description to composer.json

20 Oct 13:42
e1c6d96
Compare
Choose a tag to compare
Pre-release
missed a comma

haha let's do updates directly on github

Fix PSR autoloading

20 Oct 08:15
1f2a8b9
Compare
Choose a tag to compare
Fix PSR autoloading Pre-release
Pre-release
v0.0.2

Computers are too case-sensitive