-
Notifications
You must be signed in to change notification settings - Fork 515
Comparing changes
Open a pull request
base repository: graphql/dataloader
base: v2.1.0
head repository: graphql/dataloader
compare: main
Commits on Jun 12, 2022
-
fix: incorrect variable name in README.md (#313)
Corrected variable name from `identityLoader` to `myLoader`
Configuration menu - View commit details
-
Copy full SHA for a80c5ff - Browse repository at this point
Copy the full SHA a80c5ffView commit details
Commits on Jul 4, 2022
-
fix: add typings and test for priming with promise (#252)
* Add typings and test for priming with promise * add changeset Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fae38f1 - Browse repository at this point
Copy the full SHA fae38f1View commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b2333e9 - Browse repository at this point
Copy the full SHA b2333e9View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 015a94c - Browse repository at this point
Copy the full SHA 015a94cView commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26136b0 - Browse repository at this point
Copy the full SHA 26136b0View commit details
Commits on Dec 6, 2022
-
fix:
maxBatchSize
parameter was not being sent to loader (#321)* Fixes #294. * Added changeset for fix.
Configuration menu - View commit details
-
Copy full SHA for 3cd3a43 - Browse repository at this point
Copy the full SHA 3cd3a43View commit details
Commits on Dec 8, 2022
-
Bump qs from 6.5.2 to 6.5.3 (#323)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7eb6424 - Browse repository at this point
Copy the full SHA 7eb6424View commit details -
Bump decode-uri-component from 0.2.0 to 0.2.2 (#320)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 420573b - Browse repository at this point
Copy the full SHA 420573bView commit details
Commits on Jan 13, 2023
-
fix: propagate batchFn sync throws to the loader instead of crashing (#…
…318) * fix: propagate batchFn sync throws to the loader instead of crashing * add changeset
Configuration menu - View commit details
-
Copy full SHA for 588a8b6 - Browse repository at this point
Copy the full SHA 588a8b6View commit details
Commits on Jan 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c758d0 - Browse repository at this point
Copy the full SHA 6c758d0View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76f2d09 - Browse repository at this point
Copy the full SHA 76f2d09View commit details -
Update tested node version (#329)
Node 12 is end-of-life so I propose to drop it from tests. Node 18 should be added as the LTS version, and. Node 19 should replace Node 17 as the current version. Co-authored-by: Oskari Porkka <oporkka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c163aa9 - Browse repository at this point
Copy the full SHA c163aa9View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff69d98 - Browse repository at this point
Copy the full SHA ff69d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5261db - Browse repository at this point
Copy the full SHA a5261dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb9d93 - Browse repository at this point
Copy the full SHA dfb9d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for afa3cb3 - Browse repository at this point
Copy the full SHA afa3cb3View commit details -
fix: TS types for the new name property (#331)
* fix: TS types for the new name property * optional * Revert "optional" This reverts commit a012ca7.
Configuration menu - View commit details
-
Copy full SHA for 6d2efb7 - Browse repository at this point
Copy the full SHA 6d2efb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a09c56 - Browse repository at this point
Copy the full SHA 0a09c56View commit details
Commits on Feb 10, 2023
-
fix: expose
name
in Dataloader instance types (#334)* fix: expose name on Dataloader instance * docs: add changeset
Configuration menu - View commit details
-
Copy full SHA for e286f66 - Browse repository at this point
Copy the full SHA e286f66View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c0b6b0 - Browse repository at this point
Copy the full SHA 9c0b6b0View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d87332a - Browse repository at this point
Copy the full SHA d87332aView commit details -
Bump json5 from 2.1.1 to 2.2.3 (#325)
Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.1.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cfa6225 - Browse repository at this point
Copy the full SHA cfa6225View commit details -
Bump minimatch from 3.0.4 to 3.1.2 (#324)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d336bd1 - Browse repository at this point
Copy the full SHA d336bd1View commit details
Commits on Nov 17, 2023
-
Fix correct path of function when click on mobile links (#351)
* change master to main branch * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 55c33d4 - Browse repository at this point
Copy the full SHA 55c33d4View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 003c045 - Browse repository at this point
Copy the full SHA 003c045View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18da9f3 - Browse repository at this point
Copy the full SHA 18da9f3View commit details -
perf: call cacheKeyFn only when it is needed (if caching) (#342)
* perf: call and reuse cacheKeyFn only when it is needed (if caching) * test: add a test case for cacheKeyFn not being called * chore: fix flow error * docs: add changeset
Configuration menu - View commit details
-
Copy full SHA for 38fedd4 - Browse repository at this point
Copy the full SHA 38fedd4View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77c2cd7 - Browse repository at this point
Copy the full SHA 77c2cd7View commit details
Commits on Dec 3, 2024
-
Bump word-wrap from 1.2.3 to 1.2.4 (#345)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8cfc4d - Browse repository at this point
Copy the full SHA f8cfc4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f65532e - Browse repository at this point
Copy the full SHA f65532eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35729a6 - Browse repository at this point
Copy the full SHA 35729a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e851ce - Browse repository at this point
Copy the full SHA 5e851ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eda294 - Browse repository at this point
Copy the full SHA 9eda294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d916a3 - Browse repository at this point
Copy the full SHA 4d916a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a107730 - Browse repository at this point
Copy the full SHA a107730View commit details
There are no files selected for viewing
This file was deleted.