Releases: crystlbrd/Values
Releases · crystlbrd/Values
v0.1.2: Adding ArrVal:arrayInArray()
v0.1.1 - adding StrVal::sanitizeUrl()
v0.1.0 - Array Values
Features
- Renamed Classes to shorter versions, so there are more convenient to use
- Added ArrayValue
- ::merge() // A mixture of
array_merge()
andarray_merge_recursive()
- ::isNumeric() // Checks, if an array is numeric (has only integers as keys)
- ::isList() // Checks, if an numeric array is list styled (keys start at 0 and count up)
- ::merge() // A mixture of
v0.0.1 - Basic Structur
v0.0.1
Features
- Generatoin of random String values
- Generation of random Number values
Structure
- Defined a project structure
- Configured Composer
- Configured Testing
- Configured GitHub Actions