Releases: paranoiq/dogma
Releases · paranoiq/dogma
v0.2.22
- fix NightInterval::containsValue() with empty interval; thx @VladaHejda
v0.2.21
- Fixed default format in SimpleDateTimeIntervalFormatter
v0.2.19
- Removed dirs build, doc, tests from release
v0.2.18
- Add IntCalc::floot(), ceil()
- Add validateComponents() to Date|Time|DateTime
- Support for Nette Utils 4.0
v0.2.17
- Encoding supports some aliases (e.g. latin-1 -> iso-8859-1)
- Added Encoding::canCheck() and check() for some encodings
v0.2.16
- Updated dependencies
- Dropped support for PHP 7.1 (supported versions: 7.2 - 8.2)
v0.2.15
- Add Str::ord() for geting code points from UTF-8 characters
- Str::chr() does not need iconv extension
v0.2.14
- Add Re::hasMatch()
- Add Str::containsAny() and containsAll()
- Fix compatibility with php 8.0 (resource -> object in curl)
v0.2.13
- Removed dependency on Tracy; Dumpable and Pokeable interfaces are now deprecated
- Added Str::join() with two separators for '1, 2, 3 and 4' and a length limit for '1, 2, 3...'
- Added Str::optimalDistance() etc.
- Deprecated Str::levenshteinUnicode() - instead use to Str::levenshtein() which always returns int
- NightInterval with same start/end (empty) is converted to canonical form (same as created by NightInterval::empty())
- Some minor fixes and typos