Skip to content

ts-mortar 0.22.1

Latest
Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 20 Feb 19:39

Added

  • Strings.notNullOrEmpty() and notNullOrWhiteSpace()

Changed

  • Arrays.findMatchingProps() overload to ensure non-null array is returned when input 'ary' is not null
  • Arrays.firstProp() overload to ensure non-null value is returned when input 'ary' is not null and 'ensureOne' is true

Fixed

  • Arrays.firstProp() ensureOne parameter not working correctly, added unit test