Notes on/for v3 / v4
See original GitHub issueworkspaces/
- formidable
- formidable-plugins?
- formidable-helpers
- formidable-mini - an experimental minimal & modern idea
- formidable-utils
- formidable-storage
- memory (VolatileFile)
- disk (PersistentFile)
- serverless (formidable-serverless)
misc
- minimize dep weight
- monorepo
(turborepo /nx.dev + lerna ^5.1 + yarn workspaces)- Hela v6 - written in typescript, drop / deprecated external packages
- kodiak - merge automation & better PRs and commits (https://kodiakhq.com/)
- Dependabot, make it auto-update and auto-merge all versions and branches (latest-2, latest, latest-3, next-2, next-3)
- GitHub CodeQL action
- go async/await and promises; possibly drop callback APIs entirely
- document Release Process, Lines, and dist-tags & branches
- latest-1, latest-2, next-2, latest-3, latest-4, next-4);
latest
as master
- better / real benchmarks
- analyze old tests & rethink and probably drop them
- some benchmarks here at busboy v1 - https://github.com/mscdex/busboy/issues/266
- standard Web API
File
Issue Analytics
- State:
- Created a year ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
v3.4 Patch Notes - Epic Games
Welcome to the v3.4 update,. Powerful and mighty, the newly released Guided Missile can devastate targets. Complete control right at your ...
Read more >V3.4.0 Patch Notes - Fortnite Wiki Guide - IGN
The 3.4.0 update to Fortnite Battle Royale includes the addition of the Guided Missiles and the limited time mode Sniper Shootout v2, ...
Read more >Note V1 V2 V3 V4 V5, Past Simple and Past Participle Form of ...
Note V1 V2 V3 V4 V5, Past Simple and Past Participle Form of Note ; argue, argued, argued ; arise, arose, arisen ;...
Read more >SQUAD UPDATE V3.4 RELEASE NOTES
The v3.4 update will focus on small bug fixes and gameplay improvements on many fronts, including soldier kits, weapons, turrets, vehicles and ...
Read more >DRAGEN v4.0.3 Software Release Notes - Support Illumina
If you are upgrading from a version prior to DRAGEN™ v3.10.8, please review the release notes for a list of features and bug...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
So my plan is to add a few tests to https://github.com/node-formidable/formidable/pull/855 then merge and publish. This will probably be the last version 3.
And then probably mark 3 as latest. So we can avoid touching v2 like https://github.com/node-formidable/formidable/issues/908 and void having issues that were already fixed in version 3
Then finish https://github.com/node-formidable/formidable/pull/899 which transitions to typescript, so this will be version 4.
Maybe do a mix in v3 and in v4 drop callback