Skip to content

Release 1.0.2

Compare
Choose a tag to compare
@nathro nathro released this 15 Aug 19:49

New Components

  • InlineInput for inlining Items.
  • InlineFileInput for inline FileItems.
  • InlineGenericInput for inlining Items using keys.
  • LibCSTTransformer for libcst based transformations. Check out https://github.com/Instagram/LibCST for info on libcst.
  • JSCodeshiftTransformer for jscodeshift based transformations. Check out https://github.com/facebook/jscodeshift for info on JSCodeshift.

Features

  • Update GithubRepo to use a dataclass for metadata to improve type safety/checking.
  • Update GithubRepo to allow Pull Requests from forks.
  • Updated debug logging to be more readable and include appropriate information.