Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Releases: sciactive/nymph-server

3.3.0

23 Dec 20:44
Compare
Choose a tag to compare
  • 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.

3.2.2

23 Dec 20:41
Compare
Choose a tag to compare

Fix an array access attempt of a null value.

3.2.1

28 Dec 21:40
Compare
Choose a tag to compare

Update HookPHP.

3.2.0

28 Jun 19:57
Compare
Choose a tag to compare
  • Changed the REST server to JSON encode everything once, instead of JSON in JSON.

3.1.0

11 Jun 23:24
Compare
Choose a tag to compare
  • Some REST server improvements.

Nymph Client 5 will require this at least version.

3.0.0

01 Jun 05:31
Compare
Choose a tag to compare
  • 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.

3.0.0-beta.24

17 May 02:29
Compare
Choose a tag to compare
3.0.0-beta.24 Pre-release
Pre-release
  • Fix cdate and mdate missing with factory.

3.0.0-beta.23

07 May 22:59
Compare
Choose a tag to compare
3.0.0-beta.23 Pre-release
Pre-release
  • Redesigned how data is stored in an Entity instance.

3.0.0-beta.22

02 May 02:19
Compare
Choose a tag to compare
3.0.0-beta.22 Pre-release
Pre-release
  • Fix entity class use from client.

3.0.0-beta.21

16 Nov 04:12
Compare
Choose a tag to compare
3.0.0-beta.21 Pre-release
Pre-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).