🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

dynamoose

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamoose - npm Package Versions

2345
13

4.0.4

Diff
fishcharlie
published 4.0.4 •

Changelog

Source

Version 4.0.4

This release contains some minor fixes. It is highly recommended to upgrade to this version as soon as possible as it contains a vulnerability fix for a dependency.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Bump @aws-sdk/client-dynamodb & @aws-sdk/util-dynamodb to v3.782.0
  • Bump js-object-utilities to v2.2.1 (this contains a vulnerability fix)

Documentation

  • Adds example code to README.md & website homepage
  • Adds v3 documentation to website version dropdown

Other

  • Enables npm provenance support to verify package integrity
fishcharlie
published 4.0.3 •

Changelog

Source

Version 4.0.3

This release reverts the previous table.query feature due to bugs with it. It also adds a Spanish version of the Dynamoose website (more languages coming soon).

Please comment or contact me if you have any questions about this release.

General

  • Removed table.query feature due to bugs with it.

Documentation

  • Added Spanish version of the Dynamoose website.
    • Help us translate the website into more languages at Crowdin.
fishcharlie
published 4.0.2 •

Changelog

Source

Version 4.0.2

This release includes performance improvements and improvements to single table design for queries.

Please comment or contact me if you have any questions about this release.

General

  • Major performance improvements
  • Improves query behavior for single table design
  • Table.query function now available

Other

  • Not marking Dynamoose PRs as stale anymore
fishcharlie
published 4.0.1 •

Changelog

Source

Version 4.0.1

This release fixes a bug related to >= 10 conditions when querying or scanning.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fixes issue where >= 10 conditions when querying or scanning would lead to an error

Documentation

  • Adding community page to website
fishcharlie
published 4.0.0 •

Changelog

Source

Version 4.0.0

This release bumps the minimum required version of Node.js to v16.x.x. It also updates the dependencies to the latest versions.

Please comment or contact me if you have any questions about this release.

🚨 Breaking Changes 🚨

  • Dynamoose now requires Node.js v16.x.x or higher

Other

  • Dependency updates
fishcharlie
published 3.3.0 •

Changelog

Source

Version 3.3.0

This release is the final release of the v3.x.x line of Dynamoose. This release includes a few bug fixes.

It is highly recommended to upgrade to v4.x.x as soon as possible. The v4.x.x only has a single breaking change, so the migration process is very easy.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fixing issue where index is deleted when projection is set to list of attributes instead of ALL
  • Fixing issue where Model.transaction would fail when using prefix and/or suffix

Documentation

  • Fixing issue where Features tab wasn't showing on sidebar
fishcharlie
published 3.2.1 •

Changelog

Source

Version 3.2.1

This release includes some minor bug fixes.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fixes inputs types for Mode.update(), allowing $SET, $ADD, $DELETE and $REMOVE
  • Fixes save bug with expires set to object with no ttl

Documentation

  • Grammar fixes
  • Fixing Mastodon verification link
fishcharlie
published 3.2.0 •

Changelog

Source

Version 3.2.0

This release fixes a lot of bugs and adds some nice to have features to make your Dynamoose experience even better.

Please comment or contact me if you have any questions about this release.

General

  • Adds new tableName option to Model initialization settings.
  • Adds new consistent option to batchGet.
  • Improving performance for models and tables with single schema.

Bug Fixes

  • Using all indexes from all schemas in table.
  • Fixed an issue where indexes would get recreated when table throughput is set to ON_DEMAND.
  • Now using correct TypeScript array type for query and scan operations when using toJSON().

Documentation

  • Fixes Configuration documentation for accessKeyId & secretAccessKey in AWS SDK v3.
  • Typo fixes in documentation.
  • Fixed an issue where ESModules import statement documentation for non-TypeScript users was incorrect.
  • Added Dynamoose Mastodon link to website.

Other

  • Now requiring CLA to be signed for all pull request authors.
  • Only including dist folder in npm package.
  • Updating dependencies.
  • Removing support for Dynamoose v2 bug fixes.
  • Added Node.js v19.x to CI test suite.
fishcharlie
published 3.1.0 •

Changelog

Source

Version 3.1.0

This release adds support for ISO-8601 date formats! This was one of the most upvoted feature requests on the GitHub issues page. Really exciting to finally delivery this feature.

Please comment or contact me if you have any questions about this release.

Major New Features

  • ISO-8601 Date Format Option.
  • Support for specifying custom type options for timestamp properties.

Documentation

  • Making Transaction documentation more clear about options you can pass in.
  • Fixing edit links on documentation pages.

Other

  • Adding CLA process to new contributors pull requests.
fishcharlie
published 3.0.3 •

Changelog

Source

Version 3.0.3

This release fixes a few bugs, and adds the foundation for additional language support on our website.

Please comment or contact me if you have any questions about this release.

Bug Fixes

  • Fix TypeScript return types to allow for chainable methods for Query & Scan
  • Add support for null prototype objects on attribute type Object

Documentation

2345
13