Skip to content

v.1.7.3 - Bugfixes to syntax highlighting and query result viewer

Compare
Choose a tag to compare
@jimkyndemeyer jimkyndemeyer released this 26 Jan 14:16
· 984 commits to master since this release

Fixes:

  • Fixed missing syntax highlighting colors due to uninitialized JavaScript colors being referenced from GraphQL (#158)
  • Set default charset to UTF-8 in query result viewer to align with JSON spec (#181)
  • Query result viewer doesn't always reformat the response JSON (#209)
  • Make the Query result viewer work with windows line endings in JSON responses (#191)