Skip to content

Releases: jitterbit/npdynamodb

0.3.5

02 Jan 20:59
2843e3c
Compare
Choose a tag to compare

Features

  • Add support for migration files with .cjs extension.

0.3.4

24 Dec 00:25
de54c99
Compare
Choose a tag to compare

Features

  • Add support for specifying the npdfile location with --npdfile

0.3.3

24 Dec 00:20
6473f8d
Compare
Choose a tag to compare

Features

  • Add support for specifying the npdfile location with --npdfile

0.3.2

23 Aug 18:52
2138fc8
Compare
Choose a tag to compare

Fixes

  • Properly set the Projection attribute when using type INCLUDE (75f1169)

0.3.1

20 Mar 23:45
a90d8c8
Compare
Choose a tag to compare

Other

Dependencies

  • Upgrade lodash to version 4. (#5)

Docs

  • Add an explanation of the goal of this fork to the README.

0.3.0

17 Jan 01:23
ce168f5
Compare
Choose a tag to compare

Features

Migrations

  • Add ability to enable and disable TTL on a table. (#1)

Fixes

Migrations

  • Migrations still work even if the history table is "below the fold" of the list of tables (#3, #4)

Other

Building

  • Migrate from Travis to GitHub Actions (#2)