-
1.0.0 (2015-09-28)
- fixed some broken method, partially with custom screen scrapper
- reorganisation of classes,
YahooFinanceQuery.php
functions as a controller/router class, each method has its own underlying class - stil need to add further testing
-
0.4.0 (2014-06-24)
- made PSR-4 package and added to packagist.org
- started adding unit tests
-
0.3.1 (2014-03-13)
- fixed returned array in
stockInfo()
to simple array
- fixed returned array in
-
0.3.0 (2014-03-09)
- added chainable methods
- added optional direct query or query via yql console if possible
- added function
get()
- added function
raw()
- added function
toJson()
- added function
intraDay()
- added unified UTC timestamp to
quote()
-
0.2.3 (2014-01-08)
- added function
stockInfo()
- added function
sectorList()
- changed function
index()
toindexList()
- added function
-
0.2.2 (2014-01-06)
- added function
historicalQuote()
- added function
index()
- unified cURL request in separate method
curlRequest($url)
- added function
-
0.2.1 (2014-01-03)
- fixed bug in
quote()
for single or multipe query symbols
- fixed bug in
-
0.2.0 (2011-01-03)
- added function
quote()
- added function
-
0.1.0 (2013-12-30 Initial commit)
- added function
autoSuggest()
- added function