Releases: baopham/laravel-dynamodb
Releases · baopham/laravel-dynamodb
v1.2.0
- Add nested condition support
v1.1.0
- Add OR conditions support
v1.0.0
- Upgrade legacy attributes (#13)
v0.10.0
- Add whereNull/whereNotNull support (#21)
v0.9.0
- Add firstOrFail/findOrFail support (#60)
- Add whereIn support (#39)
v0.8.0
- Add limit support (#73)
- Add .travis.yml
v0.6.2
- Make model serializable (#71)
v0.6.1
- Use DateTime::ATOM instead (#66)
- Allow token for IAM role (#70)
v0.6.0
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.