This adds a new property to models that allows them to give an array of attributes that should be counted as 'minor'. If a save is requested, the model exists and all the changed attributes are in the $minorAttributes array then only a minorSave will happen.
This adds a new property to models that allows them to give an array of attributes that should be counted as 'minor'. If a save is requested, the model exists and all the changed attributes are in the $minorAttributes array then only a minorSave will happen.
Fixes #2