I have released a new version of Total.js Flow v5.0.0 with great new features and improvements.
Total.js Flow 5.0.0
This version of Flow brings great new features. Total.js Flow is used for different cases in the whole word. To update your Total.js Flow just copy flow.package
into your project.
Better error handling
I have added a new and better error handling. Each component contains a small red dot as an output for error handling. You can catch error comfortably for the specific component.
Crash mode
The second great new feature is Flow crash-mode. The crash mode can be enabled via config
using module#flow (object) : { crashmode: true }
or terminal/command-line by adding --crashmode
argument. Crash mode pauses data-processing and in order to continue you have to press APPLY
button. So if you had an error which made it impossible to work with designer then now there's easy way to fix it.
Improved real-time usage information
I have added the average duration of data processing in seconds and count of message on input/output for each component.
- 1. supports sorting values
- 2. average duration of data processing between input/output
- 3. average duration of data processing in the traffic tab
- 4. count of messages on input/output
Traffic
In this version you can watch data trafic between Flow components. It's pretty nice to see how your data are flowing. This feature can be disabled in Traffic tab.
New updates
This version of Flow supports updating of all installed Flow components. So you can see updated / modified components easily.
Coming soon: New components
We have a plan to prepare new helpful components like transactions
, etc.. So stay tunned and Follow Total.js on Twitter.
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