• 3.0.0-beta.20 f508786823

    3.0.0-beta.20 Pre-release

    hperrin released this 2018-11-09 18:03:00 -08:00 | 34 commits to master since this release

    • Moved references column to its own table across rows in Postgres and SQLite driver.
    • Fix bug where accessing a property that doesn't exist on an entity would create the property with a null value.
    • Removed unnecessary foreign key in MySQL and added a new index.

    REQUIRES EXPORT->UPDATE->DROP TABLES->IMPORT!!!

    Downloads
  • 3.0.0-beta.19 e9ad33eadc

    3.0.0-beta.19 Pre-release

    hperrin released this 2018-11-01 23:41:55 -07:00 | 38 commits to master since this release

    • Redesigned MySQL references.
    • Removed varlist column.

    REQUIRES EXPORT->UPDATE->DROP TABLES->IMPORT!!!

    Downloads
  • 3.0.0-beta.18 9414fd7f75

    3.0.0-beta.18 Pre-release

    hperrin released this 2018-08-07 20:55:14 -07:00 | 44 commits to master since this release

    • Fixed bug where sorting was only affecting limit and offset; final results were not actually sorted.
    • Reformat concatenation operator.
    Downloads
  • 3.0.0-beta.17 cab5e46d8b

    3.0.0-beta.17 Pre-release

    hperrin released this 2018-06-22 17:29:43 -07:00 | 47 commits to master since this release

    • Allow frontend to delete entity data (that is whitelisted). Fixes #8.
    • Fixed empty string tag appearing in MySQL. Fixes #7.
    Downloads
  • 3.0.0-beta.16 59cdc81320

    3.0.0-beta.16 Pre-release

    hperrin released this 2018-06-22 13:49:34 -07:00 | 50 commits to master since this release

    • Fixed cdate and mdate not matching on woken references.
    • Reconnect to MySQL server when it goes away. (Fixes a PubSub MySQL connection closing.)
    Downloads
  • 3.0.0-beta.15 12668e8832

    3.0.0-beta.15 Pre-release

    hperrin released this 2018-06-08 18:24:02 -07:00 | 53 commits to master since this release

    • Allow providing a MySQLi resource, instead of connection params.
    Downloads
  • 3.0.0-beta.14 8caf2469a0

    3.0.0-beta.14 Pre-release

    hperrin released this 2018-05-18 11:33:55 -07:00 | 55 commits to master since this release

    • Fixed entities creating null ac properties.
    Downloads
  • 3.0.0-beta.13 b98e9b0787

    3.0.0-beta.13 Pre-release

    hperrin released this 2018-05-14 18:54:31 -07:00 | 58 commits to master since this release

    • Removed package entry from docblocks.
    • deleteEntityByID now requires class name instead of etype.
    • Save original AC values on entity load.
    Downloads
  • 3.0.0-beta.12 ce1e4dc4b7

    3.0.0-beta.12 Pre-release

    hperrin released this 2018-05-07 18:44:58 -07:00 | 62 commits to master since this release

    • Get rid of client side etype.
    Downloads
  • 3.0.0-beta.11 62d89f6e22

    3.0.0-beta.11 Pre-release

    hperrin released this 2018-05-04 17:03:53 -07:00 | 64 commits to master since this release

    • Use identity equality in Entity methods.
    Downloads