Releases: BerliozFramework/Helpers
Releases · BerliozFramework/Helpers
v1.9.0
Added
- New method
ArrayHelper::simpleArray()
to simplify a multidimensional array
v1.8.0
Added
- New method
FileHelper::ftruncate()
to truncate a part of file and shift rest of data.
v1.7.0
Added
- New method
FileHelper::fwritei()
to write with insertion of content instead of replacement
v1.6.5
Fixed
StringHelper::parseStr()
missing decode value in case of variable starts with brackets
v1.6.4
Fixed
StringHelper::parseStr()
with variable names starts with brackets
v1.6.3
Fixed
FileHelper::resolveAbsolutePath()
confuse directory of 2 characters with '..'
v1.6.2
Fixed
FileHelper::resolveAbsolutePath()
with empty destination path
v1.6.1
Fixed
StringHelper::parseStr()
with encoded brackets
v1.6.0
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
Fixed
- Resolution of directory paths