You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's collect a list of what it would take to a release 4.0.0, without any preconceived notions of it having to be a "big feature release" or total rewrite, like 3.0.0 was. There's still enough flexibility in the current codebase.
Here are a few to start. These are all breaking changes that require a major semver bump:
Remove deprecated methods across the board
Either move unfold and iterate to a separate npm package or undeprecate them. People have told us they find them to be useful.
Make ES6 Promise shim leave global Promise intact if present.
Remove progress
The text was updated successfully, but these errors were encountered:
Let's collect a list of what it would take to a release 4.0.0, without any preconceived notions of it having to be a "big feature release" or total rewrite, like 3.0.0 was. There's still enough flexibility in the current codebase.
Here are a few to start. These are all breaking changes that require a major semver bump:
unfold
anditerate
to a separate npm package or undeprecate them. People have told us they find them to be useful.The text was updated successfully, but these errors were encountered: