1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
php-nette-utils (4.0.8-1) experimental; urgency=medium
[ David Grudl ]
* optimized global function calls
* DateTime::relativeToSeconds() checks for error
* DateTime: fixed parsing 'ago' modifier [Closes #327]
* support for PHP 8.5
[ Jakub Vrána ]
* Strings::trim() trims Line Separator and Ideographic Space (#326)
-- David Prévot <taffit@debian.org> Fri, 08 Aug 2025 07:56:12 +0200
php-nette-utils (4.0.7-1) experimental; urgency=medium
* Upload to experimental during the freeze
[ David Grudl ]
* DateTime: triggers a warning when time overflow occurs
* DateTime: added static method relativeToSeconds() for converting relative
time string to seconds
* DateTime: constructor and modify() correctly handle the relative time even
if the daylight saving time is changed
-- David Prévot <taffit@debian.org> Wed, 04 Jun 2025 08:02:36 +0200
php-nette-utils (4.0.6-1) unstable; urgency=medium
[ David Grudl ]
* exception: use natural explanatory style
* tests: improved descriptions
* added FileSystem::resolvePath() [Closes #308]
* added ShouldNotHappenException
* added Helpers::IsWindows
* Image: catches all errors during saving
[ David Prévot ]
* Update Standards-Version to 4.7.2
-- David Prévot <taffit@debian.org> Mon, 31 Mar 2025 22:27:34 +0200
php-nette-utils (4.0.5-1) unstable; urgency=medium
[ David Grudl ]
* support for PHP 8.4
* Image: GD extension detection added
* Mapper is deprecated
* added Iterables::toIterator()
* added Iterables::memoize()
* added Arrays::mapWithKeys() & Iterables::mapWithKeys()
* Strings::matchAll(): added option 'lazy'
[ David Prévot ]
* Update Standards-Version to 4.7.0
-- David Prévot <taffit@debian.org> Sun, 11 Aug 2024 18:33:05 +0200
php-nette-utils (4.0.4-1) unstable; urgency=medium
[ David Grudl ]
* added Iterables
-- David Prévot <taffit@debian.org> Wed, 17 Jan 2024 22:42:33 +0100
php-nette-utils (4.0.3-1) unstable; urgency=medium
[ David Grudl ]
* added ImageColor, replaces Image::rgb()
-- David Prévot <taffit@debian.org> Mon, 30 Oct 2023 13:39:34 +0100
php-nette-utils (4.0.2-1) unstable; urgency=medium
[ David Grudl ]
* Strings::length() uses mbstring, iconv and then utf8_decode [Closes: #299]
-- David Prévot <taffit@debian.org> Wed, 20 Sep 2023 20:38:25 +0530
php-nette-utils (4.0.1-1) unstable; urgency=medium
[ David Grudl ]
* added Image::isTypeSupported()
* support for PHP 8.3
-- David Prévot <taffit@debian.org> Wed, 02 Aug 2023 13:46:47 +0200
php-nette-utils (4.0.0-1) unstable; urgency=medium
* New major release, uploaded to unstable
-- David Prévot <taffit@debian.org> Thu, 02 Feb 2023 14:04:14 +0100
php-nette-utils (4.0.0~rc3-1) experimental; urgency=medium
[ David Grudl ]
* New RC
-- David Prévot <taffit@debian.org> Mon, 23 Jan 2023 11:37:15 +0100
php-nette-utils (4.0.0~rc1-1) experimental; urgency=medium
[ David Grudl ]
* requires PHP 8.0
[ David Prévot ]
* Revert "Track version 3 for now (Bookworm?)"
-- David Prévot <taffit@debian.org> Sat, 14 Jan 2023 14:03:59 +0100
php-nette-utils (3.2.9~rc1-1) experimental; urgency=medium
* Upload RC to experimental
[ David Prévot ]
* Track version 3 for now (Bookworm?)
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Sat, 14 Jan 2023 12:30:53 +0100
php-nette-utils (3.2.8-1) unstable; urgency=medium
[ David Grudl ]
* private constants are PascalCase
* Image: added extensionToType()
* Image::detectTypeFromFile & detectTypeFromString returns width & height
* Image::clone() uses PNG format because GD2 is disabled since libgd 2.3.3
* support for PHP 8.2
[ David Prévot ]
* Mark package as Multi-Arch: foreign
-- David Prévot <taffit@debian.org> Thu, 15 Sep 2022 12:02:25 +0200
php-nette-utils (3.2.7-2) unstable; urgency=medium
* Upload to unstable after NEW processing
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Sat, 09 Jul 2022 13:33:39 +0200
php-nette-utils (3.2.7-1) experimental; urgency=medium
[ David Grudl ]
* replaced ecs.php with ncs
-- David Prévot <taffit@debian.org> Sat, 12 Feb 2022 14:11:40 -0400
php-nette-utils (3.2.6-1) experimental; urgency=low
* Initial release (php-nette-schema dependency)
-- David Prévot <taffit@debian.org> Sun, 02 Jan 2022 17:42:31 -0400
|