Skip to content

Releases: elegantdevelopment/aws-cdk-dynamodb-seeder

v1.27.0 now supporting aws-cdk 1.27.0

05 Mar 16:03
cf9c4c1
Compare
Choose a tag to compare
supporting cdk 1.27.0 (#16)

v1.26.1 [BREAKING CHANGE] removed Seeder.props.tableName

28 Feb 07:41
f597475
Compare
Choose a tag to compare
  • removed Seeder.props.tableName
  • table name now retrieved from Seeder.props.table (working as of [email protected])

v1.26.0 aligning version with AWS CDK

27 Feb 14:15
199cf76
Compare
Choose a tag to compare

See issue #12

From now on, the supported aws-cdk will be reflected by aws-cdk-dynamodb-seeder's version numbering (unless explicitly called out in the release notes).

v1.3.4

27 Feb 11:10
Compare
Choose a tag to compare

fixed publishing to maven central 🙌(see #11)

v1.3.3 fixed `Item` type

26 Feb 15:08
Compare
Choose a tag to compare
export interface Item {
  [key: string]: any;  // changed from object to any
}

v1.3.2

26 Feb 12:58
Compare
Choose a tag to compare

using cdk v1.26.0

v1.3.1

26 Feb 11:30
48f0526
Compare
Choose a tag to compare

using jsii-superchain to release packages

v1.3.0 JSII

26 Feb 08:20
Compare
Choose a tag to compare
split jsii workflow steps

v1.2.0

22 Feb 08:49
7b46cd9
Compare
Choose a tag to compare

Fixed issue #3

v1.1.0 (BREAKING CHANGE!)

21 Feb 11:28
4fe87eb
Compare
Choose a tag to compare

Sorry to have a breaking change so early on... facepalm

We've replaced the json prop with setup, but also an optional teardown so it's not all doom and gloom!

Enjoy!