Skip to content

Releases: amtgard/active-record-orm

Fix backing store onSet

26 Feb 15:19
7ed048d

Choose a tag to compare

What's Changed

  • Sets the backing field for an entity relationship on set by @esdraelon in #31

Full Changelog: v1.5.9...v1.5.10

getCurrent() for Repositories

25 Feb 03:25
d2500e3

Choose a tag to compare

What's Changed

Full Changelog: v1.5.8...v1.5.9

RepositoryEntity enum support

24 Feb 21:33
5f9afe9

Choose a tag to compare

Adds enum support to RepositoryEntities

delete() support in entities

31 Jan 16:15
d7affe7

Choose a tag to compare

Adds missing delete() support for EntityMapper and Repository patterns.

Refactors entity field mapper and add fetchy by database field support

13 Jan 19:24
11aadb5

Choose a tag to compare

v1.5.6

Merge pull request #27 from amtgard/fix/refactor-entity-field-map-for…

Fix primitive database types

09 Jan 22:52
39ca9aa

Choose a tag to compare

Merge pull request #26 from amtgard/fix/primitive-db-types

Primitive types query fix

Fixes search for repository phinx command

07 Jan 14:43
2791793

Choose a tag to compare

v1.5.4

Merge pull request #25 from amtgard/feature/corrected-repository-phin…

Updates to repository commands to simplify and correct usability issues

06 Jan 21:24
2e8c1cd

Choose a tag to compare

Updates to repository commands to simplify and correct usability issues

Updates to repository commands to simplify and correct usability issues

06 Jan 21:03
0c71628

Choose a tag to compare

Merge pull request #23 from amtgard/feature/repository-commands

Updates to repository commands to simplify and correct usability issues

Field Type support fix

01 Jan 18:43
be664fa

Choose a tag to compare

Merge pull request #22 from amtgard/feature/field-type-attribute

Refactor to add support for field types in the Field attribute