Skip to content

v3.13.0

Compare
Choose a tag to compare
@JakeChampion JakeChampion released this 12 Apr 11:23

3.13.0 (2024-04-11)

Added

  • Add KVStore.prototype.delete method (578d858)

Updated

  • Update to SpiderMonkey 124.0.2 (e32632e)
    This release includes:
    - An optimization for functions that only use arguments.length to avoid allocating the arguments object.
    - An optimization for Object.HasOwn which for small numbers of atoms just unrolls the loop.

Fixed

  • Correct type definition for the global BackendConfiguration type - there is no checkCertificate field (62fd0ea)
  • Improve our console.log output for functions (9a97fc1)
  • Refactor our async task implementation to be a generic AsyncTask class instead of separate implementations for each async operation (68dfec7)