react-docgen icon indicating copy to clipboard operation
react-docgen copied to clipboard

chore: release main

Open danez opened this issue 3 years ago • 0 comments

:robot: I have created a release beep boop

cli: 6.0.0-alpha.4

6.0.0-alpha.4 (2022-10-18)

Bug Fixes

  • deps: pin dependencies (b570fc1)
  • deps: update dependency commander to v9.4.1 (d4bff01)
  • remove neo-async instead of Promises (1b94566)
  • Remove node-dir and switch to glob (cabfcd1)
  • Update commander.js to version 9 (234bcc1)

Miscellaneous Chores

  • Link versions for both packages (fc81d1d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • react-docgen bumped from 6.0.0-alpha.3 to ^6.0.0-alpha.4
react-docgen: 6.0.0-alpha.4

6.0.0-alpha.4 (2022-10-18)

⚠ BREAKING CHANGES

  • The main API changed and now includes only 2 arguments. Read MIGRATE.md for more info.

Features

  • Add support for resolving destructuring in resolveToValue (4e9e437)
  • Improve performance by creating all visitors only once (4e9e437)
  • Migrate to babel toolchain (4e9e437)
  • New main API (4e9e437)
  • rename flowTypeHandler to codeTypeHandler (4e9e437)

Bug Fixes

  • Add .cts and .mts support for typescript (4e9e437)
  • Add support for TSAsExpressions when trying to stringify expressions (4e9e437)
  • Filter out estree plugin (4e9e437)
  • Handle some edge cases in resolveToValue (4e9e437)
  • remove trailing comma and semi from raw value (4e9e437)
  • require node 14.18 or later (#664) (f41b034)
  • Simplify resolveObjectValuesToArray and remove type handling (4e9e437)
  • Support all literal types in typescript (4e9e437)
  • Support all possible kinds of functions in the displayNameHandler (4e9e437)
  • Support class and function declarations without identifier (4e9e437)
  • support qualified type names (4e9e437)
  • ts: parse jsdoc comment for ts structs (#663) (8cc081e)
  • Update default babel options (4e9e437)

Miscellaneous Chores

  • Link versions for both packages (fc81d1d)

This PR was generated with Release Please. See documentation.

danez avatar Aug 14 '22 14:08 danez