Skip to content

1.0.0

Compare
Choose a tag to compare
@index0h index0h released this 09 Jan 05:15
· 2 commits to master since this release

Breaking changes

  • assert function now returns static object
  • removed $exceptionClass argument from assert() method
  • removed method getExceptionClass()
  • removed method setExceptionClass()
  • method more() renamed to greater()
  • method moreStrict() renamed to greaterStrict()
  • method lengthMore() renamed to lengthGreater()
  • method lengthMoreMoreStrict() renamed to lengthGreaterStrict()
  • mb_strlen changed to strlen because mb_strlen has different results in 5.5 and 5.6
  • exception text constants changed to exception classes
  • inArray now has no type hinting
  • toFloat and toInt check that value is numeric