Skip to content

Releases: harpertoken/autofix

v1.7.0

21 Nov 18:42

Choose a tag to compare

1.7.0 (2025-11-21)

Bug Fixes

  • add harpertoken license (43b6c2d)

Features

  • add unit tests for core components (699b716)

v1.6.1

21 Nov 16:24

Choose a tag to compare

1.6.1 (2025-11-21)

Bug Fixes

  • correct settings panel labels and tab content (63acd63)

v1.6.0

21 Nov 15:26

Choose a tag to compare

1.6.0 (2025-11-21)

Bug Fixes

  • lint errors in catch blocks and logger types (3426853)

Features

  • add centralized logger utility (8c25cb2)
  • add e2e tests to preflight script (7da6f68)
  • add unit tests for core functions (f28f04d)

v1.5.0

21 Nov 14:49

Choose a tag to compare

1.5.0 (2025-11-21)

Features

  • add optimized preflight script (d453eec)

v1.4.1

21 Nov 14:34

Choose a tag to compare

1.4.1 (2025-11-21)

Bug Fixes

  • upload cli test artifact only on success (f64e017)

v1.4.0

21 Nov 09:07

Choose a tag to compare

1.4.0 (2025-11-21)

Bug Fixes

  • add --include=optional to all ci npm install commands (0950066)
  • add cache dependency path to codeql workflow (fec88ef)
  • ci: update workflow cache to include package.json (9407848)
  • ci: use npm install instead of npm ci (e4530e5)
  • correct yaml indentation in circleci config (7959e86)
  • correct yaml indentation in e2e workflow (95bde63)
  • correct yaml indentation in release workflow (4cf0cba)
  • ensure optional deps installed in release workflow (7d95e5f)
  • explicitly install rollup optional dep in e2e workflow (6888ce0)
  • install rollup optional dep in circleci (5c16179)
  • install rollup optional dep in codeql (7515b88)
  • regenerate package-lock.json for rollup compatibility (fab3892)
  • update circleci to use npm install (dc417e0)
  • update codeql action to v4 and fix yaml indentation (ddcc544)
  • update remaining npm ci references to npm install (f1aa180)
  • update vercel config to install optional dependencies (ce3e503)

Features

  • add bundle analysis workflow (9643b42)

v1.3.6

21 Nov 07:45

Choose a tag to compare

1.3.6 (2025-11-21)

Bug Fixes

  • ui: remove unused settingsselect component (dead code) (1e2ee07)

v1.3.5

21 Nov 07:40

Choose a tag to compare

1.3.5 (2025-11-21)

Bug Fixes

  • strip control chars from req.path in logs to mitigate injection (5d5c945)

v1.3.4

21 Nov 07:35

Choose a tag to compare

1.3.4 (2025-11-21)

Performance Improvements

  • limit expensive file operations behind rate limiting middleware (a71b4d6)

v1.3.3

21 Nov 07:23

Choose a tag to compare

1.3.3 (2025-11-21)

Bug Fixes

  • security: apply express-rate-limit to fallback static route (f6ef87e)