Skip to content

Releases: mavinoo/laravelBatch

Laravel Batch v2.2.8

21 Jun 11:31
46300f0

Choose a tag to compare

Insert and update batch (bulk) in laravel

postgreSQL: add, Check Json types
postgreSQL: fixed json data single quotes

Laravel Batch v2.2.7

24 Apr 06:23
8fb12e1

Choose a tag to compare

Insert and update batch (bulk) in laravel

Use Carbon:now() instead of the now() helper

Laravel Batch v2.2.6

07 Apr 06:09
b7c9a35

Choose a tag to compare

Insert and update batch (bulk) in laravel

Add support pgsql for updateWithTwoIndex

Laravel Batch v2.2.5

05 Mar 17:44
4b54316

Choose a tag to compare

Insert and update batch (bulk) in laravel

Fixed increment/decrement functionality

Laravel Batch v2.2.4

25 Feb 16:37
7eb48e6

Choose a tag to compare

Insert and update batch (bulk) in laravel

Added increment/decrement functionality

Laravel Batch v2.2.3

30 Dec 06:59

Choose a tag to compare

Insert and update batch (bulk) in laravel

Fixed Bug

Laravel Batch v2.2.2

15 Sep 13:57
c6949ca

Choose a tag to compare

Insert and update batch (bulk) in laravel

Fixed Bug

Laravel Batch v2.2.1

15 Sep 05:36
0b6302a

Choose a tag to compare

Insert and update batch (bulk) in laravel

add method updateWithTwoIndex

Laravel Batch v2.2.0

13 Sep 05:04
64771c1

Choose a tag to compare

Insert and update batch (bulk) in laravel

Added support for pgsql batch update
maintain the created_at and updated_at columns automatically

Laravel Batch v2.1.9

20 May 09:53
05f9ac1

Choose a tag to compare

Merge pull request #37 from Gavrisimo/patch-1

fix namespace issue for BatchServiceProvider