Skip to content

Latest commit

 

History

History
70 lines (33 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

70 lines (33 loc) · 3.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2022-01-31)

⚠ BREAKING CHANGES

  • added emptyOnly option (#75)

Features

0.3.2 (2022-01-12)

Bug Fixes

  • cognito: fixed seed for accounts with lot of user pools (#73) (1f20c6f)
  • dynamodb: use all primary keys (#74) (aa6df2e)

0.3.1 (2022-01-11)

Bug Fixes

  • cognito: fixed user pool id search for 60+ pools count (2458321)

0.3.0 (2022-01-11)

⚠ BREAKING CHANGES

  • node 14
  • use standard-version as release standard

Features

  • cognito: support for groups (8bbfa66)
  • dynamodb: support for table cloning and Jest upgrade (e1710ee)

Bug Fixes

  • dynamodb: fixed missing required region for default config (e95098a)

  • node 14 (e0d08cb)

  • use standard-version as release standard (fe23c2f)

0.1.0 (2021-06-24)

⚠ BREAKING CHANGES

  • dynamodb: use logical id as identifier instead of table name

Features

  • added s3 and cognito support (6dab244)

Bug Fixes

  • code review (e38b0f7)

  • dynamodb: use logical id as identifier instead of table name (655b5fe)