Skip to content

v1.1.0

Choose a tag to compare

@mobsense mobsense released this 30 Sep 20:04
· 36 commits to main since this release

Major Feature Release

Features

  • Persist current Schema to the table.
  • Add getOutstandingMigrations() API
  • Enforce migrations to have a schema and version properties.
  • Read schema to get Table params to support multi-table migrations.
  • Remove creating Migration model as now created by OneTable directly.

Schema Persistence

  • The Schema will be saved as a single item using the _Schema model using the _schema: primary hash key value.

Fixes

  • none

See