Skip to content

2.0.0 - Magnificent Ram

Compare
Choose a tag to compare
@NeedleInAJayStack NeedleInAJayStack released this 17 Jun 16:36
e5de315

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.