New Total.js version v2.2.0
We have published a new Total.js version v2.2.0. This version solves 2 critical bugs and adds new features.
New Total.js version v2.2.0
We have published a new Total.js version v2.2.0. This version fixes 2 critical bugs and brings great new features.
- Changelog v2.2.0
- Install Total.js via NPM:
npm install total.js
- Download prepared empty projects
Critical bugs
nosql.modify()
didn't work correctly with defined fields withundefined
valuesFrameworkImage
had a big critical security bug forbash
injections (100x thanks to Luis Figueiredo)
- hotfix for Eshop + CMS
News and updates
RESTBuilder
can create requests to other web services - read docscontroller.proxy2(url, [callback], [headers], [timeout])
creates a real proxy (helpful for API)image.watermark(filename, , [y], [width], [height])
adds a watermark to an imageallow-cache-snapshot
(a new config value) makes the cache persisting the framework restartsresponse.noCompress = true
disables JS/HTML/CSS compilations/compressions, helpful for file handlersdebug.js
has been updated and we have added timestamps- we have updated Total Package Manager
$ tpm -help
F.onLocate
has been renamed toF.onLocale
with backward compatibility
Note: Total.js works correctly on Node.js v7.
Other posts from Total.js Platform
- 2024-11-13Benchmarking Node.js Frameworks: selecting your framework for 2025!
- 2024-11-01October report 2024
- 2024-10-22Performance Testing: Total.js vs. NestJS
- 2024-10-01September report 2024
- 2024-09-27Total.js UI Builder: #2 designing your first interface
- 2024-09-26Total.js V5: Middlewares
- 2024-09-23Beginner Guide to Total.js UI: # 05 Client-side routing
- 2024-09-23Total.js UI #4: Data Binding (Part 2 – Practical Example)
- 2024-09-20Introduction to Total.js UI Builder: A Beginner’s Guide
- 2024-09-13Total.js v5: #06 Understanding File Routing