Skip to content

Releases: sharpapi/sharpapi-node-resume-job-match-score

v1.1.0

09 Apr 14:11

Choose a tag to compare

Added

  • Optional context parameter on SharpApiResumeJobMatchScoreService.resumeJobMatchScore() for steering the scoring engine via the new directive contract:
    • EMPHASIZE: <topic> — bump metric weight up one step
    • DEEMPHASIZE: <topic> — drop metric weight one step
    • CREDIT: <skill | tool | certification> — treat item as a plausible requirement
  • Max 5000 characters per request (API returns HTTP 422 on overflow).
  • README updated with a "Context directives" section and usage example.

Changed

  • Dropped unused SharpApiJobTypeEnum import; /hr/resume_job_match_score endpoint is now referenced directly.

Backwards-compatible — context defaults to null and is only forwarded when provided.