Releases: yoimerdr/feeddy
Releases · yoimerdr/feeddy
v1.4.0
Features
- Add validations for search parameters.
- Add converters namespace to public
Fixes:
- Unexpected behaviors when creating query strings.
- Other unexpected behavior in some functions.
Improves
- Reduce unused/unnecessary expressions.
- Other performance improvements.
Keep in mind
- Some properties/types/interfaces has been removed/changed, check the docs for details.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Features
- Helper for split query terms
- Add validations for search parameters.
- Add helper to get valid ssr urls to paginate posts
Fixes:
- Unexpected behaviors when fetching all feeds.
- Other unexpected behavior in some functions.
Improves
- Reduce unused/unnecessary expressions.
- Other performance improvements.
Keep in mind
- Some properties/types/interfaces has been removed/changed, check the docs for details.
Full Changelog: v1.2.1...v1.3.0
v1.2.1
1.2
Features
- Support for other feed types (pages, comments)
- Support for other alt types.
- Support to get resource id.
- New named terms for query builder.
- Expose handler for search params.
Fixes:
- Invalid query for search posts with categories.
- Invalid response for a feed request.
- Other unexpected behavior in some functions.
Improves
- Reduce unused/unnecessary expressions.
- Other performance improvements.
Keep in mind
- Some properties/types/interfaces has been removed/changed, check the docs for details.