Total.js v3.4.3
We have released a new version of Total.js framework with great new improvements and bug fixes.

Total.js v3.4.3.
I have released a new version of Total.js framework with great new features and some bug fixes. This version is stable as never before
- Changelog
- Installation:
$ npm install total.js - Or download source-code from GitHub
Highlights
- Total.js is optimized for Node.js
v14 - Improved performance of
RESTBuilderaround10% - Improved CSS compiler by adding of compressing uniform colors e.g.
#FFFFFFto#FFF - Updated Tangular version to
v4 - Disabled parsing arrays in
queryarguments, all values are string types
New schema type
Now you can define nested schemas much simpler:
Verify values asynchronously in schemas
I have added schema.verify() method which allows you to verify a specific field value asynchronously. Very helpful feature for verifying of values in database. More info in documentation.
Example:
Bug fixes
- Fixed phone validation
- Fixed rouding in
Number.VAT()by Tomas Novak - Fixed
PATCHmethod in$ACTION() - Fixed resizing of images in
debugmode - Fixed localization utility in Total.js executable app
- Fixed a problem with spaces in
ROUTE()method
Other posts from Total.js Platform
- 2025-11-02October report 2025
- 2025-10-22New universal drivers for IoT Platform
- 2025-10-13IoT Platform Update: New Features and Enhancements
- 2025-10-01September report 2025
- 2025-09-05How to create Google Gemini AI component in Total.js Flow
- 2025-09-01August report 2025
- 2025-08-25IoT platform — Total.js
- 2025-08-22How to install OpenPlatform — IoT platform
- 2025-08-18Total.js Tables is here!
- 2025-08-18How to install Flow — IoT platform
