Skip to content

Releases: tithely/exo

v3.0.0

30 Nov 18:19
e044faf
Compare
Choose a tag to compare

What's Changed

  • [ENHANCEMENT] PostgreSQL Support by @beaudurrant in #24
  • Updates function migration syntax (e.g. Migration->addParameter() to Migration->withParameter()
    • This is a breaking change, requiring a major version increment

Full Changelog: 2.2.0...3.0.0

2.2.0

20 Oct 01:31
cfa7367
Compare
Choose a tag to compare

Enhancements:

  • Introduced support for PHP 8.0

2.1.0

13 Oct 21:41
21aa971
Compare
Choose a tag to compare

Enhancements:

  • Added support for stored procedure migrations

2.0.0

12 Feb 01:35
bcd6cf0
Compare
Choose a tag to compare

Enhancements:

  • Updated minimum PHP version to 7.4
  • Refactored operation types to inherit from OperationInterface and optionally ReducibleOperationInterface and ReversibleOperationInterface
  • Added ExecMigration for running arbitrary SQL queries

1.2.1

18 Jan 03:27
74608e7
Compare
Choose a tag to compare

Enhancements:

  • Correctly handle indexes in reduced table operations (by removing non-existent columns or entire indexes when no columns exist)

1.2.0

01 Dec 23:28
f535ab5
Compare
Choose a tag to compare

Enhancements:

  • Added support for context to be passed into migration files in Finder constructor

1.1.0

30 Jul 21:57
e02b21a
Compare
Choose a tag to compare

Enhancements:

  • Support for READS SQL DATA in MySQL functions

1.0.3

28 Jul 21:23
ba69791
Compare
Choose a tag to compare

Bug fixes:

  • Corrected position of MySQL AFTER keyword in migration queries

1.0.2

27 Jul 22:12
2e38b27
Compare
Choose a tag to compare

Bug fixes:

  • Corrected MySQL syntax for unique indexes

1.0.1

16 Jul 22:38
46ccb0b
Compare
Choose a tag to compare

Bug fixes:

  • Fixed order of DEFAULT and AFTER keywords in MySQL queries when both present