Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.04 KB

CHANGLOG.md

File metadata and controls

51 lines (40 loc) · 1.04 KB

Version 0.1.3

  • fix bug for filters escaping

Version 0.1.2

  • added shadow account support
  • fix bug for url escaping with char &

Version 0.1.1

  • fixed bug in each_row
  • updated doc, removed version

Version 0.1

  • code polished
  • moved to github.com/factual/ruby-factual

Version 0.0.8

  • added Row.new(@table, subject_key)
  • @table.input

Version 0.0.7

  • fix api limitation
  • added @table.page(2, :size => 10)

Version 0.0.6

  • 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

Version 0.0.5

  • checked in missing refactoring code

Version 0.0.4

  • added gem dependencies
  • code refactoring
  • doc correction, put in more comments

Version 0.0.3

  • table.filter(filters_hash).sort(sorts_hash).each_row
  • configurable domain for testing
  • fixed bugs

Version 0.0.2

  • Bunch of bugs
  • Known Issue: www.factual.com does not support some of the features for now

Version 0.0.1

  • initial version