./CHANGELOG in mofo-0.2.4 vs ./CHANGELOG in mofo-0.2.5
- old
+ new
@@ -1,4 +1,12 @@
+= 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