Skip to content

Commit

Permalink
New Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandanielvillegasrojas committed Aug 30, 2016
1 parent cd5ef71 commit fa40851
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
48 changes: 34 additions & 14 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# v1.3.0
- New Release v1.3.0
- change name getPropertyFromObject to getPropertiesFromObject
- Added slf4j-log4j support

# v1.2.0
- New Release v1.2.0
- Us-88: Convert "getComparator" method in public in Utils class
- BG-19: In persistence class, the tables of "from" should be ordered by prioridad

# V1.1.0
- New Release v1.1.0
- US-31: Clevcore-Engine migration to GitHub
- Initial commit
# v1.4.0
- New Release v1.4.0
- Add removeAccentedCharacters method
- Add stripAccents method
- Add space as traditional character
- Add method prepareToSearch and removeSpecialCharacters
- Move Exception Utils to Backend project
- Move ClevcoreException to Backend project
- Add "removeWhitespace" method
- Add method to round doubles with N decimals
- Update maven version
- Remove warning in getPdf
- Add method fileToString
- Formatter
- Add isInteger method for validation if is integer
- Remove import disuse in clevcore-java
- Check object is null before calling method on getValueFromProperty
- Fix Utils and ClevcoreException
- Cleanup using SonarQube

# v1.3.0
- New Release v1.3.0
- change name getPropertyFromObject to getPropertiesFromObject
- Added slf4j-log4j support

# v1.2.0
- New Release v1.2.0
- Us-88: Convert "getComparator" method in public in Utils class
- BG-19: In persistence class, the tables of "from" should be ordered by prioridad

# V1.1.0
- New Release v1.1.0
- US-31: Clevcore-Engine migration to GitHub
- Initial commit
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ar.com.clevcore</groupId>
<artifactId>clevcore-java</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>jar</packaging>
<name>Clevcore Java</name>

Expand Down

0 comments on commit fa40851

Please sign in to comment.