Skip to content

Releases: baopham/laravel-dynamodb

v0.6.0

06 Aug 14:03
0.6.0

Choose a tag to compare

Fix composite condition where conditions are not EQ.

Also, minor improvement by using Query instead of Scan if conditions contain the key. Currently, we only use Query if the conditions contain indexes.

v0.5.1

07 Jul 13:24
0.5.1

Choose a tag to compare

Fixes #64

v0.5.0

23 Jun 16:04
0.5.0

Choose a tag to compare

Support timestamps

v0.4.2

22 Jun 15:49
0.4.2

Choose a tag to compare

Add model events and set exists, wasRecentlyCreated properties

See #50, #53

v0.4.1

16 Jun 14:02
0.4.1

Choose a tag to compare

Support Auto-Discovery

v0.4.0

26 Dec 05:36

Choose a tag to compare

Support composite indexes

Breaking changes to the property $dynamoDbIndexKeys

v0.3.2

24 Nov 14:30

Choose a tag to compare

Fix a bug when conditions contain index key

v0.3.1

28 Sep 15:54

Choose a tag to compare

Drop random_compat dependency

v0.3.0

25 May 17:18

Choose a tag to compare

Add chunk support and add more condition operators

More operators for conditions: begins_with, between, not_contains, contains

0.2.3

06 May 04:22

Choose a tag to compare

Use query builder approach