Skip to content

Releases: flightphp/active-record

v0.7.1

09 May 23:00
9b141b9

Choose a tag to compare

What's Changed

  • Fix insert() and update() ignoring typed public properties by @enlivenapp in #35
  • Fix isHydrated() returning false with typed public properties by @enlivenapp in #33

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Dec 15:49
a1797e8

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.7.0

v0.6.3

27 Nov 18:31

Choose a tag to compare

What's changed

  • Exception when trying to access a HAS_MANY relationship without entries #29

Full Changelog: v0.6.2...v0.6.3

v0.6.2

05 Oct 22:04
59d151a

Choose a tag to compare

What's Changed

  • adjusted behavior and comments around find() method by @n0nag0n in #28

Full Changelog: v0.6.1...v0.6.2

v0.6.1

28 May 13:59

Choose a tag to compare

What's Changed

  • Corrected some logic with true/false params #27
  • Corrected some logic with parameterized values with int/floats

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Jan 01:33

Choose a tag to compare

What's Changed

  • A significant overhaul had to be done to address a bug where wrap was not working properly. Now it is, with a lot more unit testing to ensure that.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

11 Jan 17:26
f6a8e34

Choose a tag to compare

What's Changed

  • mysqli issues with findAll and unit test fixes. by @n0nag0n in #24

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Jan 06:26
e44cfab

Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.5.0

v0.4.9

30 Jul 01:28
3b52872

Choose a tag to compare

What's Changed

  • fixed duplicated sql syntax if join called twice. by @n0nag0n in #20

Full Changelog: v0.4.8...v0.4.9

v0.4.8

04 Jul 15:41
f4b6d70

Choose a tag to compare

What's Changed

  • if you pass an unknown method to ActiveRecord it will pass it to the database connection by @n0nag0n in #18

Full Changelog: v0.4.7...v0.4.8