Skip to content

Releases: BerliozFramework/Helpers

v1.9.0

26 Oct 13:29
Compare
Choose a tag to compare

Added

  • New method ArrayHelper::simpleArray() to simplify a multidimensional array

v1.8.0

18 Mar 13:20
Compare
Choose a tag to compare

Added

  • New method FileHelper::ftruncate() to truncate a part of file and shift rest of data.

v1.7.0

17 Mar 10:55
Compare
Choose a tag to compare

Added

  • New method FileHelper::fwritei() to write with insertion of content instead of replacement

v1.6.5

07 Mar 15:41
Compare
Choose a tag to compare

Fixed

  • StringHelper::parseStr() missing decode value in case of variable starts with brackets

v1.6.4

07 Mar 15:23
Compare
Choose a tag to compare

Fixed

  • StringHelper::parseStr() with variable names starts with brackets

v1.6.3

04 Mar 14:31
Compare
Choose a tag to compare

Fixed

  • FileHelper::resolveAbsolutePath() confuse directory of 2 characters with '..'

v1.6.2

04 Feb 14:55
Compare
Choose a tag to compare

Fixed

  • FileHelper::resolveAbsolutePath() with empty destination path

v1.6.1

18 Jan 12:08
Compare
Choose a tag to compare

Fixed

  • StringHelper::parseStr() with encoded brackets

v1.6.0

10 Jan 11:25
Compare
Choose a tag to compare

Added

  • New method ArrayHelper::column() to do similar job than array_column() native function but accepts \Closure in
    arguments to found keys

Changed

  • Method ArrayHelper::isSequential() becomes deprecated (b_array_is_sequential() function),
    use ArrayHelper::isList() instead (b_array_is_list() function)

v1.5.1

23 Dec 00:03
Compare
Choose a tag to compare

Fixed

  • Resolution of directory paths