Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 3.6 KB

File metadata and controls

74 lines (40 loc) · 3.6 KB

leetcode-query

2.0.1

Patch Changes

2.0.0

Major Changes

  • #105 2a777b1 Thanks @jinzcdev! - ## Breaking Changes

    • submission method: Now uses GraphQL query to fetch submission details, resulting in significant changes to return structure:
      • Removed problem_id field, replaced by question.questionId
      • Removed manually calculated percentiles (runtime_percentile and memory_percentile), replaced by API-provided runtimePercentile and memoryPercentile values
      • Removed details field with submission data
      • Return structure now directly matches GraphQL response format instead of the previous custom format

    New Features

    • Added submission_detail GraphQL API query support, fixing API errors for leetcode.com
    • Added user_progress_questions method to retrieve user progress with filters for leetcode.com

1.3.0

Minor Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

1.1.0

Minor Changes

1.0.1

Patch Changes

1.0.0

Major Changes