Skip to content

Releases: klaude/eloquent-preferences

v0.6.0

01 May 20:48
f350af6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.8.0

25 Oct 03:46
679e4f9
Compare
Choose a tag to compare

Ensure this runs in Laravel 8

v0.4.0

13 May 03:11
9f3d159
Compare
Choose a tag to compare

Ensure this installs and runs in PHP 7.4 and Laravel 7.

v0.3.0

05 Sep 03:21
5ed16bf
Compare
Choose a tag to compare
  • Add support for casting preference values to Laravel 5.7+'s decimal
  • Ensure this installs and runs in all Laravel 5 versions and 6.0
  • Perform various PSR12 style fixes and micro optimizations
  • Improve TravisCI build performance by roughly 2x
  • Remove CHANGELOG.md in favor of GitHub release descriptions

v0.2.0

05 Sep 02:34
Compare
Choose a tag to compare

Originally released 23 April, 2016

Add support for hiding preference attributes from JSON export (#2) - Thanks, @timothyallan!

v0.1.1

05 Sep 02:36
Compare
Choose a tag to compare

Originally released 23 February, 2016

  • Fix a typo in an internal method name (#1) - Thanks, @timothyallan!
  • Replace a deprecated PHPUnit configuration option
  • Add contributing guidelines and a change log

v0.1.0

05 Sep 02:37
Compare
Choose a tag to compare

Originally released 27 December, 2015

  • Initial release
  • Basic support for preference retrieval, creation, updating, and deletion
  • Support for preference value type casting
  • Support for default preference values