Skip to content

data-table v0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:59
· 2 commits to main since this release
1e50c51

Minor Changes

  • Add a rollback command to runRemixDb().

    Reverts applied migrations newest first, bounded by step (default 1) or to (inclusive), with optional dryRun. This is what backs remix db rollback, and it gives hosts embedding the data-table CLI the same command (see #11723).

Patch Changes

  • Allow and() and or() to compose object shorthand filters, matching the documented where: or({ status: 'pending' }, { status: 'processing' }) usage.