Skip to content

Releases: yoimerdr/feeddy

v1.4.0

26 Nov 19:00

Choose a tag to compare

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

26 May 22:41

Choose a tag to compare

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

09 Apr 23:08

Choose a tag to compare

Features

  • Helper for create url-friendly entry pathname
  • New named terms for query builder.

Fixes:

  • Invalid query for named terms.
  • Other unexpected behavior in some functions.

Improves

  • Reduce unused/unnecessary expressions.
  • Other performance improvements.

1.2

04 Mar 15:41

Choose a tag to compare

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.

1.1

20 Oct 23:33

Choose a tag to compare

1.1

An approach with Promises

  • posts requests: now returns Promise.
  • posts requests: now is incompatible with version 1.0
  • Removed extensions to Array, String and Number.
  • Built a new version (.poly.js) thats includes a simple polyfill for fetch and Promise.

1.0

13 Sep 00:58

Choose a tag to compare

1.0

First release

  • Retrive the blog feed
  • Paginate posts
  • Search posts
  • Search query builder
  • Feed parameters builder