Skip to content

Releases: BKWLD/cloner

Fixes adding of relation when cloneable_relations is null

27 Mar 22:38
Compare
Choose a tag to compare
3.2.2

Fixing adding of relation when cloneable_relations is null

Dedupe relations added via addCloneableRelation()

20 Oct 18:46
Compare
Choose a tag to compare
Prevent adding a single relation multiple times

This is to prevent this addition from being a breaking change

Adding addCloneableRelation()

20 Oct 18:39
Compare
Choose a tag to compare
3.1.0

Adding coverage badge

Support cloning into other databases

24 Aug 20:18
Compare
Choose a tag to compare

Models can be cloned between database connections ( #4 ), including their files ( #5 ). Also improves notifications of cloning by adding the original model to the callbacks ( #2, a breaking change) and firing events ( #1 )

Laravel 5 support

28 Jun 21:51
Compare
Choose a tag to compare
2.0.0

Update .travis.yml

Initial release

28 Jul 20:43
Compare
Choose a tag to compare
1.0.0

Adding the duplicate() method to the trait