Releases: paranoiq/dogma
Releases · paranoiq/dogma
v0.2.12
v0.2.11
- All Date/Time::isXyz() methods and diff() methods can receive string argument as $other
- Added Re::submatch() and submatchAll() - returnin only first submatch from matched expression
- Added Str::replaceKeys()
- Allowed jquery-like selectors in Dom
- Fixed DaysOfWeek::toDays() (thanks @VladaHejda)
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
- PHP 7.1 support is back (supported versions: 7.1 - 8.0)
- BC Break: Date/Time::format() does not receive formatter (PHP 7.1 compatibility)
- BC Break: Date/NightIntervalData and sets no longer implement Dumpable interface
- Deprecation: Regexp functions moved from Str to Re
- Added Breadth first search algo
- Added Str::findTag()
- Added Output::capture() helper
- Date and DateTime parses 'the day after tomorrow' etc
- Added interval separator '--'. ' - ' is some times confused for '-'
- DateInterval acknowledges the existence of NightInterval
- Some minor fixes of course