Skip to content

v0.2.4

Choose a tag to compare

@cjoudrey cjoudrey released this 27 Jan 23:54
· 109 commits to master since this release
eaf9d04

New features

  • Add a third output format named compact that can be used in conjunction with programs like grep. See README.md for sample output. #209 (Thanks @MatthewRines)

Bug fixes

  • Allow first argument to be a non-nullable integer when connection only supports forward pagination. #203 (Thanks @swac)
  • Allow last argument to be a non-nullable integer when connection only supports backward pagination. #203 (Thanks @swac)