Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 33 additions & 12 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,65 @@

# Changelog

A brief description of what changes project contains

## Aug 8, 2023
#### v1.2.3
- Attribute support added

#### v1.2.4

- Style Attribute support added
- Issue fixes for missing center alignment
- \n support added using br tag to support new lines

## Aug 8, 2023

#### v1.2.3

- Attribute support added

## Jun 7un 26, 2023
#### v1.2.2

#### v1.2.2

- Added Support For Nested Assets
- General Code Improvement

## Jun 26, 2023
#### v1.2.1

#### v1.2.1

- New Line Issues while rendering Json object To HTML

## Updated Jsoup vulnerable dependency
#### v1.2.0

#### v1.2.0

- Updated Jsoup vulnerable dependency
- jsonToHTML function support added


## Fixed compile Issue
#### v1.1.2

#### v1.1.2

- Fixed compile Issue

## Transitive dependencies updated
#### v1.1.1
- Updated transitive dependencies to pom.xml

#### v1.1.1

- Updated transitive dependencies to pom.xml

## JSON RTE Feature Support
#### v1.1.0

#### v1.1.0

- JSON RTE Feature Support

## Introducing Release Of Java Utils SDK
#### v1.0.0

#### v1.0.0

- Initial release for Utils SDK

## Support

- For support, email fake@fake.com or join our Slack channel.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.contentstack.sdk</groupId>
<artifactId>utils</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
<packaging>jar</packaging>
<name>Contentstack-utils</name>
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>
Expand Down