Skip to content

Releases: dam-bal/eloquentity

0.5.3

28 Sep 16:11

Choose a tag to compare

  • removed final keyword from Eloquentity class to it is possible to mock it

Full Changelog: 0.5.2...0.5.3

0.5.2

20 Mar 21:20

Choose a tag to compare

0.5.2 Pre-release
Pre-release

Full Changelog: 0.5.1...0.5.2

0.5.1

20 Mar 21:12

Choose a tag to compare

0.5.1 Pre-release
Pre-release

Updated composer.json to be able to be installed for illuminate/database 11

Full Changelog: 0.5.0...0.5.1

0.5.0

09 Sep 18:29
01fbce0

Choose a tag to compare

0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

08 Sep 20:41
b8337a7

Choose a tag to compare

0.4.0 Pre-release
Pre-release

What's Changed

  • fix around id property, id property is not required to be defined on entity by @dam-bal in #22

Full Changelog: 0.3.0...0.4.0

0.3.0

08 Sep 15:50
8200a4c

Choose a tag to compare

0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.0...0.3.0

Improvements

07 Sep 19:29
cb1dbcf

Choose a tag to compare

Improvements Pre-release
Pre-release

What's Changed

  • Id attribute removed, property of id (primary key) needs to match primary key on Model but in camel case format.
  • id (primary key) is not required on entity class

Full Changelog: 0.1.0...0.2.0

Initial release

12 Apr 20:16
ae6a30c

Choose a tag to compare

Initial release Pre-release
Pre-release

WIP