Skip to content

Releases: ringlesoft/db-archive

0.0.3

Choose a tag to compare

@ringunger ringunger released this 20 Jul 12:53

Added

  • Support for Laravel 13
  • Clearer archive summaries so applications can track how many records were processed and moved.
  • Optional soft-delete support for teams that need to retain source records after archiving.
  • A preview mode for setup, allowing teams to review planned database changes before applying them.

Changed

  • Archived model queries now work correctly when archive table names use a prefix.
  • Replacing an existing archive table now asks for confirmation during interactive setup to help prevent accidental data removal.

Fixed

  • Archive activity is now recorded at the intended log level, making operational logs easier to review.

0.0.2

Choose a tag to compare

@ringunger ringunger released this 22 Mar 13:40
  • Improvements and bug fixes

0.0.1

Choose a tag to compare

@ringunger ringunger released this 09 Mar 09:51
ea296b4

Initial Release