Evolutility Server Node Versions Save

Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

1.2.1

5 months ago
  • Less info in top level discovery endpoint.
  • Improved DB creation script.

1.2.0

5 months ago
  • Dependencies upgrade.
  • Renamed timestamp columns to "created_by", "created_at", "updated_by" and "updated_at".

1.1.3

3 years ago
  • Dependencies updates
  • Small bug fixes

1.1.2

4 years ago
  • Added option to return deep or shallow object in get one.
  • Fields in collections can now be specified as fields or just field ids.
  • Metamodel changes: Replaced object property "searchFields" by field property "inSearch".
  • Designer: added collection and field group models + changed icons.

1.1.1

4 years ago
  • Improved support for fields of type "json" and "list".
  • Minor changes to models and sample data.

1.1.0

4 years ago
  • Added GraphQL charts data.
  • Support for fields of type "list" for multi-select.
  • New REST end-points to get models from the database.
  • Added logging to file.

1.0.0

4 years ago
  • Moved to pg-Promise.
  • Added multi-delete.

0.8.1

4 years ago
  • Added parameters to set custom created and updated date column names (contribution from @PieterjanMontens).
  • Not formatting "money" field values anymore.
  • Stats grouped by field.
  • Added discovery endpoint for a single entity.
  • Bug fixes in Charts and Filtering.

0.8.0

4 years ago
  • Added GraphQL.
  • Small fixes.

0.7.0

5 years ago

Standardized on camelCase for model prop names (pKey, lovTable, LovColumn, lovIcon, deleteTrigger).