Skip to content

Releases: sensedeep/dynamodb-onetable

v1.6.3

04 Aug 00:16
Compare
Choose a tag to compare

Minor Patch Release

Features

  • none

Fixes

  • Document Table.setClient
  • Fix TS optional property declarations
  • Fix SetConstructor declaration for TS #87
  • Fix value template functions #88

See

v1.6.2

31 Jul 23:37
Compare
Choose a tag to compare

Minor Patch Release

Features

  • none

Fixes

  • Fix date types with TypeScript
  • Fix AWS V3 import of Dynamo

See

v1.6.1

31 Jul 23:36
Compare
Choose a tag to compare

Minor Patch Release

Features

  • none

Fixes

  • Fix removal of unique items
  • Update doc

See

v1.6.0

27 Jul 05:40
Compare
Choose a tag to compare

Minor Feature Release

Features

  • Export One* from Model for TypeScript
  • Add Table.getLog, setLog for SenseLogs support
  • Add Model.init to return a model instance with default parameters set

Fixes

  • Fix writing empty strings to the table as DynamoDB now supports it

See

v1.5.7

22 Jul 06:52
Compare
Choose a tag to compare

Minor Patch Release

Features

  • none

Fixes

  • Fix writing empty strings to the table as DynamoDB now supports it

See

v1.5.6

20 Jul 06:00
Compare
Choose a tag to compare

Minor Feature Release

Features

  • Add support for SenseLogs via Table params.senselogs == new SenseLogs()

Fixes

  • none

See

v1.5.5

15 Jul 00:51
Compare
Choose a tag to compare

Minor Patch Release

Features

  • none

Fixes

  • Fix type signature for pre-release Table fetch and groupByType methods
  • Fix params.tunnel #71
  • Doc fixes using db instead of table

See

v1.5.4

12 Jul 20:59
Compare
Choose a tag to compare

Minor Feature Release

This release enforces type checking when writing data to the database. Previously, writing a string to a number type would not be caught.

You may find that application type errors that previously were not detected will now be caught.

Features

  • DynamoDB Set type support. See #67

Fixes

See

v1.5.3

05 Jul 22:32
Compare
Choose a tag to compare

Minor Feature Release

Features

  • Improve TypeScript API signatures
  • Support tunneling between, begins for TypeScript via params
  • Add more working samples for: crud, migrate, overview, packed and typescript
  • Add prototype Table.fetch to retrieve item collections
  • Warn if using transactions and batches combined
  • Deprecate item.next() for pagination. Use item.start instead.

Fixes

  • Fix removing items with unique fields when using a GSI and follow
  • Fix dates inside value templates

See

v1.5.2

02 Jul 09:33
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Improved code coverage in tests (91% of lines)
  • Improve TypeScript API signatures

Fixes

  • Fix creating tables with LSIs and provisioned throughput #59
  • Fix low level API queryItems with GSIs #59

See