v2.7 announced today by email.
https://wakanda.github.io/changelog.html
Feature: Config and method to set request timeout for 4D Mobile Queries.
Feature: OnSendRequest event to customize Rest Requests on the fly.
Fix: Timestamp compatibility issue with 4D V17
Fix: Single Quote issue in Rest Queries
Fix: Disabled community mode, License is now required to start the server.
var date = new Date();
date.setDate(date.getDate() - 30);
response.body = ds.TroubleTicket.query('TicketCloseDate > :1', date);
return response;
ds.TroubleTicket.query('TicketCloseDate > :1', '4/3/19');
debugger hangs and cant be closed
The build command requires to be run in an Angular project, but a project definition could not be found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! angular@0.0.0 build: ng build --prod
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the angular@0.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/sc/.npm/_logs/2020-08-04T12_38_01_783Z-debug.log