Skip to content

v0.3

Latest
Compare
Choose a tag to compare
@skysyzygy skysyzygy released this 04 Nov 23:13
· 23 commits to main since this release

v0.3

  • Azure Key Vault integration for authentication
  • Environment variable can be used to set credentials
  • Improved error handling and printing

v0.2.1

  • Bux fix for potential ambiguity in some json inputs
  • Bug fix for errors in printing csv
  • Documentation site and updates to generator code

v0.2

  • Flattened JSON inputs / outputs via --inflat and --outflat
  • CSV inputs / outputs via --in csv --out csv
  • Pretty-printing and syntax highlighting of JSON everywhere
  • Clean, nicely wrapped help text

v0.1.1

  • Code refactoring to improve maintainability and test coverage
  • Fixed issue with null dates and objects being submitted in queries
  • Use stdin instead of command args for pipeability and better quoting

v0.1

Initial release!