HISTORY in yahoo-finance-1.1.0 vs HISTORY in yahoo-finance-1.2.0
- old
+ new
@@ -1,5 +1,11 @@
+1.2.0 - Feb 04, 2017
+====================
+* Fixed support for { raw: false }
+* Symbols that are not found will now not return (instead of returning a struct with an empty :symbol field and a bunch of "N/A"s)
+* The returned quotes now will always include the :symbol name
+
0.3.0 - Aug 16, 2015
====================
* Refactorings & support for US companies data (via NASDAQ's Apis) - by Eric D. Santos Sosa
0.2.0 - Nov 24, 2014
@@ -18,6 +24,6 @@
* Type-casting: pass the option :raw => false to the quotes method to get columns converted from string to specific types (mostly float, date, time and datetime)
* Historical quotes: a convenient method to get historical quotes for a given symbol in an interval, getting either daily, weekly or monthly quotes - or dividend yields only
0.0.1 - Aug 04, 2007
===============================
-* Initial implementation - no bells, no whristles :)
+* Initial implementation - no bells, no whistles :)