Releases: JacobLinCool/LeetCode-Query
Releases · JacobLinCool/LeetCode-Query
v2.0.1
v2.0.0
Major Changes
-
#105
2a777b1
Thanks @jinzcdev! - ## Breaking Changessubmission
method: Now uses GraphQL query to fetch submission details, resulting in significant changes to return structure:- Removed
problem_id
field, replaced byquestion.questionId
- Removed manually calculated percentiles (
runtime_percentile
andmemory_percentile
), replaced by API-providedruntimePercentile
andmemoryPercentile
values - Removed
details
field with submission data - Return structure now directly matches GraphQL response format instead of the previous custom format
- Removed
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
v1.2.3
Patch Changes
-
cd8876b
Thanks @JacobLinCool! - Disable response auto clone on receive-graphql hook -
cd8876b
Thanks @JacobLinCool! - Allow user to select their own fetch implementation with @fetch-impl
v1.2.2
Patch Changes
bb47140
Thanks @JacobLinCool! - Works with no cookie presented in the response
v1.2.1
Patch Changes
47ec5d4
Thanks @JacobLinCool! - Fix fetcher shortcut
v1.2.0
Minor Changes
9913aaf
Thanks @JacobLinCool! - Allow library users to use their own fetch implementation
v1.1.0
Minor Changes
c19d509
Thanks @JacobLinCool! - Support custom headers for GraphQL request
v1.0.1
Patch Changes
a474021
Thanks @JacobLinCool! - Check response status before returning GraphQL data
v1.0.0
Major Changes
- #70
b28dd59
Thanks @JacobLinCool! - Remove dependency on node built-in module