Releases: nicolus/picoFeed
Releases · nicolus/picoFeed
1.0.0-rc1
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
0.1.42
0.1.41 : improved tests and bugfixes
- 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 !
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