- Initial version that uses specific JSON conversion library based on the specified formatter class
- Fixed compilation error in tests
- Added gradle
- Upgraded gradle to
4.7
to support Java 10
- Added
git-sync
plugin to sync to a different repository
- CircleCI config to build and test
- Separate configurations to test
gson
,json-simple
andjackson
- Fixed the date format pattern used in tests
- Used
DateTimeFormatter
instead ofFastDateFormat
CustomJsonConverter
for when JSON creation library is present in the classpath- Test summary in CircleCI
- Code coverage using
coveralls
- sonarqube integration
- Improved test coverage
- Added usage details to readme
- Added
LICENSE.txt
- Fixed a few sonar violations
- Changed package names to
io.github.devatherock
- Gradle configuration to upload to
bintray