1.8.1 - 2025-01-24
- render 404 so it wont appear in logs by @fritsjustbetter in #31
- @fritsjustbetter made their first contribution in #31
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.8.0...1.8.1
1.8.0 - 2024-11-12
- Add availability by @VincentBean in #28
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.7.4...1.8.0
1.7.4 - 2024-08-15
- Add whereNotIn method by @VincentBean in #27
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.7.3...1.7.4
1.7.3 - 2024-08-08
- Added the updateOrCreate method by @ramonrietdijk in #26
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.7.2...1.7.3
1.7.2 - 2024-07-18
- Support GUID by @VincentBean in #25
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.7.1...1.7.2
1.7.1 - 2024-07-18
- Support company UUID by @VincentBean in #24
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.7.0...1.7.1
1.7.0 - 2024-04-29
- Support OAuth by @VincentBean in #23
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.6.0...1.7.0
1.6.0 - 2024-03-29
- Support Laravel 11 by @VincentBean in #22
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.5.0...1.6.0
1.5.0 - 2023-11-23
- Allow overriding the ClientFactory to support alternative Authentification methods (such as OAuth) by @tgeorgel in #19
- @tgeorgel made their first contribution in #19
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.4.0...1.5.0
1.4.0 - 2023-11-20
- Added support for relations by @ramonrietdijk in #18
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.3.0...1.4.0
1.3.0 - 2023-09-27
- Added the count method by @ramonrietdijk in #17
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.2.2...1.3.0
1.2.2 - 2023-07-31
- Added an improved doc block to the QueryBuilder by @ramonrietdijk in #15
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.2.1...1.2.2
1.2.1 - 2023-03-24
- Use correct etag key for < ODataV4 by @ramonrietdijk in #13
- The lazy method accepts a pageSize and is always casted to an integer by @ramonrietdijk in #14
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.2.0...1.2.1
1.2.0 - 2023-03-10
- Preserve index in lazy method by @ramonrietdijk in #11
- Added support for Laravel 10 by @ramonrietdijk in #12
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.1.0...1.2.0
1.1.0 - 2023-02-09
- Fake requests to Dynamics by @ramonrietdijk in #10
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.0.5...1.1.0
1.0.5 - 2023-01-27
- Added the firstOrCreate method by @ramonrietdijk in #9
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.0.4...1.0.5
1.0.4 - 2022-12-08
- Merge data when patching resources by @ramonrietdijk in #8
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.0.3...1.0.4
1.0.3 - 2022-12-06
- Updated etag key by @ramonrietdijk in #6
- Implemented date cast when using the find method by @ramonrietdijk in #7
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.0.2...1.0.3
1.0.2 - 2022-11-30
- Constructor of BaseResource is now final by @ramonrietdijk
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.0.1...1.0.2
1.0.1 - 2022-11-25
- Added Larastan by @ramonrietdijk in #1
- Add GitHub Actions for tests, static analysis and style check by @VincentBean in #2
- Updated README.md by @ramonrietdijk in #3
- Added banner by @ramonrietdijk in #4
- Added null coalescing assignment operator for the base resource by @ramonrietdijk in #5
Full Changelog: https://github.com/justbetter/laravel-dynamics-client/compare/1.0.0...1.0.1
1.0.0 - 2022-07-27
Initial release