Skip to content

Releases: nicolus/picoFeed

1.0.0-rc1

15 Sep 07:51
e6bfe8d
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

I think it's time we switch to semantic versioning.

These last few months have seen mostly bug fixes so I think picoFeed is in a state that should be usable for most projects. Also I might have more time to work on it starting next month so maybe I'll start adding some features.

If you spot any issue with this release now is the time to report them. If everything looks fine by October 1st I'll release it as 1.0.0 final.

0.1.43

15 Sep 07:36
e6bfe8d
Compare
Choose a tag to compare

A lot of bugfixes from @JKingweb and @geekish

0.1.42

09 Jun 15:33
Compare
Choose a tag to compare
  • Fixed undefined offset notice (thanks to @fl0pp)
  • Fix incorrect date for RSS feeds that use strict RFC822 dates (yy) instead of the recommended RSS dates (yyyy)
  • Added a couple of tests

0.1.41 : improved tests and bugfixes

19 May 15:38
ad1a037
Compare
Choose a tag to compare
  • More tests now work offline so they can be run faster and from travis CI.
  • Fix bugs where isModified() would incorrectly return true even if the feed had not been updated
  • Fixed an issue preventing install with --prefer-dist (thanks to @wernerkrauss)
  • Added ability to scrape multi page articles (thanks to @miicha)

0.1.40 : Let's start breaking things !

20 Jan 16:06
a47a9fe
Compare
Choose a tag to compare

This is the first release of the new fork, so expect some breakage.

  • Most of the http related code has been removed and replaced with guzzle 6
  • Minimum php requirement is 7.1