You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an optional "discovery" end-point (root API) returning the list models and API urls.
New sample object: restaurant.
Returning 400 on bad requests.
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.
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.
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.