0.4.0 (2020-05-04)
- Renamed Cache to MemoryRuntimeCache for clarity
- Removed laravel hard cap compatibility
0.3.0 (2020-02-23)
- Fixed a missing feature where Eloquent Models eager loaded many relationships would not be indexed by key
- removed composer.phar
0.2.2 (2020-01-17)
- Builder::first_and_remember
- Builder::first_and_remember_as
0.2.1 (2019-11-11)
- extends Laravel compatibility to 6..
0.2.0 (2019-10-09)
- primary key indexed collection returns from builder
- model caching
- basic readme
0.1.0 (2019-08-08)
- View utilities to speed up view inclusion. Prevents the use of Renderable data
- Model class to intercept and automate memory cached calls