mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-03-13 10:00:01 +00:00
Updated README for v1.0.0 changes
This commit is contained in:
parent
a82a06c0bb
commit
c94f6268ba
@ -95,3 +95,8 @@ var feed = {
|
||||
"plugins" : ['capitalize_title', 'plugin_template'],
|
||||
...
|
||||
```
|
||||
|
||||
## Release Notes
|
||||
### 1.0.0
|
||||
Changed plugin architecture to allow filtering out of article/items by returning `-1` instead of a modified `itemsOptions` object. This is a breaking change as it will require existing plugins to return `itemsOptions` instead of modifying the reference. See `examples/plugins`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user