Skip to content

Commit d483bc8

Browse files
Merge pull request #1 from contentstack/development
Development
2 parents e0a6158 + 2867643 commit d483bc8

File tree

16 files changed

+251
-88
lines changed

16 files changed

+251
-88
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Package Files #
2+
#*.jar
3+
*.ear
4+
5+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
6+
hs_err_pid*
7+
!/src/main/java/Test.java
8+
9+
# OS generated files #
10+
.DS_Store
11+
.DS_Store?
12+
13+
# Compiled source #
14+
*.iml
15+
/target/
16+
/out/
17+
*.class
18+
out/
19+
build/
20+
.idea/

.idea/libraries/contentstack_java.xml

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

.idea/libraries/test_lib.xml

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

.idea/misc.xml

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

.idea/modules.xml

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

.idea/vcs.xml

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

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Authors
2+
- [Contentstack](https://www.contentstack.com/)

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Changelog
2+
3+
------------------------------------------------
4+
5+
### Date: 20-Feb-2019
6+
#### Maven integration
7+
#### Folder structure modified.
8+
9+
------------------------------------------------
10+
11+
### Date: 15-Dec-2017
12+
#### v1.2.0 New Features:
13+
14+
- Entry- added method ‘addParam’
15+
- Query- added method 'addParam'
16+
- Asset- added method 'addParam'
17+
18+
------------------------------------------------
19+
20+
### Date: 10-Nov-2017
21+
#### v1.1.0 New Features:
22+
- Stack- added method 'ImageTransform'
23+
- Query- added method 'includeContentType'
24+
- QueryResult- added method 'contentType'
25+
26+
------------------------------------------------
27+
28+
#### API deprecation:
29+
- Query
30+
- Deprecated method 'includeSchema'
31+
32+
------------------------------------------------

Contentstack-java.iml

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

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### The MIT License (MIT)
2+
3+
Copyright © 2012-2018 [Contentstack](https://www.contentstack.com/). All Rights Reserved
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)