Node.js framework v3.4.4 Release Notes

Release Date: 2020-07-07 // almost 4 years ago
  • News :

    • ➕ added: schema options $.successful(function(response) {})
    • ➕ added: options.reconnectserver {Boolean} to WEBSOCKETCLIENT
    • ➕ 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 to U.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 in CLONE() method
    • 🛠 fixed: schema.inherit() by adding schema.middleware() and schema.verify()
    • 🛠 fixed: parsing messages in WebSocket
    • 🛠 fixed: a problem in some commands pre-render in the view compiler
    • 🛠 fixed: parsing of query strings