Node.js framework v3.4.5 Release Notes

Release Date: 2020-07-10 // almost 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} 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