Skip to content

Releases: padosoft/support

1.4.0

27 Aug 18:43
Compare
Choose a tag to compare

1.4.0 - 2016-08-27

  • ADD new functions: constants, objectToArray, getFaviconUrl, str_limit now have an option to preserve words, number to word and time to word functions, isMail now ha an option to check MX record is valid, .
  • ADD many unit test.
  • CHANGE small refactoring.
  • CHANGE readme: add a full list of functions and constants.
  • FIX rgb2hex.

1.3.1

25 Aug 16:44
Compare
Choose a tag to compare

1.3.1 - 2016-08-25

  • CHANGE add if(!function_exists()) for some existing laravel functions and others to skip conflict.

1.3.0

25 Aug 16:47
Compare
Choose a tag to compare

1.3.0 - 2016-08-24

  • ADD PHP 7.1 support.
  • ADD sanitize helpers.
  • ADD new validation helpers.
  • ADD new helpers.
  • CHANGE small changes and refactor.