Sha256: 85ab9d04bf3e7b24731ddf0e110d6100ce7e9df3a540ce3a3094ecbf01c11795

Contents?: true

Size: 1.91 KB

Versions: 1

Compression:

Stored size: 1.91 KB

Contents

# Feedzirra Changelog

## 0.3.0

* General
  * Add CodeClimate badge [[#192](https://github.com/pauldix/feedzirra/pull/192)]

* Enhancements
  * CURL SSL Version option [[#156](https://github.com/pauldix/feedzirra/pull/156)]
  * Cookie support for Curb [[#98](https://github.com/pauldix/feedzirra/pull/98)]

* Deprecations
  * For `ITunesRSSItem`, use `id` instead of `guid` [[#169](https://github.com/pauldix/feedzirra/pull/169)]

## 0.2.2

* General
  * Switch to CHANGELOG
  * Set LICENSE in gemspec
  * Lots of whitespace cleaning
  * README updates

* Enhancements
  * Also use dc:identifier for `entry_id` [[#182](https://github.com/pauldix/feedzirra/pull/182)]

* Bug fixes
  * Don't try to sanitize non-existent elements [[#174](https://github.com/pauldix/feedzirra/pull/174)]
  * Fix Rspec deprecations [[#188](https://github.com/pauldix/feedzirra/pull/188)]
  * Fix Travis [[#191](https://github.com/pauldix/feedzirra/pull/191)]

## 0.2.1

* Use `Time.parse_safely` in `Feed.last_modified_from_header` [[#129](https://github.com/pauldix/feedzirra/pull/129)].
* Added image to the RSS Entry Parser [[#103](https://github.com/pauldix/feedzirra/pull/103)].
* Compatibility fixes for Ruby 2.0 [[#136](https://github.com/pauldix/feedzirra/pull/136)].
* Remove gorillib dependency [[#113](https://github.com/pauldix/feedzirra/pull/113)].

## 0.2.0.rc2

* Bump sax-machine to `v0.2.0.rc1`, fixes encoding issues [[#76](https://github.com/pauldix/feedzirra/issues/76)].

## 0.2.0.rc1

* Remove ActiveSupport dependency
  * No longer tethered to any version of Rails!
* Update curb (v0.8.0) and rspec (v2.10.0)
* Revert [3008ceb](https://github.com/pauldix/feedzirra/commit/3008ceb338df1f4c37a211d0aab8a6ad4f584dbc)
* Add Travis-CI integration
* General repository and gem maintenance

## 0.1.3

* ?

## 0.1.2

* ?

## 0.1.1

* make FeedEntries enumerable (patch by Daniel Gregoire)

## 0.1.0

* lower builder requirement to make it rails-3 friendly

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
feedzirra-0.3.0 CHANGELOG.md