Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 901 Bytes

File metadata and controls

28 lines (24 loc) · 901 Bytes

Change Log

[2025.10.25]

  • Migrate from Create React App to Vite
  • Introduce serverless token auth proxy, fixes #20
  • Add React Router for URL-based navigation
  • Convert entire codebase to TypeScript
  • Introduce Prettier for code formatting
  • Migrate to Node 20 with Dependabot automation
  • Add MIT license to project
  • Fix Vite CJS deprecation warning
  • Fix: Check history on default branch, fixes #14
  • Major dependency updates (Prettier 3.6.2, web-vitals 5.1.0, @testing-library/jest-dom 6.9.1, and more)
  • Setup Sentry error reporting, refs #10
  • Include origin to node list, refs #11
  • Accept dots in repo, refs #12

[2020.12.19]

  • Sortable columns, refs #1
  • Last commit date bug fix, refs #9

[2020.12.14]

  • Prevent submit on empty input
  • Improve repo input validation regex
  • Handle search error, refs #6

[2020.12.10]

  • Initial UI release