Skip to content

Commit 29cdd37

Browse files
[Query] --> whereIn(String key, Query queryObject),
whereNotIn(String key, Query queryObject) [Stack] -- update function getContentType(JsonObject params, callback) [ContentType] -- Update function fetch(JsonObject params, callback)
1 parent fba571a commit 29cdd37

File tree

8 files changed

+7
-92
lines changed

8 files changed

+7
-92
lines changed

.classpath

Lines changed: 0 additions & 44 deletions
This file was deleted.

.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

.settings/org.eclipse.jdt.apt.core.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.settings/org.eclipse.m2e.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
------------------------------------------------
55

66
## Version 1.5.0
7-
###### Date: 13-Sept-2019
8-
- [Stack] - Added support for getContentTypes in Stack with Query parameters.
9-
- [ContentType] - Added support for getContentType in ContentType with Query parameters.
10-
7+
###### Date: 15-Nov-2019
8+
- [Stack]: Added support for function getContentType()
9+
- [ContentType]: updated function fetch()
10+
- [Query]: Updated support of whereIn(String KEY, Query queryObject)
11+
- [Query]: Updated support of whereNotIn(String KEY, Query queryObject)
1112

1213
------------------------------------------------
1314

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.5.0</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/contentstack/contentstack-java/tree/master</url>
4444
<connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
4545
<developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
46-
<tag>v1.4.2</tag>
46+
<tag>v1.5.0</tag>
4747
</scm>
4848

4949
<issueManagement>

0 commit comments

Comments
 (0)