Skip to content

Releases: tithely/exo

4.0.0

04 Nov 20:58
91a31c6

Choose a tag to compare

What's Changed

  • [BREAKING] Add PHP 8.1+ support (drops PHP 7.4) by @bensinclair in #27
  • [Enhance] Add support for renaming columns via the change clause. by @ryanrigby17 in #22
  • [HOTFIX] - Fix application of column operations within TableOperation by @joshmcrae in #28

New Contributors

Full Changelog: 3.0.0...4.0.0

4.0.0-beta

30 Oct 04:01
94c5049

Choose a tag to compare

4.0.0-beta Pre-release
Pre-release

What's Changed

  • [BREAKING] Add PHP 8.1+ support (drops PHP 7.4) by @bensinclair in #27
  • [Enhance] Add support for renaming columns via the change clause. by @ryanrigby17 in #22

New Contributors

Full Changelog: 3.0.0...4.0.0-beta

v3.0.0

30 Nov 18:19
e044faf

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

Choose a tag to compare

Enhancements:

  • Introduced support for PHP 8.0

2.1.0

13 Oct 21:41
21aa971

Choose a tag to compare

Enhancements:

  • Added support for stored procedure migrations

2.0.0

12 Feb 01:35
bcd6cf0

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

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

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

Choose a tag to compare

Enhancements:

  • Support for READS SQL DATA in MySQL functions

1.0.3

28 Jul 21:23
ba69791

Choose a tag to compare

Bug fixes:

  • Corrected position of MySQL AFTER keyword in migration queries