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 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
|
php-json-schema (5.2.10-2) unstable; urgency=medium
* Rename main branch to debian/latest (DEP-14)
* Update watch file format version to 4.
* Set Rules-Requires-Root: no.
* Update Standards-Version to 4.5.1
* Adapt to recent version of PHPUnit (9)
-- David Prévot <taffit@debian.org> Sat, 12 Dec 2020 12:05:58 -0400
php-json-schema (5.2.10-1) unstable; urgency=medium
[ Mathias Berchtold ]
* Fix PHP 8 deprecated warnings (#619)
[ David Prévot ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
* Use debhelper-compat 13
* Simplify override_dh_auto_test
-- David Prévot <taffit@debian.org> Sat, 30 May 2020 11:00:34 -1000
php-json-schema (5.2.9-1) unstable; urgency=medium
* Document gbp import-ref usage
* Use upstream testsuite
* Update standards version, no changes needed.
* Install schemas
* Handle package://
* Set upstream metadata fields: Repository.
* Update Standards-Version to 4.4.1
-- David Prévot <taffit@debian.org> Sat, 05 Oct 2019 16:25:26 -1000
php-json-schema (5.2.8-1) unstable; urgency=medium
* Use debhelper-compat 12
* Use https in Format
* Drop get-orig-source target
* Use /usr/share/dpkg/default.mk instead of dpkg-parsechangelog
* Update Standards-Version to 4.3.0
-- David Prévot <taffit@debian.org> Fri, 18 Jan 2019 15:32:25 -1000
php-json-schema (5.2.7-1) unstable; urgency=medium
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.3
-- David Prévot <taffit@debian.org> Tue, 06 Mar 2018 21:38:02 -1000
php-json-schema (5.2.6-1) unstable; urgency=medium
[ Erayd ]
* Add a path to the default internal URI (#459) (#460)
-- David Prévot <taffit@debian.org> Tue, 24 Oct 2017 15:56:33 -1000
php-json-schema (5.2.5-1) unstable; urgency=medium
[ Erayd ]
* Don't add a `file://` prefix to URI that already have a scheme (#455) (#457)
-- David Prévot <taffit@debian.org> Fri, 13 Oct 2017 08:53:16 -1000
php-json-schema (5.2.4-1) unstable; urgency=medium
[ Erayd ]
* Added property name in draft-3 required error (#432) (#433)
[ David Prévot ]
* Update Standards-Version to 4.1.1
-- David Prévot <taffit@debian.org> Wed, 04 Oct 2017 15:48:54 -1000
php-json-schema (5.2.1-2) unstable; urgency=medium
* Upload new version needed by composer 1.4.3 to unstable
-- David Prévot <taffit@debian.org> Sun, 06 Aug 2017 16:00:01 -0400
php-json-schema (5.2.1-1) experimental; urgency=medium
* Ship upstream examples
* Ship upstream drafts
* Update Standards-Version to 4.0.1
-- David Prévot <taffit@debian.org> Sun, 06 Aug 2017 14:33:27 -0400
php-json-schema (2.0.5-1) experimental; urgency=medium
[ bighappyface ]
* chore(composer): remove version in favor of VCS tags
[ Dmitry Varennikov ]
* Throw `ResourceNotFoundException` outside of re-defined error-handler
[ dishuostec ]
* Wrong constraint of error
-- David Prévot <taffit@debian.org> Sat, 04 Jun 2016 11:49:47 -0400
php-json-schema (2.0.4-1) experimental; urgency=medium
[ David Porter ]
* Revert "Do not override error handler"
[ bighappyface ]
* chore(release): 2.0.4
-- David Prévot <taffit@debian.org> Wed, 25 May 2016 11:26:09 -0400
php-json-schema (2.0.3-1) experimental; urgency=medium
[ Sławomir Chrobak ]
* Skips min/max properties validation for non objects
[ bighappyface ]
* chore(release): 2.0.3
[ Dmitry Varennikov ]
* Deleted unused stream context and check if a local file exists
-- David Prévot <taffit@debian.org> Wed, 11 May 2016 19:20:04 -0400
php-json-schema (2.0.1-1) experimental; urgency=medium
[ bighappyface ]
* feat(UriRetriever): application/json support
* chore(release): 2.0.1
-- David Prévot <taffit@debian.org> Sat, 30 Apr 2016 16:25:07 -0400
php-json-schema (2.0.0-1) experimental; urgency=medium
* Upload to experimental since composer currently (as of 1.0.0-1)
depends on php-json-schema (<< 2~~)
[ bighappyface ]
* chore(LICENSE): switch to MIT
[ Rudolf Tucek ]
* Moving constraints min- and maxProperties to ObjectConstraint
[ Benoît Burnichon ]
* Add Rfc339 utility class to create instances of DateTime
[ Joost Nijhuis ]
* Fix RefResolver and make it compatible with draft-04 #240
[ David Prévot ]
* Update Standards-Version to 3.9.8
* Update license (switch back to Expat)
-- David Prévot <taffit@debian.org> Fri, 15 Apr 2016 09:58:20 -0400
php-json-schema (1.6.1-2) unstable; urgency=medium
* Update Standards-Version to 3.9.7
* Rebuild with recent pkg-php-tools for the PHP 7.0 transition
-- David Prévot <taffit@debian.org> Wed, 09 Mar 2016 15:57:55 -0400
php-json-schema (1.6.1-1) unstable; urgency=medium
[ Will Pillar ]
* Fix exclusive min/max strictness
[ bighappyface ]
* feat(composer): require PHP 5.3.29 (PHP 5.3.x EOL version) minimum
* feat(Factory): add setConstraintClass
-- David Prévot <taffit@debian.org> Wed, 27 Jan 2016 22:53:29 -0400
php-json-schema (1.6.0-1) unstable; urgency=medium
[ Maks3w ]
* Add constraint factory
[ Soufiane Ghzal ]
* Create .gitattributes
[ David Prévot ]
* Adapt packaging to removed tests
-- David Prévot <taffit@debian.org> Thu, 07 Jan 2016 18:41:21 -0400
php-json-schema (1.5.0-1) unstable; urgency=medium
[ Andy Raines ]
* Now more functionality for references works
-- David Prévot <taffit@debian.org> Sat, 12 Sep 2015 02:33:22 -0400
php-json-schema (1.4.4-1) unstable; urgency=medium
[ Frank Göldner ]
* Throw exception if max depth exceeded
-- David Prévot <taffit@debian.org> Wed, 29 Jul 2015 15:26:02 +0200
php-json-schema (1.4.2-1) unstable; urgency=medium
* New upstream release
-- David Prévot <taffit@debian.org> Tue, 16 Jun 2015 09:53:42 -0400
php-json-schema (1.4.1-1) unstable; urgency=medium
[ Martin Aarhof ]
* proposal on new constraints name
[ David Prévot ]
* Provide homemade autoload.php
-- David Prévot <taffit@debian.org> Sat, 18 Apr 2015 23:28:05 -0400
php-json-schema (1.3.7-1) unstable; urgency=low
[ andrea rota ]
* Initial release (closes: #714179)
-- David Prévot <taffit@debian.org> Fri, 13 Feb 2015 16:44:08 -0400
|