• 3.3.0 52398b9717

    3.3.0 Stable

    hperrin released this 2020-12-23 12:40:22 -08:00 | 2 commits to master since this release

    • Fix array access of null values.
    • Check row by boolean, not for null.
    • Fix Postgres and SQLite3 errors in PHP 7.4.
    • Don't save over data in the database when the entity in it is newer than the entity being saved. Fixes #12.

    Important Note about Client Version

    This version requires nymph-client version 5.2.0 or higher.

    Downloads
  • 3.2.2 461d0609c6

    3.2.2 Stable

    hperrin released this 2020-08-14 14:44:32 -07:00 | 9 commits to master since this release

    Fix an array access attempt of a null value.

    Downloads
  • 3.2.1 5aefed4456

    3.2.1 Stable

    hperrin released this 2019-12-28 13:39:01 -08:00 | 11 commits to master since this release

    Update HookPHP.

    Downloads
  • 3.2.0 781d3a6831

    3.2.0 Stable

    hperrin released this 2019-06-28 12:56:39 -07:00 | 13 commits to master since this release

    • Changed the REST server to JSON encode everything once, instead of JSON in JSON.
    Downloads
  • 3.1.0 d027ed434f

    3.1.0 Stable

    hperrin released this 2019-06-11 16:23:19 -07:00 | 15 commits to master since this release

    • Some REST server improvements.

    Nymph Client 5 will require this at least version.

    Downloads
  • 3.0.0 7ef466c675

    3.0.0 Stable

    hperrin released this 2019-05-31 22:29:18 -07:00 | 19 commits to master since this release

    • Add entity patch feature.

    Huge breaking changes since last stable version!

    You will need to export your entities and import them again in order to upgrade from a previous version.

    Downloads
  • 3.0.0-beta.24 900fed5bb3

    3.0.0-beta.24 Pre-release

    hperrin released this 2019-05-16 19:28:38 -07:00 | 22 commits to master since this release

    • Fix cdate and mdate missing with factory.
    Downloads
  • 3.0.0-beta.23 7291113688

    3.0.0-beta.23 Pre-release

    hperrin released this 2019-05-07 15:59:07 -07:00 | 25 commits to master since this release

    • Redesigned how data is stored in an Entity instance.
    Downloads
  • 3.0.0-beta.22 3c18dbf45c

    3.0.0-beta.22 Pre-release

    hperrin released this 2019-05-01 19:18:36 -07:00 | 27 commits to master since this release

    • Fix entity class use from client.
    Downloads
  • 3.0.0-beta.21 6dbc35ef29

    3.0.0-beta.21 Pre-release

    hperrin released this 2018-11-15 20:11:15 -08:00 | 31 commits to master since this release

    • Only save originalAcValues if they are empty.
    • Don't wake a sleeping entity to get its GUID. May cause issues if you use isset($entity->something->guid).
    Downloads