2.0.0 - Magnificent Ram
Fields in GraphQL responses now match the order in which they were listed in the query. This fixes #60. A dependency on Swift Collections was added.
While the changes are modest, it is marked as a major release because it changes the return type of the public executeFields
method and public Map
enum to be OrderedDictionary instead of Dictionary.