Skip to content

2.0.0

Compare
Choose a tag to compare
@mattmcdonald-uk mattmcdonald-uk released this 09 Mar 17:23

This releases contains no new functionality, but has a breaking change for an undocumented behaviour.

The majority of use cases should not be effected by this change, but tagging a major version in case anyone was relying on the behaviour.

Previously, setting any of CREATED_BY, UPDATED_BY and DELETED_BY class constants to null would revert to the default column name. This release changes that behaviour to match Laravel's pattern for the timestamp class constants. A value of null on any of those class constants will now disable maintaining of that column.