Skip to content

Releases: JacobLinCool/LeetCode-Query

v2.0.1

11 Jul 12:08
a254265

Choose a tag to compare

Patch Changes

v2.0.0

11 Apr 18:37
e519691

Choose a tag to compare

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

v1.3.0

10 Apr 04:06
529caf3

Choose a tag to compare

Minor Changes

v1.2.3

13 Mar 05:49
d7e7367

Choose a tag to compare

Patch Changes

v1.2.2

10 Mar 17:58
886c409

Choose a tag to compare

Patch Changes

v1.2.1

10 Mar 16:55
bff509a

Choose a tag to compare

Patch Changes

v1.2.0

10 Mar 16:41
59d07c7

Choose a tag to compare

Minor Changes

v1.1.0

07 Mar 03:57
ecb87bc

Choose a tag to compare

Minor Changes

v1.0.1

07 Mar 03:15
f83442c

Choose a tag to compare

Patch Changes

v1.0.0

03 Mar 18:21
8b64533

Choose a tag to compare

Major Changes