Skip to content

Releases: flightphp/active-record

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

v0.4.7

26 May 04:54

Choose a tag to compare

What's Changed

  • There was an unseen merge conflict with spaces vs tabs that caused RecordCommand to....feel very sad.

Full Changelog: v0.4.6...v0.4.7

v0.4.6

26 May 00:09

Choose a tag to compare

What's Changed

  • Added new runway command for ActiveRecord. Ex: runway make:record users by @n0nag0n

Full Changelog: v0.4.5...v0.4.6

v0.4.5

22 May 05:06
dcfe6ec

Choose a tag to compare

What's Changed

  • Fix for table prefix being supplied automatically by @n0nag0n in #16

Full Changelog: v0.4.4...v0.4.5