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.
- 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)