Sha256: 76955a8bc2124ab903260debb7f80312c156eef45a6de4f93be2edc5e72603b3

Contents?: true

Size: 1.3 KB

Versions: 9

Compression:

Stored size: 1.3 KB

Contents

= 0.2.7
  - Added Microformat.timeout = accessor for controlling how long you wanna wait.

= 0.2.6
  - Added rel-license [Mark Murphy]
  - Performance optimization [Mark Murphy]
  - Fix bug in hEntry rel-tag [Mark Murphy]

= 0.2.5
  - Added ability to find ALL microformats on a page using Microformat.find.  
    Only searches using loaded microformat classes, so make sure to just require 'mofo'
  - Added cute aliases for H* classes, e.g. hCard.find(:first => 'url') and hResume.find('resume.html')

= 0.2.4
  - Fixed mofo to not choke on broken URL attributes

= 0.2.3
  - Moved to Echoe
  - Added feature of figuring out the base URL for relative URLs
  - Removed vendor/, now has test/spec 0.3 gem dependency
  - Added after_find callbacks to run arbitrary code after a uformat is found

= 0.2.2
  - Proper ISO8601 date handling and cleanup of String#coerce

= 0.2.1
  - Fixed autoloading

= 0.2
  - Minor refactoring
  - Added Geo and Adr [Andrew Turner]
  - Added XFN [Steve Ivy, Christian Carter]
  - Added hResume [Grant Rodgers]
  - Added include-pattern support
  - occurances => occurences

= 0.1.2
  - Upgraded to test/spec 0.3
  - Fixed so tests run as Rails plugin 

= 0.1.1
  - Moved from RSpec to test/spec (in vendor/)
  - Built rel='tag' into the parser (no need to specify it in formats)

= 0.1
  - First release.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mofo-0.2.10 ./CHANGELOG
mofo-0.2.11 ./CHANGELOG
mofo-0.2.12 ./CHANGELOG
mofo-0.2.13 ./CHANGELOG
mofo-0.2.14 ./CHANGELOG
mofo-0.2.15 ./CHANGELOG
mofo-0.2.16 ./CHANGELOG
mofo-0.2.8 ./CHANGELOG
mofo-0.2.9 ./CHANGELOG