Skip to content

Releases: DivineOmega/uxdm

v3.3.1

25 Jun 10:38
Compare
Choose a tag to compare
  • Modify sanity checks to better handle common scenarios related to inner joins.

v3.3.0

21 Jun 13:51
Compare
Choose a tag to compare
  • Add new MSSQL source to allow sourcing of data from Microsoft SQL databases.

v3.2.0

10 May 10:59
972c873
Compare
Choose a tag to compare
  • Let CSV source parsing parameters be customised.
  • Make PDO source setters fluent.

v3.1.0

30 Apr 08:42
83a0e14
Compare
Choose a tag to compare
  • Make source and destination properties protected, allowing for easier extension of existing sources and destinations.

v3.0.0

23 Apr 15:47
fbf0279
Compare
Choose a tag to compare
  • Support for old versions of PHP has been dropped (PHP >= 7.1 is required)
  • Added Source field validation via Omega Validator
  • Moved Eloquent source/destination to separate package (repo)
  • Moved Doctrine destination to separate package (repo)
  • Moved PDF destination to separate package (repo)
  • Method argument and return types in the source and destination interfaces are now strictly enforced

v2.7.1

27 Mar 17:10
Compare
Choose a tag to compare
  • Fix to Eloquent Destination to ensure casting functions work as expected when rows are updated.

v2.7.0

08 Mar 08:51
92ef459
Compare
Choose a tag to compare
  • PDO Destination now uses database transactions by default for faster performance.

v2.6.1

03 Dec 10:00
2ca734e
Compare
Choose a tag to compare
  • Eloquent Source - Fix loading of relationships via query callback and change manner in which fields are retrieved

v2.6.0

19 Oct 22:30
Compare
Choose a tag to compare
  • Added PDF destination for migrating data to a PDF tabular report.
  • Made compatible with Laravel 5.7.

This release also includes:

  • Improvements to unit tests.
  • Increased test coverage.

v2.5.1

01 Jul 00:07
16d53d9
Compare
Choose a tag to compare
  • Fixes to HTML and XML destinations when migrating multiple pages of data.