Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 1.82 KB

Changelog

2.0.2 (2024-03-24)

Build System

  • dont mark package as ESM when its CJS (c193d86)

2.0.1 (2024-03-20)

Bug Fixes

  • ts: mark return type as void (9acc034)

2.0.0 (2024-03-20)

⚠ BREAKING CHANGES

  • convert DynamoPlus to typescript as a class
  • replace dependencies with aws-sdk v3, ts, vitest, @sleavely/eslint-config

Features

Bug Fixes

  • expose delete() correctly. add test for it. (f09f799)
  • in scanAll, use paginateScan instead of paginateQuery (7c6d64c)
  • remove pageSize from *All() methods since it has no bearing on output (85b3240)
  • reset error stack on *All() calls (f249c50)

Code Refactoring

  • convert DynamoPlus to typescript as a class (8b5d417)
  • replace dependencies with aws-sdk v3, ts, vitest, @sleavely/eslint-config (b4f6d5b)