Releases: DivineOmega/uxdm
Releases · DivineOmega/uxdm
v3.3.1
- Modify sanity checks to better handle common scenarios related to inner joins.
v3.3.0
- Add new MSSQL source to allow sourcing of data from Microsoft SQL databases.
v3.2.0
- Let CSV source parsing parameters be customised.
- Make PDO source setters fluent.
v3.1.0
- Make source and destination properties protected, allowing for easier extension of existing sources and destinations.
v3.0.0
- 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
- Fix to Eloquent Destination to ensure casting functions work as expected when rows are updated.
v2.7.0
- PDO Destination now uses database transactions by default for faster performance.
v2.6.1
- Eloquent Source - Fix loading of relationships via query callback and change manner in which fields are retrieved
v2.6.0
- 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
- Fixes to HTML and XML destinations when migrating multiple pages of data.