Skip to content

Releases: baopham/laravel-dynamodb

v1.2.0

14 Aug 15:34
1.2.0
Compare
Choose a tag to compare
  • Add nested condition support

v1.1.0

14 Aug 13:22
1.1.0
Compare
Choose a tag to compare
  • Add OR conditions support

v1.0.0

13 Aug 12:23
1.0.0
Compare
Choose a tag to compare
  • Upgrade legacy attributes (#13)

v0.10.0

13 Aug 06:01
0.10.0
Compare
Choose a tag to compare
  • Add whereNull/whereNotNull support (#21)

v0.9.0

12 Aug 17:18
0.9.0
Compare
Choose a tag to compare
  • Add firstOrFail/findOrFail support (#60)
  • Add whereIn support (#39)

v0.8.0

12 Aug 14:13
0.8.0
Compare
Choose a tag to compare
  • Add limit support (#73)
  • Add .travis.yml

v0.7.0

12 Aug 09:20
0.7.0
Compare
Choose a tag to compare
  • Add debug support (#72)

v0.6.2

12 Aug 08:59
0.6.2
Compare
Choose a tag to compare
  • Make model serializable (#71)

v0.6.1

12 Aug 07:44
0.6.1
Compare
Choose a tag to compare
  • Use DateTime::ATOM instead (#66)
  • Allow token for IAM role (#70)

v0.6.0

06 Aug 14:03
0.6.0
Compare
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.