v2.2.0
What's Changed
Changed
- After save callbacks are now called only after the transaction is committed and settings have been persisted to the data store. When updating multiple records the callbacks will be called after all changes have been persisted rather than immediatly after calling
save!
on each record.
Full Changelog: v2.1.2...v2.2.0