Skip to content

Releases: Sleavely/dynamo-plus

v2.0.2

24 Mar 09:15
3c23e23
Compare
Choose a tag to compare

2.0.2 (2024-03-24)

Build System

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

v2.0.1

20 Mar 22:13
ff20e1b
Compare
Choose a tag to compare

2.0.1 (2024-03-20)

Bug Fixes

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

v2.0.0

20 Mar 21:25
5adc300
Compare
Choose a tag to compare

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)

v1.8.0

10 Jul 14:11
Compare
Choose a tag to compare
  • mention stack traces in feature list 4d9a9d5
  • Merge pull request #38 from Sleavely/better-stacktraces d3c7316
  • improved stack traces (fixes #37) 14e3052
  • Merge pull request #34 from Sleavely/dependabot/npm_and_yarn/aws-sdk-2.814.0 106a306
  • Bump aws-sdk from 2.639.0 to 2.814.0 0ce3aa0
  • Merge pull request #33 from Sleavely/dependabot/npm_and_yarn/tmpl-1.0.5 5517459
  • Bump tmpl from 1.0.4 to 1.0.5 b73b621

v1.7.1...v1.8.0

v1.7.1

12 Sep 19:09
Compare
Choose a tag to compare

Patches

  • Dont inject keep-alive when endpoint has been overridden 29a1266

Dependencies

  • Bump ws from 5.2.2 to 5.2.3 95897fa
  • Bump path-parse from 1.0.6 to 1.0.7 460f95d
  • Bump hosted-git-info from 2.7.1 to 2.8.9 f577927
  • Bump lodash from 4.17.19 to 4.17.21 a7806e0
  • Bump handlebars from 4.7.3 to 4.7.7 44c8a72

v1.7.0...v1.7.1

v1.7.0

28 Apr 14:41
Compare
Choose a tag to compare
  • Merge pull request #26 from Sleavely/http-keepalive 45c8bd8
  • Mention HTTP keep-alive in README 85f0587
  • Automatically enable HTTP keep-alive unless user supplies own HTTP Agent 14e2dd4
  • Tweak TS definition imports so client options are correctly shown 78d6e5a

v1.6.0...v1.7.0

v1.6.0

27 Apr 10:37
Compare
Choose a tag to compare
  • Merge pull request #25 from Sleavely/getAll 2dc0c2f
  • Add getAll(), fixes #23 4ee3bd3
  • Use Jest's fake timers - fixes #24 fbb2e38
  • Merge pull request #22 from Sleavely/dependabot/npm_and_yarn/y18n-4.0.1 0a4ed1e
  • Merge pull request #19 from Sleavely/dependabot/npm_and_yarn/yargs-parser-13.1.2 9601d88
  • Merge pull request #18 from Sleavely/dependabot/npm_and_yarn/lodash-4.17.19 456c91c
  • Bump y18n from 4.0.0 to 4.0.1 8fe8ab1
  • Bump yargs-parser from 13.1.1 to 13.1.2 86bdb78
  • Bump lodash from 4.17.15 to 4.17.19 f59d936

v1.5.3...v1.6.0

v1.5.3

02 Jun 13:25
Compare
Choose a tag to compare
  • Scrap PNG, minify SVG to keep deployment size down. f611f5a
  • Merge pull request #17 from Sleavely/retry-internalservererrors 9ce0729
  • Retry on InternalServerError. Closes #16 3707ba8
  • Spice things up with a logo because its all the rage these days a42319f

v1.5.2...v1.5.3

v1.5.2

14 Mar 16:27
Compare
Choose a tag to compare
  • The bigger the acorn, the bigger the reward 2638560
  • Update deps. Addresses CVE-2020-7598 a20de07
  • Fix dangling commas from remote a765e89
  • Merge branch 'master' of github.com:Sleavely/dynamo-plus 76bdf9d
  • ESLint: enforcing consistent comma-dangling 8f6268d
  • Use shields.io badge for consistent look ✨ 9d7ea0e

v1.5.1...v1.5.2

v1.5.1

19 Nov 12:27
Compare
Choose a tag to compare
  • Merge pull request #13 from Sleavely/errorPropagationForAll b8a5c6e
  • Tests and fix for #3 46d3ed3

v1.5.0...v1.5.1