Skip to content

Releases: crystlbrd/Values

v0.1.2: Adding ArrVal:arrayInArray()

27 Aug 09:23
26187e8
Compare
Choose a tag to compare

Implementing ArrVal::arrayInArray(array $needle, array $haystack):

Checks, if any value of $needle is in $haystack.

v0.1.1 - adding StrVal::sanitizeUrl()

08 Jul 09:38
9aed668
Compare
Choose a tag to compare

v0.1.0 - Array Values

28 Feb 18:07
800afe1
Compare
Choose a tag to compare

Features

  • Renamed Classes to shorter versions, so there are more convenient to use
  • Added ArrayValue
    • ::merge() // A mixture of array_merge() and array_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)

v0.0.1 - Basic Structur

13 Feb 16:15
565ccec
Compare
Choose a tag to compare

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