Node.js framework v2.9.3 Release Notes

Release Date: 2018-02-05 // over 6 years ago
  • News :

    • ➕ added: String.arg(obj) for a simple templating Hello {variable}!
    • ➕ added: new event ON('@controllername', function() {}) -> is executed if the controller is evaluated

    ⚡️ Updates :

    • ⚡️ updated: RESTBuilder default headers are lower-case
    • ⚡️ updated: content-disposition header by adding utf-8 according to RFC 5987

    🛠 Fixes :

    • 🛠 fixed: a missing property controller.params in WebSocket controller
    • 🛠 fixed: $ASYNC() execution in some cases
    • 🛠 fixed: SCRIPT() code with comments
    • 🛠 fixed: a callback reference in OPERATION()
    • 🛠 fixed: cache after route is removed
    • 🛠 fixed: 409 system route
    • 🛠 fixed: requests with range header and bad values
    • 🛠 fixed: clearSchedule()
    • 🛠 fixed: Date.extend() problem with months
    • 🛠 fixed: NoSQL counter reading stats