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
RESTBuilder
around10%
- Improved CSS compiler by adding of compressing uniform colors e.g.
#FFFFFF
to#FFF
- Updated Tangular version to
v4
- Disabled parsing arrays in
query
arguments, 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
PATCH
method in$ACTION()
- Fixed resizing of images in
debug
mode - Fixed localization utility in Total.js executable app
- Fixed a problem with spaces in
ROUTE()
method
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