All notable changes to laravel-haystack
will be documented in this file.
- Fix typo command output on clearing haystacks by @faisuc in #58
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.10.0...v0.10.1
- Feature | Multiple Callbacks & Middleware by @Sammyjo20 in #48
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.9.0...v0.10.0
- Fix | Removed Spatie Laravel Package Tools by @Sammyjo20 in #47
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.5...v0.9.0
- Updated docs
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.4...v0.8.5
- Feature | Configured install command by @Sammyjo20 in #46
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.3...v0.8.4
- Feature | Models on Haystacks by @Sammyjo20 in #45
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.2...v0.8.3
- Feature | Allow Failures Improvements by @Sammyjo20 in #43
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.1...v0.8.2
- Revised documentation
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.8.0...v0.8.1
- New
allowFailures
option added when building Haystacks to continue processing the next job even if jobs fail. @Sammyjo20 in #42
- Switched to a new HaystackOptions class instead of multiple database options for better compatibility with future options.
- Fixed an issue where timestamps weren't being set when haystack bales are added to the queue
- Added a new text "options" column to store the new HaystackOptions class.
- Removed old
return_data
column on thehaystacks
table - Changed
value
column on thehaystack_data
table to a longText to support more data.
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.6...v0.8.0
- Feature | Chunkable Jobs by @Sammyjo20 in #40
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.5...v0.7.6
- Feature | Initial Data by @Sammyjo20 in #38
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.4...v0.7.5
- Use conditional clauses when building haystack by @faisuc in #32
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.3...v0.7.4
- Feature | Added declare strict types by @Sammyjo20 in #31
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.2...v0.7.3
- Add conditional objects when adding job to haystack by @faisuc in #30
- @faisuc made their first contribution in #30
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.1...v0.7.2
- Add
haystacks:clear
andhaystacks:forget
commands by @viicslen in #29
- @viicslen made their first contribution in #29
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.7.0...v0.7.1
- Names and appending multiple jobs by @Sammyjo20 in #26
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.6.0...v0.7.0
- Changed "appendToHaystackNext" to "prependToHaystack" by @Sammyjo20 in #25
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.5.0...v0.6.0
- Append to the next job in the haystack by @Sammyjo20 in #24
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.4.3...v0.5.0
- Cancelling haystacks by @Sammyjo20 in #20
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.4.2...v0.4.3
- Added closure check before running queries by @Sammyjo20 in #19
Full Changelog: https://github.com/Sammyjo20/laravel-haystack/compare/v0.4.1...v0.4.2