Node.js framework v3.4.5 Release Notes
Release Date: 2020-07-10 // over 4 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:
sql
extension toU.getContentType()
- โ added:
F.stats.performance.usage
which contains percentual usage of the thread
โก๏ธ Updates :
- โก๏ธ updated:
SchemaOptions
method$.response([index/operation_name])
, e.g.$.response('workflow.NAME')
- โก๏ธ updated: snapshot
startscript.js.json
contains tabs instead of spaces - โก๏ธ updated:
DatabaseBuilder.rule(rule, [param])
, supports string declaration of filter function - โก๏ธ updated:
URL
validation
๐ 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:
Error
inCLONE()
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