Skip to content

Releases: evoluteur/evolutility-server-node

0.5.1

29 Oct 02:55

Choose a tag to compare

Bug fix.

0.5

20 Oct 04:30

Choose a tag to compare

0.5

Added an optional "discovery" end-point (root API) returning the list models and API urls.
New sample object: restaurant.
Returning 400 on bad requests.

0.4

19 Aug 07:01

Choose a tag to compare

0.4

New end-point "stats" to return the min, max, avg, and sum for numeric fields.
Added optional audit columns to track records last update and creation date.

0.3.5

28 May 06:34

Choose a tag to compare

New sample models (and mock data) for wine cellar and wine tasting.
Dependencies upgrade (and fixes for pg v7).

0.3.4

12 Apr 14:21

Choose a tag to compare

Added helmet for better security.
New config option for CSV header w/ labels or ids.
For boolean fields, querying for false now returns false or null.
Using fake id (0 or 1) for boolean fields in charts.

0.3.3

11 Jan 06:36

Choose a tag to compare

Improved error handling.
Better console logging.

0.3.2

04 Jan 03:20

Choose a tag to compare

Reorganized code files.

0.3.1

22 Dec 06:19

Choose a tag to compare

Added (naive) file upload.

0.3

04 Dec 07:51

Choose a tag to compare

0.3

Renamed project Evolutility-Server-Node.
Naive implementation of sub-collections (Read-only for now).
New config option "csvSize".
Delete endpoint now returns the ID of deleted item.
Bug fixes.

0.2.5

10 Oct 01:27

Choose a tag to compare

Added record full count.
Removed Bower install.
Bug fixes.