- fix bug for filters escaping
- added shadow account support
- fix bug for url escaping with char &
- fixed bug in each_row
- updated doc, removed version
- code polished
- moved to github.com/factual/ruby-factual
- added Row.new(@table, subject_key)
- @table.input
- fix api limitation
- added @table.page(2, :size => 10)
- replaced curl dependency with net/http to be more universal (jruby)
- added debug mode
- adapter refactoring
- added Table#find_one
- added support for secondary sort
- added tests
- added doc
- checked in missing refactoring code
- added gem dependencies
- code refactoring
- doc correction, put in more comments
- table.filter(filters_hash).sort(sorts_hash).each_row
- configurable domain for testing
- fixed bugs
- Bunch of bugs
- Known Issue: www.factual.com does not support some of the features for now
- initial version