Releases: dcblogdev/laravel-microsoft-graph
Releases · dcblogdev/laravel-microsoft-graph
v4.0.3
What's Changed
- Fix some of the return types by @ITMobilityControl in #92
- Fix a typo and made a slight improvement in a sentence in docs on Files by @ylynfatt in #95
- bugfix: Return type for retrieving list of emails by @ylynfatt in #94
- Increase test coverage by @dcblogdev in #97
New Contributors
- @ITMobilityControl made their first contribution in #92
- @ylynfatt made their first contribution in #95
Full Changelog: v4.0.2...v4.0.3
v4.0.2
v4.0.1
What's Changed
- Fix: Cross Origin Authorization Error. by @ousid in #85
- Allow string user_ids by @jsandfordhughescoop in #81
- Corrected types by @dcblogdev in #86
- fixes AdminMsGraph to allow $data to be null by @dcblogdev in #87
- feat: Add support for retrieving emails with singleValueExtendedProperties by @meckyp in #82
- Add user login functionality and queue support by @bajramemini in #80
New Contributors
- @ousid made their first contribution in #85
- @jsandfordhughescoop made their first contribution in #81
- @meckyp made their first contribution in #82
- @bajramemini made their first contribution in #80
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- dropped support for older versions less then 10 by @dcblogdev in #78
Full Changelog: v3.2.6...v4.0.0
v3.2.6
What's Changed
- Fix: Add string as argument type to isJson function by @mrksdiehl in #75
- Fix return types by @donatiss in #73
- removed object type hint from
isJson
by @dcblogdev in #76 - Set user model to be string by @dcblogdev in #77
New Contributors
- @mrksdiehl made their first contribution in #75
- @donatiss made their first contribution in #73
- @dcblogdev made their first contribution in #76
Full Changelog: v3.2.5...v3.2.6
Add support for Laravel 11
v3.2.5 add support for Laravel 11
v3.2.4
v3.2.3
Added
- Added pagination helper to build pages from a set number of records, for internal use
- Added TaskLists resource class for working with task lists
Updated
- Updated contacts get method to use pagination of the contacts. Sets default per page to 25 contacts
- Updated Tasks resource class for working with tasks
v3.2.2
v3.2.1
Added
- Added
tenantId
to config file to allow the tenantId to be retrievable - Added package shitware-ltd/flysystem-msgraph into this package to allow using a files flysystem driver
- Added page to the docs for the file system - https://dcblog.dev/docs/laravel-microsoft-graph/v3/msgraph/filesystem
Changed
- Removed unused imports from testcase