Releases: glhd/conveyor-belt
Releases · glhd/conveyor-belt
2.2.0
2.1.0
Adds Laravel 11 support and tests.
Full Changelog: 2.0.0...2.1.0
2.0.0
Added
- Added support for
filterRow()
andrejectRow()
methods
Changed
- Requires PHP 8.0 or higher
- Moved from
box\sprout
toopensprout\opensprout
and upgraded to version 4
Full Changelog: 1.0.0...2.0.0
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
This release is a major refactor to allow for using Conveyor Belt with data sources other than the database. The API has changed quite a bit to support this. If you're just using the traits as-is with no configuration, your commands will likely continue to work, but if you're customizing the behavior at all you may need to update your code to match.
Added
- Added support for JSON files
- Added support for CSV files
- Added support for Excel spreadsheets
Changed
- All configuration has been moved to command properties rather than functions (see README.md for more info)
- Refactored most of the internals to support many more source types
- Exceptions will always be shown even when
$collect_exceptions
is enabled. If$collect_exceptions
is enabled, Conveyor Belt will also show the exceptions at the end of execution