Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 03:31
· 25 commits to main since this release
38def91

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"