Skip to content

Releases: paranoiq/dogma

v0.2.22

22 Jun 08:28
Compare
Choose a tag to compare
  • fix NightInterval::containsValue() with empty interval; thx @VladaHejda

v0.2.21

31 May 10:26
Compare
Choose a tag to compare
  • Fixed default format in SimpleDateTimeIntervalFormatter

v0.2.20

17 Mar 11:23
Compare
Choose a tag to compare
  • Fixed autoload

v0.2.19

17 Mar 10:24
Compare
Choose a tag to compare
  • Removed dirs build, doc, tests from release

v0.2.18

17 Mar 10:24
Compare
Choose a tag to compare
  • Add IntCalc::floot(), ceil()
  • Add validateComponents() to Date|Time|DateTime
  • Support for Nette Utils 4.0

v0.2.17

29 Sep 17:00
Compare
Choose a tag to compare
  • Encoding supports some aliases (e.g. latin-1 -> iso-8859-1)
  • Added Encoding::canCheck() and check() for some encodings

v0.2.16

26 Jul 14:30
Compare
Choose a tag to compare
  • Updated dependencies
  • Dropped support for PHP 7.1 (supported versions: 7.2 - 8.2)

v0.2.15

22 Jul 14:01
Compare
Choose a tag to compare
  • Add Str::ord() for geting code points from UTF-8 characters
  • Str::chr() does not need iconv extension

v0.2.14

18 Jul 11:33
Compare
Choose a tag to compare
  • Add Re::hasMatch()
  • Add Str::containsAny() and containsAll()
  • Fix compatibility with php 8.0 (resource -> object in curl)

v0.2.13

26 Apr 11:30
Compare
Choose a tag to compare
  • 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