Releases: roblesterjr04/EloquentSalesForce
Modern Mayhem
This release includes tested support for Laravel 10.*
Nostalgic Nerd
This release brings back support for Laravel 6 for those who want the latest features that ElSF has on apps that can't be upgraded to L7 or L8! Enjoy!
Carbon Dating
This release solves a problem that was missed - You may now query, create, and update your models using carbon date objects directly. More information here.
Easy synchronizing
Syncronize your local models to SF (well, just certain fields if you want)
- Add a field to your table to store an SFID
$table->string(18)->nullable()
- Define
protected $salesForceObject = '';
to sync with - Define
protected $salesForceFieldMap = []
to map fields to SF
The trait will automatically handle synchronizing on save.
The Big'n
It's about time.
This release contains some things that should have existed the whole time:
- Native insert/update that triggers observers
- SoftDelete query methods
- More reliable query formatting
- Mass Delete
- Better Testing
This version is supported on L7 and L8
Composer dependency fix
Opening the version lock on Guzzle.
Various big fixes and code optimizations
A very many code optimizations and bug fixes in this release, prompted a new minor version number instead of just a patch.
Batch support
Build batched queries
1.5.3
.
Batch support
Build batched queries to reduce API calls overall.