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.0.0-beta.20

10 Nov 02:06
Compare
Choose a tag to compare
3.0.0-beta.20 Pre-release
Pre-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!!!

3.0.0-beta.19

02 Nov 06:44
Compare
Choose a tag to compare
3.0.0-beta.19 Pre-release
Pre-release
  • Redesigned MySQL references.
  • Removed varlist column.

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

3.0.0-beta.18

08 Aug 03:56
Compare
Choose a tag to compare
3.0.0-beta.18 Pre-release
Pre-release
  • Fixed bug where sorting was only affecting limit and offset; final results were not actually sorted.
  • Reformat concatenation operator.

3.0.0-beta.17

23 Jun 00:30
Compare
Choose a tag to compare
3.0.0-beta.17 Pre-release
Pre-release
  • Allow frontend to delete entity data (that is whitelisted). Fixes #8.
  • Fixed empty string tag appearing in MySQL. Fixes #7.

3.0.0-beta.16

22 Jun 20:50
Compare
Choose a tag to compare
3.0.0-beta.16 Pre-release
Pre-release
  • Fixed cdate and mdate not matching on woken references.
  • Reconnect to MySQL server when it goes away. (Fixes a PubSub MySQL connection closing.)

3.0.0-beta.15

09 Jun 01:24
Compare
Choose a tag to compare
3.0.0-beta.15 Pre-release
Pre-release
  • Allow providing a MySQLi resource, instead of connection params.

3.0.0-beta.14

18 May 18:34
Compare
Choose a tag to compare
3.0.0-beta.14 Pre-release
Pre-release
  • Fixed entities creating null ac properties.

3.0.0-beta.13

15 May 01:55
Compare
Choose a tag to compare
3.0.0-beta.13 Pre-release
Pre-release
  • Removed package entry from docblocks.
  • deleteEntityByID now requires class name instead of etype.
  • Save original AC values on entity load.

3.0.0-beta.12

08 May 01:46
Compare
Choose a tag to compare
3.0.0-beta.12 Pre-release
Pre-release
  • Get rid of client side etype.

3.0.0-beta.11

05 May 00:04
Compare
Choose a tag to compare
3.0.0-beta.11 Pre-release
Pre-release
  • Use identity equality in Entity methods.