Skip to content

Added & Deprecate Extensions

Compare
Choose a tag to compare
@thesarangal thesarangal released this 02 Apr 07:13
· 2 commits to master since this release

Added

  • ContextExtension:
    toast with String Resource

  • DateFormatExtension
    New DateTime Formats

  • SafetyExtension:
    isNotNullAndBlank()
    ifAnyNullExists()

Deprecated

  • SafetyExtensions:
    isNotEmptyTrim(): Use isNotBlank()
    isNotNullAndEmptyTrim(): Use isNotNullAndBlank()