Features:
- None
Bugfixes:
- Fixed issue where items already in a list were not able to be added to the bottom of a new scope's list (@jordanlev)
Features:
- None
Bugfixes:
- Fixed double-quote issue with biding Query Builder scopes which was affecting Postgres. (@stevendesu)
Support for PHP 5.4 has been dropped, and 5.5 will be dropped at EOL.
Features:
- Added support for prefixed tables (@trungtnm)
Bugfixes:
- Fixed deprecation in Laravel 5.2 command mounting (@czim)
Features:
- None
Bugfixes:
- The model's boot method was getting called twice because of Laravel 5's new automatic trait booting.
Features:
- Now that Laravel 5 is released, packages are registered in a different way. Because of this, Listify now only supports Laravel 5.
Bugfixes:
- None
Features:
- Can now be used in Laravel 4 or 5
- Removed dependency on the full Laravel stack for functional tests (@jwpage)
Bugfixes:
- None
Features:
- None
Bugfixes:
- Allowing any version of Laravel 4
- Removed unnecessary directories
Features:
- Booting the model in the trait now instead of requiring the extra setup step
Bugfixes:
- Switched multiple files from tab indentation to space indentation
- typos in the README + added some additional useful information
Features:
- None
Bugfixes:
- Fixed package directory case-sensitivity that should've been fixed in 1.0.2
Features:
- Added change log
Bugfixes:
- Added case-sensitive filesystem namespacing (@rtablada)
Features:
- Updated README and Packagist Keywords
Bugfixes:
- None
Features:
- Initial Release
Bugfixes:
- None