# Revision history for graphql-w-persistent ## 0.1.0.0 -- 2018-10-18 * First version. Released on an unsuspecting world. ## 0.1.0.1 -- 2018-10-18 * Added documentation ## 0.1.0.2 -- 2018-10-18 * Bug fixes ## 0.1.0.3 -- 2018-10-18 * Revise documentation and Bug fix ## 0.1.0.4 -- 2018-10-19 * Fix type heirarchies and arguments ## 0.1.0.5 -- 2018-10-22 * Add duplicated queries feature ## 0.1.0.6 -- 2018-10-24 * Revise documentation ## 0.1.0.7 -- 2018-10-26 [stable release] * Json file schema ## 0.2.0.0 -- 2018-11-05 * Variables are available...api change is schema changes ## 0.2.0.1 -- 2018-11-05 * Fix to accept empty variable arguments and default values ## 0.3.0.0 -- 2018-11-06 * Bug-fix to reenable relationship queries and casting returned values with Int, Rationals/Decimals, and Doubles...api change is arguments change to processing data function ## 0.3.1.0 -- 2018-11-07 * Give thrown exceptions ## 0.3.1.1 -- 2018-11-07 * bug fix: processing sql data was incorrect from object to nested object with generalized database entities, though this is now fixed.