No description
Find a file
Hoid 96d21aa63b
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m31s
feat: add darkMode and hideSelectors screenshot parameters
- darkMode: emulates prefers-color-scheme: dark before navigation
- hideSelectors: injects CSS to hide elements before capture
  - POST: accepts string or string array
  - GET: accepts comma-separated string
  - Validation: max 10 selectors, each max 200 chars
- OpenAPI docs updated for both GET and POST endpoints
- 13 new tests added (service + route)
2026-03-04 12:06:26 +01:00
.forgejo/workflows fix: promote workflow retags staging image instead of rebuilding 2026-02-20 11:34:58 +00:00
public Add status route tests, OG images blog post, and blog tests 2026-03-03 18:06:56 +01:00
sdk fix(sdk): BUG-015 validate URL in capture() when using ScreenshotOptions 2026-02-27 11:01:11 +00:00
src feat: add darkMode and hideSelectors screenshot parameters 2026-03-04 12:06:26 +01:00
.gitignore feat: initial codebase v0.4.1 2026-02-19 17:05:16 +00:00
Dockerfile fix: skip puppeteer browser download in Docker build 2026-02-20 11:21:02 +00:00
package-lock.json feat: add darkMode and hideSelectors screenshot parameters 2026-03-04 12:06:26 +01:00
package.json fix: cancelled tier, remove key logging, add billing rate limits 2026-03-04 09:06:16 +01:00
tsconfig.json fix: exclude test files from tsc build 2026-02-25 08:09:58 +00:00
vitest.config.ts Add comprehensive test framework with vitest and TDD tests 2026-02-24 16:23:06 +00:00