Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 877 Bytes

File metadata and controls

30 lines (20 loc) · 877 Bytes

LiteMigrator Change Log

v1.0.0

  • Updated namespace to, Lite.Migrator (from, LiteMigrator)

v0.9.0

Breaking Changes:

  • [NEW] Renamed class LiteMigration to Migrator
  • [FIX] MigratorFixture uses BaseAssembly object is used instead of BaseAssemblyFile (string)
    • This fixes loading migrations on Android
    • Fixes choosing alternate DLL containing migration scripts during AOT.
  • [NEW] Calling Assembly is used by default if not provided in the constructor.
  • [Update] MigrationFactory stores the supplied assembly

v0.8.0

Constructor and namespace cleanup.

  • [Update] Cleaned up constructors.
    • All in order now, removed unused parameters.
    • Flip-flopped 'BaseNamespace' and 'Assembly' order
    • Removed unused constructors
  • [Removed] Dropped DatabaseType from constructor

v0.6.x

Various updates to support .NET MAUI from Xamarin.Forms