Skip to content

Released version 4.0.2

Compare
Choose a tag to compare
@dg dg released this 19 Sep 11:47
· 33 commits to master since this release
  • Strings::length() uses mbstring, iconv and then utf8_decode #299
  • Finder: getType() replaced with isDir() / isFile()
  • StaticClass: constructor is private nette/di#292
  • Arrays: add generic type declaration for some(), every() and map() (#298)
  • FileSystem: can be used as instance