Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 4.87 KB

CHANGELOG.md

File metadata and controls

79 lines (51 loc) · 4.87 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.2 (2024-05-14)

Misc Changes

1.2.1 (2024-05-14)

Misc Changes

1.2.0 (2024-05-14)

Features

  • skip instead of error for class components (#5) (ae891fb)

Misc Changes

  • add more scenarios to react.func-default-props-to-params (d45dcc7)
  • clean test suites (885ca80)
  • remove comments and clean code (ff44a23)
  • remove state from class fixture (2f40819)
  • remove useless optional chaining (3e4b774)
  • rename vars on test suites (b692ab4)

1.1.0 (2024-05-14)

Features

  • bin: change verbose level to 0 by default (d894691)

1.0.2 (2024-05-14)

Misc Changes

  • add keywords to package (ae7acfa)

1.0.1 (2024-05-14)

Misc Changes

1.0.0 (2024-05-14)

Features

  • add transform + CLI + vitest + config (#1) (8ee5f86)
  • add transform to remove forward ref (#3) (134491a)

Bug Fixes

Misc Changes