Skip to content

v1.3.0

Compare
Choose a tag to compare
@mobsense mobsense released this 18 Apr 00:58
· 1033 commits to main since this release

Minor Feature Release

Compatibility

The following items break compatibility

  • The optional params.metrics should now be an object to receive metrics for scan/find. Metrics are not returned on the items[], but are returned in the metrics object.

Features

  • None

Fixes

  • Fix metrics for find/scan. Now returned in metrics {}
  • Fixed TypeScript paginated results to return start and next properties on result. Added Paged type.
  • Fixed TypeScript OneParams.start type to be 'object' was 'boolean' #19

See