Skip to content

Releases: flow-typed/flow-typed

v4.0.0-4

07 Nov 16:03
2291296
Compare
Choose a tag to compare
v4.0.0-4 Pre-release
Pre-release

Fixed

  • Fix some invalid JSON regarding flow-typed.config.json docs

Changed

  • Install a dependency's environment definitions
  • Add .gitattributes to root
  • Use dynamic node versions matrix
  • Enforce Yarn version
  • Update email address to new fastmail account
  • Bump semver to 7.5.4 in /cli
  • Bump debug from 4.1.1 to 4.3.4 in /cli
  • Bump @babel/traverse from 7.8.4 to 7.23.2 in /cli
  • Update flow-bin to 0.200.0

v4.0.0-3

29 Jul 02:34
fb68087
Compare
Choose a tag to compare
v4.0.0-3 Pre-release
Pre-release

Changes

  • flow-typed.config.json now supports new workspaces property to explicitly define workspaces to search for package.json dependencies https://github.com/flow-typed/flow-typed/blob/main/docs/flow-typed-config.md#workspaces
  • Improve new definition creator error handling
  • Bump json5 from 2.1.1 to 2.2.3
  • Bump http-cache-semantics from 4.0.4 to 4.1.1
  • Bump tough-cookie from 4.0.0 to 4.1.3
  • Bump word-wrap from 1.2.3 to 1.2.4
  • Bump semver from 7.3.2 to 7.5.4

Test runner changes

  • Fix runTests command for flow@^0.200.0 set exact_by_default option
  • Fix running definition tests locally on MacOS
  • Fix a bug from flow that stopped testing for ambiguous obj exactness
  • Fix CI tests for environments

v3.9.0

29 Jul 02:12
a78c5e8
Compare
Choose a tag to compare

Fixed

  • [cli] Bump semver to patch vulnerability (#4479)
  • [cli:test] Fix CI tests for environments (#4463)
  • [cli] Fix a bug from flow that stopped testing for ambiguous obj
  • [cli] Fix running definition tests locally on MacOS (#4440)
  • [cli]Fix runTests command for flow@^0.200.0 set exact_by_default option (#4423)
  • Bump http-cache-semantics from 4.0.4 to 4.1.1 in /cli (#4420)
  • Bump json5 from 2.1.1 to 2.2.3 in /cli (#4416)
  • Bump minimatch from 3.0.4 to 3.1.2 in /cli (#4409)
  • Bump word-wrap from 1.2.3 to 1.2.4 in /cli (#4469)
  • Bump tough-cookie from 4.0.0 to 4.1.3 in /cli (#4464)

v4.0.0-2

30 Dec 21:37
c69107c
Compare
Choose a tag to compare
v4.0.0-2 Pre-release
Pre-release

v4.0.0-1...v4.0.0-2

v4.0.0-1

01 Aug 20:06
22b7599
Compare
Choose a tag to compare
v4.0.0-1 Pre-release
Pre-release

Fixed

  • Checkout into mainline cache if not already (#4354) 8c01acb

v4.0.0-0...v4.0.0-1

v4.0.0-0

24 Jul 02:45
386cd25
Compare
Choose a tag to compare
v4.0.0-0 Pre-release
Pre-release

Changed

  • Definitions depend on other definitions (#4331) 724afdc
  • Rename references to future main branch (#4348) b3e0fde
  • New definitions and testing logic for def dependencies (#4339) a349be2

v3.8.0...v4.0.0-0

v3.8.0

26 Jun 18:30
4e4d1d2
Compare
Choose a tag to compare

Added

  • Core definitions (#4255)
  • Create test harness (#4268)
  • Make use of flow-typed.config.js for ignored (#4288)

Changed

  • Consistent list logging (#4287)
  • Coerce cli version with semver to allow for prerelease tags (#4291)
  • Fix if dependency is resolved npm package (#4298)
  • Bump minimist from 1.2.0 to 1.2.6 in (#4293)
  • [docs] contract -> contrast (#4281)
  • [docs] update command doesn't take positional arguments (#4328)
  • [docs] document create-stub --typescript flag (#4329)

v3.8.0-0

31 Mar 00:53
9aa2061
Compare
Choose a tag to compare
v3.8.0-0 Pre-release
Pre-release

Note: This is a prerelease for version 3.8.0, the complete changelog will be available once 3.8.0 is published.

v3.7.0...v3.8.0-0

v3.7.0

21 Feb 23:18
0086d66
Compare
Choose a tag to compare

Added

  • New outdated command (#4171)

Changed

  • CLI tool now ships with flowtypes (#4233)
  • Install can match with alpha versions now (#4247)

Fixed

  • Fix create def with scopes (#4234)
  • Fix buffer deprecation error (#4270)
  • Temporarily turn off validate-def checks against npm (#4249)
  • Bump ajv from 6.11.0 to 6.12.6 in /cli (#4260)
  • Bump node-fetch from 2.6.6 to 2.6.7 in /cli (#4254)
  • Bump shelljs from 0.8.3 to 0.8.5 in /cli (#4237)

v3.6.1

10 Jan 02:15
8b2c3cc
Compare
Choose a tag to compare

Changed

  • Provide better logs related to dir structure when running tests (#4213)

Fixed

  • Pin colors@1.4.0 to fix security vuln (#4229)
  • Fix installing minor libdef version (#4224)
  • Allow .DS_Store files in definitions nested directories (#4217)
  • [docs] Fix some link issues in contributing docs (#4212)
  • [docs] Fix the documented pathing for an ignoring eslint (#4218)