v2.1.0
- Add
Orchestra\Memory\Abstractable\Container. - Predefined package path to avoid additional overhead to guest package path.
- Convert database schema to use
longText()instead ofbinary(). - Implement PSR-2 coding standard.
- Rename command to
php artisan memory:migrate. - Implement caching for both eloquent and fluent driver.
- Add
Orchestra\Memory\MemoryManager::setDefaultDriver()method.