# Revision history for graphql-w-persistent
## 0.6.0.0 -- 2019-08-31
* reduce computations, fix bug on variables to parent object arguments, fix bug when querying parental objects, add scalar argument feature
## 0.5.0.0 -- 2019-08-08
* update join to maximize data retrieval, add meta-fields, fix a problem with subsequent nested object fields
## 0.4.0.0 -- 2019-06-17
* add inline fragments and comment lines
## 0.3.2.1 -- 2019-05-18
* fix variables bug (now supporting multiple variables), database query bug (translating correctly nested objects), fragments bug (within variables are now supported), and added include and skip directives support
## 0.3.1.2 -- 2019-04-21
* bug fix: nested objects are now supporting filters on attribute
## 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.
## 0.3.1.0 -- 2018-11-07
* Give thrown exceptions
## 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.2.0.1 -- 2018-11-05
* Fix to accept empty variable arguments and default values
## 0.2.0.0 -- 2018-11-05
* Variables are available...api change is schema changes
## 0.1.0.7 -- 2018-10-26 [stable release]
* Json file schema
## 0.1.0.6 -- 2018-10-24
* Revise documentation
## 0.1.0.5 -- 2018-10-22
* Add duplicated queries feature
## 0.1.0.4 -- 2018-10-19
* Fix type heirarchies and arguments
## 0.1.0.3 -- 2018-10-18
* Revise documentation and Bug fix
## 0.1.0.2 -- 2018-10-18
* Bug fixes
## 0.1.0.1 -- 2018-10-18
* Added documentation
## 0.1.0.0 -- 2018-10-18
* First version. Released on an unsuspecting world.