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
|
php-phpstan-phpdoc-parser (1.16.1-1) unstable; urgency=medium
[ USAMI Kenta ]
* Fix list{} parsing
-- David Prévot <taffit@debian.org> Sat, 11 Feb 2023 07:21:48 +0100
php-phpstan-phpdoc-parser (1.16.0-1) unstable; urgency=medium
[ USAMI Kenta ]
* Add support for list shapes
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Sun, 29 Jan 2023 22:29:06 +0100
php-phpstan-phpdoc-parser (1.15.3-1) unstable; urgency=medium
[ Ondřej Mirtes ]
* Fix ConstExprArrayItemNode::__toString()
-- David Prévot <taffit@debian.org> Wed, 21 Dec 2022 06:32:47 +0100
php-phpstan-phpdoc-parser (1.15.2-1) unstable; urgency=medium
[ Jeremiasz Major ]
* Support unsealed array shapes
* Fix printing nodes
-- David Prévot <taffit@debian.org> Sat, 17 Dec 2022 09:56:29 +0100
php-phpstan-phpdoc-parser (1.15.0-1) unstable; urgency=medium
[ Tomohito YABU ]
* Add generics support to `@method` definitions
-- David Prévot <taffit@debian.org> Thu, 08 Dec 2022 05:45:23 +0100
php-phpstan-phpdoc-parser (1.14.0-1) unstable; urgency=medium
[ Jiří Pudil ]
* Generics type projections (call-site variance)
-- David Prévot <taffit@debian.org> Wed, 30 Nov 2022 06:04:21 +0100
php-phpstan-phpdoc-parser (1.13.1-1) unstable; urgency=medium
[ Jaapio ]
* Add specialized tags support
-- David Prévot <taffit@debian.org> Tue, 22 Nov 2022 07:29:05 +0100
php-phpstan-phpdoc-parser (1.13.0-2) unstable; urgency=medium
* Drop last data set causing tests to fail on 32-bit arch
-- David Prévot <taffit@debian.org> Sat, 29 Oct 2022 10:54:28 +0200
php-phpstan-phpdoc-parser (1.13.0-1) unstable; urgency=medium
[ Richard van Velzen ]
* Unescape constant strings
* Allow unparenthesized conditional type in conditional else branch
* Fix __toString() for negated asserts
* Add equality assert syntax
-- David Prévot <taffit@debian.org> Mon, 24 Oct 2022 07:54:42 +0200
php-phpstan-phpdoc-parser (1.11.0-1) unstable; urgency=medium
[ Richard van Velzen ]
* Implement template default syntax
-- David Prévot <taffit@debian.org> Sat, 15 Oct 2022 13:07:14 +0200
php-phpstan-phpdoc-parser (1.9.0-1) unstable; urgency=medium
[ Richard van Velzen ]
* Improve abnf readability
* Implement this-out/self-out syntax
-- David Prévot <taffit@debian.org> Fri, 07 Oct 2022 16:45:57 +0200
php-phpstan-phpdoc-parser (1.8.0-1) unstable; urgency=medium
[ Kuba Werłos ]
* Allow backslash in PHPDoc tag
-- David Prévot <taffit@debian.org> Fri, 09 Sep 2022 10:30:04 -0400
php-phpstan-phpdoc-parser (1.7.0-1) unstable; urgency=medium
* Don’t check upstream signature
-- David Prévot <taffit@debian.org> Thu, 11 Aug 2022 12:08:06 +0200
php-phpstan-phpdoc-parser (1.6.4-1) unstable; urgency=medium
[ Jiří Pudil ]
* Simplify parsing of type alias import
[ Alex Wells ]
* Support @template-contravariant tags
-- David Prévot <taffit@debian.org> Fri, 01 Jul 2022 07:06:36 +0200
php-phpstan-phpdoc-parser (1.6.3-1) unstable; urgency=medium
* New upstream release
* Mark package as Multi-Arch: foreign
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Sat, 18 Jun 2022 17:47:31 +0200
php-phpstan-phpdoc-parser (1.2.0-2) unstable; urgency=medium
* Upload to unstable
-- David Prévot <taffit@debian.org> Fri, 26 Nov 2021 17:01:12 -0400
php-phpstan-phpdoc-parser (1.2.0-1) unstable; urgency=low
* Initial release (new symfony build-dependency)
-- David Prévot <taffit@debian.org> Sat, 06 Nov 2021 14:25:02 -0400
|