All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Better fix for semver throwing errors for versions of
v0.x.x
(#3866)
- Support flow versions > 0.125.0 (#3855)
- Improved eslint/prettier integration (#3787)
- Add workaround for semver throwing errors for versions of
v0.x.x
(#3842) - Avoid uncaught error when network fails (#3846)
- Fix <> parsing (#3786)
- Remove react-dom from built-in flow libdefs (#3748)
- Fix --overwrite install command option type (#3754)
- Recommend matching commands (#3700)
- [BREAKING-CHANGE] Drop support for node < 10 (#3743)
- Travis specs now run on node 10 & 12, as opposed to 8 & 10 (#3743)
- Updated octokit/rest to deprecation message (#3602)
- Fix GH_CLIENT usage in runTests test (#3638)
- Added
--overwrite
option to theinstall
command (#3535)
- Travis specs now run on node 8 & 10, as opposed to 6 & 8 (#3485)
- Updated octokit/rest to avoid vulnerability (#3602)
- Fixes git package support (#3537)
- Explicit inexact object syntax (#3467)
- Fixes eslint errors in /cli (#3485)
- Fix runTests on Windows (#3446)
- Generate stub declarations for subdirectory modules such as
core-js/stable
andcore-js/es/symbol
in core-js (#3426) - Passing
--typescript
tocreate-stub
will use flowgen to create a stub form an existing, published typescript definition (#3387)
- The
version
command has been dropped in favor of the native--version
flag
- Added
useCacheUntil
flag toinstall
command (#3305)
- Temporarily disable stub guessing (#2485)
The flow-typed project has moved to a new organization, @flow-typed!
- Added
cacheDir
flag toinstall
andupdate
commands (#2016)
- Improved stub generation with guessed properties (#2027)
- Replace deprecated
[email protected]
with Octokit (#2107)
- Correctly handle uninstalling of scoped packages (#2355)
- Ignore Flow version 0.63.0 when running specs, as it was failing builds (#2423)
A week after this release, all previous versions of flow-typed
on npm will be DEPRECATED, in order to encourage upgrading to version 2.4.0
. After which, we will be introducing files to definition folders under /definitions/npm
, which will break the search
, install
and validate-defs
commands.
We strongly recommend upgrading to 2.4.0
within that timeframe.
- Allow any file type (.md, .json) under
/definitions/npm/<library>_vx.x.x/
(#1962) describe
andit
can now be importing from'flow-typed-test'
in_test
files (#1942)- See CONTRIBUTING.md
- Root directory option (-rootDir) to install command (#1835)
- Replace
unzip
withunzipper
(#1957)
- Fix jest specs breaking by adding
babel-core
as a dependency (#1864)