Skip to content

Releases: sauls/helpers

PHP8 Support

03 Dec 21:34
Compare
Choose a tag to compare
  • fix: PHP* Deprecation notices for countdown and explode_with_multiple_delimiters functions
  • feat: Added nesbot/carbon library to deal with dates in elapsed_time, as now tests can be done the right way also
  • feat: PHP support increased to >=7.4

Symfony 5.x support

25 Nov 13:38
b5a44a4
Compare
Choose a tag to compare
Merge pull request #10 from sauls/new_version_support

feat: symfony 5.x support

added missing dependency

24 Oct 12:46
678b0e6
Compare
Choose a tag to compare

feat: added missing symfony/yaml dependency
chore: updated phpunit to version 8

added string_contains_function

13 Sep 10:04
de7dd25
Compare
Choose a tag to compare
v1.2.7

added string_contains function

new class_ucnp and object_ucnp

02 Jul 11:36
fee2568
Compare
Choose a tag to compare
v1.2.6

new class_ucnp and object_ucnp functions

Added class_fqcn and object_fqcn

02 Jul 10:35
Compare
Choose a tag to compare
v1.2.5

Added class_fqcn and object_fqcn functions

string_in function

01 May 16:59
1aebda1
Compare
Choose a tag to compare
  • Added string_in function
  • Fix: failing datetime tests

Additional functions

05 Mar 20:31
38b7377
Compare
Choose a tag to compare
  • truncate - truncates to given string length
  • truncate_words - truncates to given words count
  • truncate_sentences - truncated to given sentence count
  • truncate_html - truncates to given length preserving the html
  • truncate_html_words - truncates to given word count preserving the html
  • truncate_html_sentences - truncate to given sentence count preserving the html
  • count_words - counts words in a string
  • count_sentences - counts sentences in a string

v1.2.2

22 Feb 06:55
227d1b1
Compare
Choose a tag to compare

Added: new array_key_childs_exist function
FIx: php 7.2 typhints in tests

v1.2.1

21 Feb 09:11
df6bb28
Compare
Choose a tag to compare
v1.2.1 release