Node.js framework v3.4.5 Release Notes
Release Date: 2020-07-10 // almost 6 years ago-
Fixes :
- 🛠 fixed: a problem with persistent images
Previous changes from v3.4.4
-
News :
- ➕ added: schema options
$.successful(function(response) {}) - ➕ added:
options.reconnectserver {Boolean}toWEBSOCKETCLIENT - ➕ added:
req.snapshot(callback(err, request_body)) - ➕ added: a new command
CMD('reload_preferences') - ➕ added: a new FILESTORAGE mechanism based on
UID - ➕ added:
sqlextension toU.getContentType() - ➕ added:
F.stats.performance.usagewhich contains percentual usage of the thread
⚡️ Updates :
- ⚡️ updated:
SchemaOptionsmethod$.response([index/operation_name]), e.g.$.response('workflow.NAME') - ⚡️ updated: snapshot
startscript.js.jsoncontains tabs instead of spaces - ⚡️ updated:
DatabaseBuilder.rule(rule, [param]), supports string declaration of filter function - ⚡️ updated:
URLvalidation
🛠 Fixes :
- 🛠 fixed: cleaning of NoSQL embedded databases
- 🛠 fixed:
String.parseCSV(), now supports multiline strings - 🛠 fixed: a bug when closing of websocket
- 🛠 fixed:
DatabaseBuilder.search()method - 🛠 fixed:
ErrorinCLONE()method - 🛠 fixed:
schema.inherit()by addingschema.middleware()andschema.verify() - 🛠 fixed: parsing messages in WebSocket
- 🛠 fixed: a problem in some commands pre-render in the view compiler
- 🛠 fixed: parsing of query strings
- ➕ added: schema options