Skip to content

Releases: analogueorm/analogue

Analogue v5.3

14 Dec 22:49
Compare
Choose a tag to compare

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

17 Aug 15:28
Compare
Choose a tag to compare

Add Cache Clear feature

04 Aug 13:06
Compare
Choose a tag to compare
Merge pull request #121 from analogueorm/feature/add-cache-clear

Add ability to clear the EntityCache

v5.2.3

29 Jun 19:45
Compare
Choose a tag to compare
Merge pull request #108 from smallhadroncollider/many-through-missing…

v5.2.2: Merge pull request #99 from SerafimArts/5.1

25 May 07:03
Compare
Choose a tag to compare
IteratorAggregate has no method `current`

Bugfixes

12 Feb 16:49
Compare
Choose a tag to compare
v5.2.1

Fix belongsToMany sync issue

Laravel 5.2 Compatibility

01 Feb 15:06
Compare
Choose a tag to compare
Merge pull request #84 from maxmirazh33/codestyle-fixes

Codestyle and phpdoc fixes

Laravel 5.1.24 Compatibility

18 Nov 08:37
Compare
Choose a tag to compare
v5.1.9

Fix prepend() issue

5.1.8: Merge pull request #77 from Evertt/bug-fixes

18 Nov 08:28
Compare
Choose a tag to compare

Internal Refactoring

30 Sep 21:39
Compare
Choose a tag to compare
  • Mappable interface has now 2 methods instead of 4, for easier handling of custom entites.
  • Lots of bugfixes & minor improvements