Skip to content

Releases: evoluteur/evolutility-server-node

0.6.3

15 Apr 05:54
Compare
Choose a tag to compare
  • New endpoints for lists of DB tables and columns.
  • Bug fixes.

0.6.2

10 Mar 23:14
Compare
Choose a tag to compare

Improved code to create and populate DB from models.

0.6.1

04 Mar 08:40
Compare
Choose a tag to compare
  • New demo app music with artists, albums, and tracks.
  • 500 contacts in addressbook demo app.
  • Started designer (models of models).

0.6

17 Feb 09:00
Compare
Choose a tag to compare
0.6

Primary key for driving table doesn't need to be called "id" anymore using the new "pkey" property of models.

0.5.7

09 Feb 20:40
Compare
Choose a tag to compare
  • Added validation.
  • Added Field prop "deletetrigger".
  • Bug fixes.

0.5.6

20 Jan 10:11
Compare
Choose a tag to compare

Added test model.
Improved search.

0.5.5

25 Dec 09:08
Compare
Choose a tag to compare

Moved from express-csv to it's fork csv-express.
Added "lovicon" field prop.

0.5.4

14 Dec 09:26
Compare
Choose a tag to compare

Fixed regression in CSV export.

0.5.3

13 Dec 06:24
Compare
Choose a tag to compare

Fixed list of API links for charts in API discovery.
Added field attribute "noCharts" to prevent charts on specific fields.
Minor bug fixes and enhancements.

0.5.2

01 Nov 06:26
Compare
Choose a tag to compare

Bug fixes in file upload and list of values.
Improved error messages.