Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
- [Stack]: Added support for function getContentType()
- [ContentType]: updated function fetch()
- [Query]: Updated support of whereIn(String KEY, Query queryObject) and whereNotIn(String KEY, Query queryObject) for $in_query and $nin_query in Query Class.
  • Loading branch information
ishaileshmishra committed Nov 15, 2019
1 parent 0af093f commit 7c7664a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## CHANGELOG

### Version: 3.7.0
###### Date: 15-Nov-2019
- [Stack]: Added support for function getContentType()
- [ContentType]: updated function fetch()
- [Query]: Updated support of whereIn(String KEY, Query queryObject)
- [Query]: Updated support of whereNotIn(String KEY, Query queryObject)

------------------------------------------------

### Version: 3.6.1
###### Date: 23-Aug-2019
- [Query] - Added support for whereIn(String key) and whereNotIn(String key) methods in Query
Expand Down

0 comments on commit 7c7664a

Please sign in to comment.