Skip to content

Latest commit

 

History

History
149 lines (70 loc) · 7.47 KB

CHANGELOG.md

File metadata and controls

149 lines (70 loc) · 7.47 KB

Changelog

1.0.9 (2024-08-22)

🪲 Bug Fixes

  • Action fails when previous commit had a failing test (#32) (e411b2e)
  • Don't commit coverage directory (#35) (3211e3e)

1.0.8 (2024-08-19)

🪲 Bug Fixes

  • Git push fails when cacluating previous coverage (#30) (2eef29f)

📈 Documentation

  • Add brief documentation comments to each function (2eef29f)

🧪 Tests

  • Added --local input arg to test functionality locally (2eef29f)

1.0.7 (2024-07-23)

🪲 Bug Fixes

  • Pass correct coverage path for generating previous test results (#27) (bdb334b)

1.0.6 (2024-07-22)

✨ New Features

  • Add run-prev-coverage flag (b4d7937)

🪲 Bug Fixes

  • UX-1139: Prevent commiting coverage file; store previous coverage result as artifact (#25) (b4d7937)

🧹 Miscellaneous Chores

1.0.5 (2024-07-16)

✨ New Features

🧹 Miscellaneous Chores

1.0.4 (2024-07-16)

✨ New Features

  • Add inputs to enable / disable parts of the action(#20) (a74d1f2)

🧪 Tests

🧹 Miscellaneous Chores

1.0.3 (2024-07-10)

🧹 Miscellaneous Chores

1.0.2 (2024-07-10)

🪲 Bug Fixes

  • Show info only lints in comment (e0586be)

1.0.1 (2024-07-03)

🪲 Bug Fixes

  • Add basic error reporting (#8) (a2a68cd)
  • Comment works correctly for failed test (#9) (cd84942)

📈 Documentation

  • Add version to readme instructions (#6) (80285f5)

🧹 Miscellaneous Chores

  • update gitignore to remove unneeded files (80285f5)

1.0.0 (2024-06-26)

✨ New Features

  • Add functionality from existing node actions into repo (454739b)
  • Add more deatils comments (454739b)
  • Push changes back onto branch (4c2274e)

🪲 Bug Fixes

  • Add basic support for checking if branch is behind (7057abf)
  • add in behind_by (bebb2bc)

📈 Documentation

  • Add information to readme (7057abf)
  • Add more information to readme (a4840b1)
  • Adding step documentation (2ee2be1)

🧪 Tests

  • Add flutter repos for testing good and bad state (a4840b1)
  • Add tests for analyze, coverage and test (a4840b1)
  • Initialize Jest (a4840b1)
  • Setup jest tests (#4) (a4840b1)

🧹 Miscellaneous Chores

  • Add required files contributing, code of conduct etc. (7057abf)
  • release 1.0.0 (baba357)
  • Tidy directory structure (a4840b1)