Releases: JacobLinCool/LeetCode-Query
Releases · JacobLinCool/LeetCode-Query
v2.0.1
v2.0.0
Major Changes
-
#105
2a777b1Thanks @jinzcdev! - ## Breaking Changessubmissionmethod: Now uses GraphQL query to fetch submission details, resulting in significant changes to return structure:- Removed
problem_idfield, replaced byquestion.questionId - Removed manually calculated percentiles (
runtime_percentileandmemory_percentile), replaced by API-providedruntimePercentileandmemoryPercentilevalues - Removed
detailsfield with submission data - Return structure now directly matches GraphQL response format instead of the previous custom format
- Removed
New Features
- Added
submission_detailGraphQL API query support, fixing API errors for leetcode.com - Added
user_progress_questionsmethod to retrieve user progress with filters for leetcode.com
v1.3.0
v1.2.3
Patch Changes
-
cd8876bThanks @JacobLinCool! - Disable response auto clone on receive-graphql hook -
cd8876bThanks @JacobLinCool! - Allow user to select their own fetch implementation with @fetch-impl
v1.2.2
Patch Changes
bb47140Thanks @JacobLinCool! - Works with no cookie presented in the response
v1.2.1
Patch Changes
47ec5d4Thanks @JacobLinCool! - Fix fetcher shortcut
v1.2.0
Minor Changes
9913aafThanks @JacobLinCool! - Allow library users to use their own fetch implementation
v1.1.0
Minor Changes
c19d509Thanks @JacobLinCool! - Support custom headers for GraphQL request
v1.0.1
Patch Changes
a474021Thanks @JacobLinCool! - Check response status before returning GraphQL data
v1.0.0
Major Changes
- #70
b28dd59Thanks @JacobLinCool! - Remove dependency on node built-in module