Skip to content

Releases: ChristianKuri/laravel-favorite

v1.4.0

28 Oct 22:56
Compare
Choose a tag to compare
  • Add observer so when the favorite model is deleted the relationship is deleted
  • Fix issue about old records that didnt have this functionality

v1.3.0

14 Dec 17:57
Compare
Choose a tag to compare
  • Add Package Discovery
  • Included isFavorited method in README file
  • Fix unit tests

v1.2.0

14 Mar 00:17
Compare
Choose a tag to compare
  • Add Publish functionality for the migrations.
  • Fix Favoriteability trait to return collection.
  • Fix travis file for testing

v1.1.0

06 Jan 08:12
Compare
Choose a tag to compare
  • Add Testing functionality
  • Add Favorite functionality to allow model acept the User model from the config file.
  • Fix Favoriteability trait to return data when is favorited.

v1.0.0

29 Dec 18:39
Compare
Choose a tag to compare
  • Initial release