Nette Utils v3.1.0 released
- David Grudl
- Nette Core | 8218
Nette Utils v3.1.0 has just been released!
- Strings::toAscii transliterates я/ю as ya/yu [Closes #203]
- Helpers: added capture(), falseToNull(), getLastError(), getSuggestion()
- FileSystem: added joinPaths(), normalizePath()
- Strings, Validator: throw exception on invalid regexp patterns / malformed input
- Strings: throw exception on malformed UTF-8 in webalize() and to… (#205)
- Html: added helper htmlToText()
- Html: added fromText() & fromHtml(), toText() & toHtml()
- Image: added support for BMP
For the details you can have a look at the GitHub.