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
|
php-nette-schema (1.3.2-1) unstable; urgency=medium
[ David Grudl ]
* support for PHP 8.4
* added Structure::extend() [Closes #66]
* added Structure::getShape() [Closes #35]
* Expect::array(shape) returns Structure
[ David Prévot ]
* Update Standards-Version to 4.7.0
* Revert "Force system dependencies loading"
-- David Prévot <taffit@debian.org> Wed, 09 Oct 2024 15:45:08 +0100
php-nette-schema (1.3.0-2) unstable; urgency=medium
* Force system dependencies loading
-- David Prévot <taffit@debian.org> Tue, 05 Mar 2024 20:42:48 +0100
php-nette-schema (1.3.0-1) unstable; urgency=medium
[ David Grudl ]
* requires nette/utils 4.0
* requires PHP 8.1
-- David Prévot <taffit@debian.org> Mon, 22 Jan 2024 08:13:27 +0100
php-nette-schema (1.2.5-1) unstable; urgency=medium
* Upload release to unstable
[ David ]
* Base: removed DynamicParameter from error message
* added path to Context::$dynamics
* refactoring
-- David Prévot <taffit@debian.org> Fri, 06 Oct 2023 13:32:31 +0200
php-nette-schema (1.2.5~rc-1) experimental; urgency=medium
* Upload RC to experimental
[ David ]
* added transform() [Closes #52]
* castTo() allows you to create objects
[Closes #44][Closes #47][Closes #58][Closes #46]
-- David Prévot <taffit@debian.org> Thu, 05 Oct 2023 08:15:04 +0200
php-nette-schema (1.2.4-1) unstable; urgency=medium
[ David ]
* constants are PascalCase
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
* Workaround dh_phpcomposer parsing issue
-- David Prévot <taffit@debian.org> Sun, 03 Sep 2023 02:31:18 +0530
php-nette-schema (1.2.3-1) unstable; urgency=medium
[ David Prévot ]
* Mark package as Multi-Arch: foreign
[ David ]
* support for PHP 8.2
-- David Prévot <taffit@debian.org> Sat, 19 Nov 2022 08:25:41 +0100
php-nette-schema (1.2.2-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 12:49:11 +0200
php-nette-schema (1.2.2-1) experimental; urgency=low
* Initial release (php-league-config dependency)
-- David Prévot <taffit@debian.org> Sun, 02 Jan 2022 18:14:02 -0400
|