Releases: analogueorm/analogue
Releases · analogueorm/analogue
Analogue v5.3
This releases fixes compatibility with Laravel 5.3, and implements full Single Table Inheritence Support.
v5.2.5: Merge pull request #128 from analogueorm/feature/entity-fill-method
Add fill() method to base Entity class
Add Cache Clear feature
Merge pull request #121 from analogueorm/feature/add-cache-clear Add ability to clear the EntityCache
v5.2.3
Merge pull request #108 from smallhadroncollider/many-through-missing…
v5.2.2: Merge pull request #99 from SerafimArts/5.1
IteratorAggregate has no method `current`
Bugfixes
v5.2.1 Fix belongsToMany sync issue
Laravel 5.2 Compatibility
Merge pull request #84 from maxmirazh33/codestyle-fixes Codestyle and phpdoc fixes
Laravel 5.1.24 Compatibility
v5.1.9 Fix prepend() issue
5.1.8: Merge pull request #77 from Evertt/bug-fixes
Internal Refactoring
- Mappable interface has now 2 methods instead of 4, for easier handling of custom entites.
- Lots of bugfixes & minor improvements