@@ -14,27 +14,30 @@ We highly recommend to use `v2` or `v3`. Both are already in use by many, especi
1414- Please move to at least ** v2** !
1515- Try with installing ` formidable@v2 ` and if still have the problem - report!
1616
17- ## v2 is the new ` latest `
18- The ` v2 ` will be simultaneously on two places for some time - ` formidable@latest ` and ` formidable@v2 ` .
19- The source code be available ** only** on [ v2 branch] [ v2branch ] .
20- If you want to use v2, it's recommended to lock and use the v2 dist-tag ` formidable@v2 ` .
17+ ## v2 is going to be deprecated
18+
19+ The ` v2 ` is available as ` formidable@v2 ` .
20+ The source code is available ** only** on [ v2 branch] [ v2branch ] .
21+ If you want to use v2, it's recommended to lock and use the v2 dist-tag ` formidable@v2-latest ` .
2122
2223** Main Differences from v1:**
24+
2325- Better organization and modernized code, requiring newer Node.js versions (>= v10).
2426- A lot of bugfixes, closed issues, merged or closed PRs.
2527- Better docs, new features (plugins, parsers, options) and optimizations.
2628
2729## v3 - ESModules, Monorepo structure
28- We recommend to use ` formidable@v3 ` to install, as it uses more modern Node.js Streams, has support for more stuff.
30+
31+ We recommend to use ` formidable@latest ` to install, as it uses more modern Node.js Streams, has support for more stuff.
2932You can see more info and track some ideas on [ issue #635 ] ( https://github.com/node-formidable/formidable/issues/635 ) .
3033
31- - The source code can be found on the [ master branch] ( https://github.com/node-formidable/formidable ) on GitHub.
32- - It will be published on ` formidable@latest ` after some time.
34+ - The source code can be found on the [ master branch] [ v3branch ] on GitHub.
35+ - It is published as ` formidable@latest `
3336- Dropping older Node.js versions, requiring higher than v12-v14.
3437- Dropping v1 compatibility.
3538- Rewritten to ESModules, more optimizations.
3639- Moving to monorepo structure, more plugins & helper utils.
3740
3841[ v1branch ] : https://github.com/node-formidable/formidable/tree/v1-legacy
3942[ v2branch ] : https://github.com/node-formidable/formidable/tree/v2-latest
40- [ v3branch ] : https://github.com/node-formidable/formidable/tree/v3
43+ [ v3branch ] : https://github.com/node-formidable/formidable/tree/master
0 commit comments