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.
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) describeanditcan now be importing from'flow-typed-test'in_testfiles (#1942)- See CONTRIBUTING.md
- Root directory option (-rootDir) to install command (#1835)
- Replace
unzipwithunzipper(#1957)
- Fix jest specs breaking by adding
babel-coreas a dependency (#1864)