Skip to content

Releases: glhd/conveyor-belt

2.2.0

16 Jul 19:27
Compare
Choose a tag to compare

Laravel 12 support + drop laravel dumper dependency.

Full Changelog: 2.1.0...2.2.0

2.1.0

12 Mar 20:02
Compare
Choose a tag to compare

Adds Laravel 11 support and tests.

Full Changelog: 2.0.0...2.1.0

2.0.0

03 Jul 15:59
Compare
Choose a tag to compare

Added

  • Added support for filterRow() and rejectRow() methods

Changed

  • Requires PHP 8.0 or higher
  • Moved from box\sprout to opensprout\opensprout and upgraded to version 4

Full Changelog: 1.0.0...2.0.0

1.0.0

17 Feb 21:24
Compare
Choose a tag to compare

Added Laravel 10 support

0.3.3

31 Jan 20:48
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

Fixed

  • Fixed issue where query builder was getting re-used during tests
  • Improved docblock comments for IDE users

0.3.2

11 Nov 14:55
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Fixed

  • Fixed signature compatibility issue introduced in Laravel 9.36.0

0.3.1

18 Feb 21:02
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixed

  • Fixed an issue where the progress bar would reappear after new output

0.3.0

16 Feb 17:45
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added

  • Added better support for JSON APIs
  • Added support for any Enumerable object (like Collection or LazyCollection)

0.2.0

16 Feb 14:14
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

0.1.0

31 Jan 19:56
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Added config
  • Added translations
  • Added a --pause-on-error option