- fixes typo and incorrect parameter name in interactivequandl method
- changes ASCIIString to String in timearray.jl
- remove readall in favor of readstring in api.jl
- support floor of julia 0.5.0
- add api_key to query args (thanks @bspeice)
- bug fix for empty query arguments (thanks @prcastro)
- support for quandl.com API v3 added (thanks @ViralBShah)
- fix to empty query bug
- change String and ASCIIString typed parameters to AbstractString
- first version with support for Julia 0.4 only
- precompilation support added
- last planned version with support for Julia 0.3
- adapted to semantic changes in the Requests package
- stubbed out tests in timearray and dataframe until JLD objects can be stored
- changed to using https from http to comply with API
Not currently documented.