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
|
php-doctrine-data-fixtures (1.2.2-2) unstable; urgency=medium
* Update tests for recent phpunit versions (Closes: #882893)
* Drop versioned dependencies satisfied in stable
-- David Prévot <taffit@debian.org> Wed, 29 Nov 2017 21:26:21 -1000
php-doctrine-data-fixtures (1.2.2-1) unstable; urgency=medium
[ Manuel Gonzalez ]
* Adding test to reference repository
[ YaoOcelotl ]
* Add ability to exclude tables from purge in ORM (#225)
[ Miroslav Šustek ]
* Make the order of data fixtures loading deterministic (#215)
[ a.saintvanne ]
* Retrieve old behaviour on Sorter
-- David Prévot <taffit@debian.org> Tue, 22 Nov 2016 18:22:38 -1000
php-doctrine-data-fixtures (1.2.1-1) unstable; urgency=medium
[ Peter Rehm ]
* Added support for self referencing classes in the TopologicalSorter
-- David Prévot <taffit@debian.org> Thu, 23 Jun 2016 13:02:07 -0400
php-doctrine-data-fixtures (1.2.0-1) unstable; urgency=medium
[ Jenn ]
* Update LICENSE
[ Ben Davies ]
* quoteIdentifier not required. already done by QuoteStrategy
[ Guilherme Blanco ]
* Bring own implementation of TopologicalSorter to data-fixtures library
[ Marco Pivetta ]
* Dropping PHP 5.5 and below from supported versions
* Relying on latest PHPUnit
* Avoiding reliance on `getMock()`, which was deprecated
[ David Prévot ]
* Update copyright (years)
* Update Standards-Version to 3.9.8
* Bump minimal versions for dependencies
-- David Prévot <taffit@debian.org> Sun, 19 Jun 2016 13:40:52 -0400
php-doctrine-data-fixtures (1.1.1-4) unstable; urgency=medium
* PHP 7.0 transition:
- Build-depend on php-sqlite3 instead of php5-squlite
- Rebuild with latest pkg-php-tools
* Update Standards-Version to 3.9.7
-- David Prévot <taffit@debian.org> Thu, 03 Mar 2016 14:49:37 -0400
php-doctrine-data-fixtures (1.1.1-3) unstable; urgency=medium
* Upload to unstable since Jessie has been released
* Lower minimal versions as available in unstable
-- David Prévot <taffit@debian.org> Mon, 18 May 2015 22:24:20 -0400
php-doctrine-data-fixtures (1.1.1-2) experimental; urgency=medium
* Provide homemade autoload.php
-- David Prévot <taffit@debian.org> Sun, 17 May 2015 09:40:32 -0400
php-doctrine-data-fixtures (1.1.1-1) experimental; urgency=medium
[ Sébastien Lavoie ]
* Added a conflict on doctrim/orm < 2.4
-- David Prévot <taffit@debian.org> Wed, 01 Apr 2015 15:16:27 -0400
php-doctrine-data-fixtures (1.0.2-1) experimental; urgency=medium
[ Sébastien Lavoie ]
* Revert "Use EntityManagerInterface instead of EntityManager"
-- David Prévot <taffit@debian.org> Sat, 28 Mar 2015 08:16:38 -0400
php-doctrine-data-fixtures (1.0.1-1) experimental; urgency=medium
* Upload to experimental to respect the freeze
* Use php-symfony-class-loader instead of php-symfony-classloader
* Bump standards version to 3.9.6
* Add upstream changelog
-- David Prévot <taffit@debian.org> Tue, 24 Mar 2015 15:53:09 -0400
php-doctrine-data-fixtures (1.0.0-1) unstable; urgency=low
* Initial release
-- David Prévot <taffit@debian.org> Mon, 08 Sep 2014 16:48:46 -0400
|