All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.7.0 - 2016-08-17
- Added some
Exporter::getAvailableFormats
to retrieve the list of the formats of the registered writers.
1.6.0 - 2016-08-01
- Added
Exporter\Exporter
class to provide a SymfonyStreamedResponse
. - Added a
sonata.exporter.exporter
service to deprecate the one defined in the admin bundle
- Deprecate
Test\Writer\AbstractTypedWriterTestCase
in favor ofTest\AbstractTypedWriterTestCase
1.5.0 - 2016-06-16
MimeTypedWriterInterface
can be implemented to indicate the suitableContent-Type
header and format for a writer.
- Rename
lib
folder tosrc
and make this project PSR-4 compliant.
1.4.0 - 2015-06-09
- Add possibility to set custom tag names on
XmlSourceIterator
- Replaced deprecated
PropertyAccess::getPropertyAccessor()
methodPropertyAccess::createPropertyAccessor()
.
- Symfony 2.2 support dropped.
1.2.2 - 2013-05-02
- Add new argument in method \Exporter\Writer\SitemapWriter::generateSitemapIndex to handle absolute URL.