File: changelog

package info (click to toggle)
php-doctrine-collections 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: php: 2,531; makefile: 18
file content (341 lines) | stat: -rw-r--r-- 9,995 bytes parent folder | download
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
php-doctrine-collections (2.3.0-1) unstable; urgency=medium

  [ Thomas Lallement ]
  * Add isNotNull to ExpressionBuilder (#408)

  [ Alexander M. Turek ]
  * Leverage new array functions (#424)

 -- David Prévot <taffit@debian.org>  Tue, 25 Mar 2025 07:17:04 +0100

php-doctrine-collections (2.2.2-3) unstable; urgency=medium

  * Revert "Force system dependencies loading (tests)"
  * Revert "Force system dependencies loading"
  * Simplify build
  * Drop actually useless patches
  * Compatibility with recent PHPUnit (12)

 -- David Prévot <taffit@debian.org>  Thu, 13 Feb 2025 08:07:18 +0100

php-doctrine-collections (2.2.2-2) unstable; urgency=medium

  * Make provider functions static (PHPUnit 11 Fix) (Closes: #1070532)

 -- David Prévot <taffit@debian.org>  Sun, 19 May 2024 21:12:13 +0200

php-doctrine-collections (2.2.2-1) unstable; urgency=medium

  [ Vincent Langlet ]
  * Add tests

  [ David Prévot ]
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Fri, 19 Apr 2024 08:11:17 +0200

php-doctrine-collections (2.2.1-1) unstable; urgency=medium

  * Upload to unstable

  [ Alexander M. Turek ]
  * Improve deprecation message for Criteria::orderBy()

  [ David Prévot ]
  * Partially revert Upgrade to PHPUnit 10
  * Force system dependencies loading (tests)

 -- David Prévot <taffit@debian.org>  Sat, 09 Mar 2024 16:12:20 +0100

php-doctrine-collections (2.2.0-1) experimental; urgency=medium

  * Upload to experimental because of PHPUnit

  [ Grégoire Paris ]
  * Introduce Order enum
  * Upgrade to PHPUnit 10 (#393) (Closes: #1039767)

  [ Thomas Landauer ]
  * Update expressions.rst: Adding `use Doctrine\Common\Collections\Order;`

  [ David Prévot ]
  * Force system dependencies loading
  * Use PHPUnit 10 minimum

 -- David Prévot <taffit@debian.org>  Fri, 01 Mar 2024 12:58:21 +0100

php-doctrine-collections (2.1.4-1) unstable; urgency=medium

  [ Andreas Heigl ]
  * Make returntypes consistend with implementation (#379)
  * Improve return type for Collection::partition (#380)

 -- David Prévot <taffit@debian.org>  Thu, 05 Oct 2023 08:06:08 +0200

php-doctrine-collections (2.1.3-1) unstable; urgency=medium

  [ Florian ]
  * Applying latest coding standards

 -- David Prévot <taffit@debian.org>  Mon, 24 Jul 2023 13:44:11 +0200

php-doctrine-collections (2.1.2-1) unstable; urgency=medium

  * Upload to unstable

  [ Lennart Voogd ]
  * Add explicit types on `AbstractLazyCollection`

 -- David Prévot <taffit@debian.org>  Sat, 31 Dec 2022 08:42:51 +0100

php-doctrine-collections (2.1.1-1) experimental; urgency=medium

  [ Alexander M. Turek ]
  * Add explicit types on ArrayCollection

  [ David Prévot ]
  * Update Standards-Version to 4.6.2

 -- David Prévot <taffit@debian.org>  Fri, 23 Dec 2022 07:16:39 +0100

php-doctrine-collections (2.1.0-1) experimental; urgency=medium

  [ Rémi San ]
  * Add a NOT CompositeExpression in order to filter-out

 -- David Prévot <taffit@debian.org>  Mon, 21 Nov 2022 07:13:15 +0100

php-doctrine-collections (2.0.1-1) experimental; urgency=medium

  * Upload new major to experimental
  * Revert "Track version 1 for now (bookworm?)"
  * Adapt packaging to new layout
  * Install upgrade notes

 -- David Prévot <taffit@debian.org>  Mon, 03 Oct 2022 21:35:29 +0200

php-doctrine-collections (1.8.0-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Extract read-only part of Collection

  [ David Prévot ]
  * Track version 1 for now (bookworm?)

 -- David Prévot <taffit@debian.org>  Mon, 03 Oct 2022 19:19:54 +0200

php-doctrine-collections (1.7.3-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Make signature compatible with parent signature

 -- David Prévot <taffit@debian.org>  Thu, 15 Sep 2022 12:05:21 +0200

php-doctrine-collections (1.7.2-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Remove changelog

  [ David Prévot ]
  * Drop upstream changelog

 -- David Prévot <taffit@debian.org>  Tue, 30 Aug 2022 09:42:41 +0200

php-doctrine-collections (1.7.0-1) unstable; urgency=medium

  [ Massimiliano Arione ]
  * Support using embeddables in criteria with ArrayCollection

  [ Alexander M. Turek ]
  * Deprecate passing null as offset (#311)

  [ jorge-ruukfy ]
  * Admit no prefix as getter (#289)

  [ David Prévot ]
  * Mark package as Multi-Arch: foreign
  * Add php-doctrine-deprecations (build-)dependency
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sun, 21 Aug 2022 09:27:35 +0200

php-doctrine-collections (1.6.8-2) unstable; urgency=medium

  * Fix CI

 -- David Prévot <taffit@debian.org>  Mon, 11 Oct 2021 11:22:30 -0400

php-doctrine-collections (1.6.8-1) unstable; urgency=medium

  [ Benjamin Eberlei ]
  * PHPunit 8.0 support

  [ David Prévot ]
  * Simplify gbp import-orig (and check signature)
  * Install dh-sequence-* instead of using dh --with
  * Generate phpabtpl at build time
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Sat, 09 Oct 2021 22:41:12 -0400

php-doctrine-collections (1.6.7-2) unstable; urgency=medium

  * Rename main branch to debian/latest (DEP-14)
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1
  * Adapt to recent version of PHPUnit (9)

 -- David Prévot <taffit@debian.org>  Sat, 12 Dec 2020 16:52:04 -0400

php-doctrine-collections (1.6.7-1) unstable; urgency=medium

  [ trickeyone ]
  * Restore strict comparison for arrays of scalar values

  [ David Prévot ]
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Thu, 30 Jul 2020 05:41:29 +0200

php-doctrine-collections (1.6.6-1) unstable; urgency=medium

  [ Jáchym Toušek ]
  * Fix return type of Collection::key()

 -- David Prévot <taffit@debian.org>  Mon, 29 Jun 2020 14:54:40 -1000

php-doctrine-collections (1.6.5-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Allow PHP 8

  [ David Prévot ]
  * Wrap long lines in changelog entries: 1.6.4-1.
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, 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 10:15:54 -1000

php-doctrine-collections (1.6.4-1) unstable; urgency=medium

  [ someniatko ]
  * reflect that ExpressionBuilder#andX() and orX() params are variadic in
    PHPDoc

 -- David Prévot <taffit@debian.org>  Sat, 16 Nov 2019 05:09:27 -1000

php-doctrine-collections (1.6.3-1) unstable; urgency=medium

  [ Illia Somov ]
  * fix #210 by including psalm-* annotations to ArrayCollection#map() method

  [ David Prévot ]
  * Update gbp import-ref usage
  * debian/control
    + Drop versioned dependency satisfied in (old)stable
    + Update standards version to 4.4.1, no changes needed.
  * debian/upstream/metadata:
    + Set upstream metadata fields: Repository.
    + Remove obsolete fields: Name, Contact.

 -- David Prévot <taffit@debian.org>  Mon, 11 Nov 2019 18:27:33 -1000

php-doctrine-collections (1.6.2-2) unstable; urgency=medium

  * Upload to unstable now that buster has been released
  * Extend d/clean for PHPUnit 8
  * Update standards version, no changes needed.
  * Set upstream metadata fields: Contact, Name.

 -- David Prévot <taffit@debian.org>  Wed, 14 Aug 2019 07:27:45 -1000

php-doctrine-collections (1.6.2-1) experimental; urgency=medium

  [ Matthew Brown ]
  * Return static for createFrom and filter

 -- David Prévot <taffit@debian.org>  Thu, 13 Jun 2019 10:28:04 -1000

php-doctrine-collections (1.6.1-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Marco Pivetta ]
  * Release notes for v1.6.1

  [ David Prévot ]
  * Move repository to salsa.d.o
  * Update Homepage
  * Use https in Format
  * Drop get-orig-source target
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Document gbp import-ref usage
  * Add back testsuite
  * Update Description
  * Provide upstream documentation
  * Use provided upstream changelog

 -- David Prévot <taffit@debian.org>  Sun, 31 Mar 2019 08:32:51 -1000

php-doctrine-collections (1.5.0-1) unstable; urgency=medium

  * Update Standards-Version to 4.0.1

 -- David Prévot <taffit@debian.org>  Sun, 20 Aug 2017 17:30:00 -1000

php-doctrine-collections (1.4.0-1) unstable; urgency=medium

  * New upstream release
  * Drop tests not provided upstream anymore
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Wed, 25 Jan 2017 21:20:41 -1000

php-doctrine-collections (1.3.0-3) unstable; urgency=medium

  * Drop ownCloud for Debian maintainers from uploaders
  * Update Standards-Version to 3.9.7
  * Rebuild with latest pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Thu, 03 Mar 2016 14:32:04 -0400

php-doctrine-collections (1.3.0-2) unstable; urgency=medium

  * Upload to unstable since Jessie has been released
  * Add upstream changelog

 -- David Prévot <taffit@debian.org>  Mon, 18 May 2015 15:12:15 -0400

php-doctrine-collections (1.3.0-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Explicit casting of first and max results
  * Adding release 1.3.0 notes to readme.md

  [ Marek ‘saji’ Augustynowicz ]
  * Keep keys when using array collection's matching()

  [ Guilherme Blanco ]
  * Made initialized protected for extensibility.

 -- David Prévot <taffit@debian.org>  Thu, 16 Apr 2015 15:19:16 -0400

php-doctrine-collections (1.2-2) experimental; urgency=medium

  * Upload to experimental to respect the freeze
  * No tests if DEB_BUILD_OPTIONS contains nocheck
  * Bump standards version to 3.9.6
  * Provide homemade autoload.php
  * Drop now useless Breaks and Replaces

 -- David Prévot <taffit@debian.org>  Sat, 04 Apr 2015 11:32:16 -0400

php-doctrine-collections (1.2-1) unstable; urgency=low

  * Initial release (Closes: #749766)

 -- David Prévot <taffit@debian.org>  Thu, 29 May 2014 13:32:06 -0400