.. _changelog:
Changelog
=========
All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog `_\ ,
and this project adheres to `Semantic Versioning `_.
`Unreleased `_
--------------------------------------------------------------------------------------------
`0.7.0 `_ - 2024-03-19
------------------------------------------------------------------------------------------------------
Added
^^^^^
* Compatibility with TYPO3 v13
Removed
^^^^^^^
* Compatibility with TYPO3 v11
`0.6.0 `_ - 2022-12-05
------------------------------------------------------------------------------------------------------
Added
^^^^^
* Extension API for feeds
* Categories for items
* Link to feed itself in an RSS feed
* Item content property in RSS feed
Changed
^^^^^^^
* Author in RSS feed now uses dc:creator tag
`0.5.0 `_ - 2022-11-18
------------------------------------------------------------------------------------------------------
Added
^^^^^
* ``AbstractFeed`` class which can be extended in custom feed implementations
Changed
^^^^^^^
* Substitute laminas/laminas-feed and jdecool/jsonfeed with custom implementation
* Rename ``Enclosure`` class to ``Attachment``
* Allow multiple attachments for JSON feeds
* Integrate ``FeedCategoryInterface`` into ``FeedInterface``
* Integrate ``StyleSheetInterface`` into ``FeedInterface``
* Adjust namespace for classes ``Attachment``\ , ``Author``\ , ``Category``\ , ``Image``
`0.4.0 `_ - 2022-10-31
------------------------------------------------------------------------------------------------------
Added
^^^^^
* Compatibility with TYPO3 v12
* Status report for dependencies
* Categories can be added to a feed
Changed
^^^^^^^
* debril/feed-io removed in favour of laminas/laminas-feed and jdecool/jsonfeed
* Needed dependencies must be installed manually (laminas/laminas-feed, jdecool/jsonfeed)
* Namespace of multiple classes has changed
Removed
^^^^^^^
* Media in items
`0.3.0 `_ - 2022-06-20
------------------------------------------------------------------------------------------------------
Added
^^^^^
* Overview of feeds in Configurations module
* Last-Modified header in middleware
* Cache attribute for Feed class to control cache HTTP headers
Changed
^^^^^^^
* Position of middleware in frontend stack
Updated
^^^^^^^
* debril/feed-io to version 6
`0.2.0 `_ - 2022-06-10
------------------------------------------------------------------------------------------------------
Added
^^^^^
* Media (like images, videos, audios) can be attached to a feed item
* Author can be attached to a feed or to a feed item
`0.1.0 `_ - 2022-04-01
--------------------------------------------------------------------------------------------------
First preview release