Skip to content

Releases: calebdw/laravel-sql-entities

v0.4.0

20 Apr 05:00
fde8721
Compare
Choose a tag to compare

What's Changed:

  • feat: add triggers in d278227
  • chore!: remove default value for Function_::$returns in a3fa004
  • feat!: add characteristics to SqlEntity contract in fde8721

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Apr 02:18
778a082
Compare
Choose a tag to compare

What's Changed:

  • chore: consolidate view drop methods in e22aa9b
  • chore!: remove cascade from drop view statement in d6e16a7
  • chore: generalize compiling a list in 297ccb4
  • feat: skip unsupported entities in SqlEntityManager in 85c752b
  • feat: add functions in 778a082

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Apr 13:05
d65b7df
Compare
Choose a tag to compare

What's Changed:

  • feat: create all entities if no pending migrations in d65b7df

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Apr 21:17
2be8ca6
Compare
Choose a tag to compare

What's Changed:

  • chore!: drop support for entity name in 818ac15
  • feat: add topological sorting for entities in b0c7456
  • feat: add withoutEntities() method to temporarily drop entities during a callback in 7ae5c2e
  • feat: use replace/alter/if not exists for creating views in 1d19b19
  • feat: create console commands in 2be8ca6

Full Changelog: v0.1.1...v0.2.0

v0.1.1

15 Apr 05:32
df80573
Compare
Choose a tag to compare

What's Changed:

  • feat: convert singleton manager to lazy ghost in 7426fca
  • feat: add support for MySQL, MariaDB, and SQL Server in 0e8b0c7
  • feat: add more options to views in 4364eed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Apr 02:27
06bb814
Compare
Choose a tag to compare