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
We are now syncing Flow's commit history to GitHub. No more huge updating diffs. We'll also filter the changelog to the most important things.
Big React refactoring to support ES6 React classes
Do you use any to workaround things that you want to fix later? Well, now you can use $FixMe instead of any and easily grep for these workarounds later.
We now report parsing errors in non-@flow files that you are require()'ing/import'ing
Better error messages and better error message positions
Better error traces, with flow check --traces N, where N is the trace depth
Basic support for Object.freeze()
Assorted fixes and updates to the flow libs
We're trying to be better about commenting the code