versionable

Laravel Model versioning made easy

MIT License

Downloads
632.2K
Stars
757
Committers
27
versionable - 4.4.4 Latest Release

Published by nonoesp 6 months ago

  • Updated the package description to mention Laravel 11 support #106 @CoolGoose
versionable - 4.4.3

Published by nonoesp 8 months ago

  • #105 Fix @Roxayl
versionable - 4.4.2

Published by nonoesp 8 months ago

  • #104 Fix model with no updated_at or deleted_at columns @Roxayl
versionable - 4.4.1

Published by nonoesp 8 months ago

versionable - 4.4.0

Published by nonoesp over 1 year ago

  • Adds Model::initializeVersions() - a static method to create an initial version for all models without versions #100 by @iateadonut
  • Adds $model->createInitialVersion() - a method to create the initial version of a model instance when it doesn't have versions #100 by @iateadonut
versionable - 4.3.3

Published by nonoesp over 1 year ago

  • Added Laravel 10.x support #98 by @adamjgriffith.
versionable - 4.3.2

Published by nonoesp over 2 years ago

versionable - 4.3.1

Published by nonoesp almost 3 years ago

  • Get actual class name from morph map #84 by @warren32
versionable - 4.3.0

Published by nonoesp over 3 years ago

  • #80 Allow versioning of hidden fields in model_data by @pheeque
versionable - 4.2.0

Published by nonoesp over 3 years ago

  • #79 Added morph mapping to version model by @warren32
  • #78 Fixed latest versions list by @benms
versionable - 4.1.0

Published by nonoesp almost 4 years ago

  • Added support to publish and customize migrations · by @nonoesp
versionable - 4.0.2

Published by nonoesp almost 4 years ago

  • Updated migration model_data type from binary to longText to enable holding large objects · by @MarcelWeidum
versionable - 4.0.1

Published by nonoesp almost 4 years ago

  • Fixed version count when all versions are meant to be kept · by @fedeisas
versionable - 4.0.0

Published by nonoesp about 4 years ago

  • Added support for Laravel 8 by @NeroAzure
versionable - 3.3.3

Published by nonoesp about 4 years ago

  • #46 · Fixed double encoding in JSON column
versionable - 3.3.2

Published by nonoesp over 4 years ago

Fixed

  • #64 · getModel() can only be called once (with #65 by @merlinblack).
versionable - 3.3.1

Published by nonoesp over 4 years ago

  • Reverted loadMigrationsFrom to avoid automatically creating migrations on php artisan migrate.
versionable - 3.3.0

Published by nonoesp over 4 years ago

  • Added Laravel 7 support.
  • Exposed migrations with loadMigrationsFrom to run on php artisan migration.
versionable - 3.2.0

Published by mpociot about 5 years ago

  • Added Laravel 6 support
versionable - 3.1.1

Published by mpociot about 6 years ago

Fix migration publishing issue