Skip to content

v0.21.46

Choose a tag to compare

@lkrms lkrms released this 23 Feb 03:05
· 1070 commits to main since this release
v0.21.46
56e1c17

Added

  • Add Process and supporting classes
  • Add Env::flag()
  • Add Sys::isWindows()
  • Add Pcre::delimit()

Changed

  • Replace Get::apparent() with Get::arrayKey()
  • In Env::apply(), don't throw an exception when setlocale() fails
  • Allow Env::get*() default values to be closures

Removed

  • Remove Regex::delimit() and Regex::anchorAndDelimit()

Fixed

  • Fix inconsistent handling of non-empty whitespace-only strings by preserving them without collapsing to null in Env::getNullable()