Path: | CHANGELOG |
Last Update: | Tue Feb 23 15:51:23 +0000 2010 |
Rubyful Soup Changelog
1.0.4
Major performance improvements: the code is now over three times faster. It‘s still relatively slower than Beautiful Soup, but it‘s no longer unusably slow on large documents.
You can now tell the parser to only parse certain tags (and their recursive contents). This can mean a much smaller memory footprint if all you care about are the A tags or whatever.
1.0.3
Minor bugfixes to handle more types of data. Still more changes to use the htmltools gem isntead of a local install of htmltools.
1.0.2
Fixed inconsistency in the way Rubyful Soup imported the htmltools code. It was using the syntax you‘d use if htmltools had not been installed as a gem.
1.0.1
Changes from James Edward Gray (james at grayproductions dot net) to quiet warnings.
Packaged as a gem for the first time.
1.0.0
First full release