Skip to content

Releases: kamal-commits/common-utils

Common-Utils_Initial release_1.0.0

13 Nov 14:44
Compare
Choose a tag to compare

This initial release introduces the HelperService, a versatile utility service designed to simplify common tasks in Java applications. The service includes functions for converting data types, formatting dates, checking data types, and more. Leveraging popular libraries such as Spring, Jackson, and Log4j2, HelperService aims to enhance the efficiency of your Java projects.

Key Features:

  • Conversion methods for handling strings, integers, and dates.
  • Date formatting from "dd/MM/yyyy" to "yyyy-MM-dd".
  • Utilities for checking data types such as strings, numeric values, and dates.
  • JSON parsing capabilities with the ability to convert objects to HashMaps.
  • Logging integration using Log4j2.

Explore the Methods section in the Readme.md for a detailed overview of available functionalities and examples of usage.

We encourage contributions, feedback, and suggestions from the community to enhance the capabilities of HelperService. Feel free to open issues, propose improvements, or submit pull requests to make this utility even more powerful and user-friendly.

Thank you for choosing HelperService for your Java development needs!

What's Changed

New Contributors

Full Changelog: https://github.com/kamal-commits/common-utils/commits/helper_service