Releases: sciactive/nymph-server
Releases · sciactive/nymph-server
3.3.0
23 Dec 20:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix an array access attempt of a null value.
3.2.1
28 Dec 21:40
Compare
Sorry, something went wrong.
No results found
3.2.0
28 Jun 19:57
Compare
Sorry, something went wrong.
No results found
Changed the REST server to JSON encode everything once, instead of JSON in JSON.
3.1.0
11 Jun 23:24
Compare
Sorry, something went wrong.
No results found
Some REST server improvements.
Nymph Client 5 will require this at least version.
3.0.0
01 Jun 05:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix cdate and mdate missing with factory.
3.0.0-beta.23
07 May 22:59
Compare
Sorry, something went wrong.
No results found
Redesigned how data is stored in an Entity instance.
3.0.0-beta.22
02 May 02:19
Compare
Sorry, something went wrong.
No results found
Fix entity class use from client.
3.0.0-beta.21
16 Nov 04:12
Compare
Sorry, something went wrong.
No results found
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).