Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 1.7 KB

Changelog

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.

[Unreleased]

[2.5.1] - 2018-07-06

Changed

  • Temporarily disable stub guessing (#2485)

[2.5.0] - 2018-07-06

The flow-typed project has moved to a new organization, @flow-typed!

Added

  • Added cacheDir flag to install and update commands (#2016)

Changed

  • Improved stub generation with guessed properties (#2027)
  • Replace deprecated github@0.2.4 with Octokit (#2107)

Fixed

  • Correctly handle uninstalling of scoped packages (#2355)
  • Ignore Flow version 0.63.0 when running specs, as it was failing builds (#2423)

[2.4.0] - 2018-03-16

IMPORTANT

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.

Added

  • Allow any file type (.md, .json) under /definitions/npm/<library>_vx.x.x/ (#1962)
  • describe and it can now be importing from 'flow-typed-test' in _test files (#1942)
  • Root directory option (-rootDir) to install command (#1835)

Changed

  • Replace unzip with unzipper (#1957)

Fixed

  • Fix jest specs breaking by adding babel-core as a dependency (#1864)