npm dataloader 2.1.0
v2.1.0

latest releases: 2.2.3, 2.2.2, 2.2.1...
3 years ago

Minor Changes

  • 28cf959: - Do not return void results from arrow functions 3b0bae9
    • Fix typo in loader.load() error message 249b2b9
    • Fix typo in SQL example cae1a3d
    • Fix typo in TypeScript declaration ef6d32f
    • Most of the browsers don't have setImmediate. setImmediate || setTimeout doesn't work and it throws setImmediate is not defined in this case, so we should check setImmediate with typeof. And some environments like Cloudflare Workers don't allow you to set setTimeout directly to another variable. 3e62fbe

Patch Changes

  • 3135e9a: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"

Don't miss a new dataloader release

NewReleases is sending notifications on new releases.