Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 21:25
5adc300

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)