- bugfix: fatal error has been raised when unknown condition operator used eg.:
assure($value, 'integer >> 10') - changed: licence type change to MIT
- changed: commaSeparatedIntegers and commaSeparatedStrings will now accept additional formats, value can be prefixed or suffixed with comman
,eg:',1,2,3''1,2,3,' - changed:
sortedArrayassure instead of throwing exception when array is not sorted will sort it - change: commaSeparatedIntegers and commaSeparatedStrings will now accept additional formats, value can be prefixed or suffixed with comman
,eg:',1,2,3''1,2,3,' - removed unclear and redutant
positiveassure that could be replaced withinteger > 0orfloat > 0 - removed not precise
sortDirectionassure
- bugfix:
arrayOfStringsassure doesn't allow null value right now
- bugfix:
arrayOfIntegersassure doesn't allow null value right now