Skip to content

v0.0.5

Compare
Choose a tag to compare
@SarthakMakhija SarthakMakhija released this 27 Sep 11:35
· 105 commits to main since this release

Changelog

  • 74f129a Sarthak | Adds a missing test for value conversion
  • 239d484 Sarthak | Adds a missing test for value conversion
  • 6cd48bb Sarthak | Adds a task
  • 56669b5 Sarthak | Adds a test for execute to check for unsupported export format
  • d7a9c50 Sarthak | Adds a test for execute with export to a file
  • 0850588 Sarthak | Adds a test for execute with html and json format
  • 60cb7b7 Sarthak | Adds a test nestedTraversal check in execute
  • 45f2e29 Sarthak | Adds an alias for term flag in describe command
  • 25af1b3 Sarthak | Adds build tag as integration for cmd tests
  • 9193f02 Sarthak | Adds integration tests for parsesize
  • 904f9f6 Sarthak | Adds mapping between int64 and uint64
  • 552a4dc Sarthak | Adds missing tests for sorted=false
  • 588d4b6 Sarthak | Adds new options minWidth and maxWidth
  • 9116fb6 Sarthak | Adds parsesize function
  • 72d6657 Sarthak | Adds support for uint64 in value conversions
  • 540c1bf Sarthak | Adds tasks
  • cf72eb1 Sarthak | Adds tasks for next release
  • 07fcc9d Sarthak | Adds tests for execute around width options
  • ef2673c Sarthak | Changes an example query description
  • fb317b7 Sarthak | Changes localFlags to PersistentFlags
  • db0782f Sarthak | Changes the case for header and footer rows in table to default
  • f9b4f89 Sarthak | Changes the flags across commands, from persistentFlags to localFlags
  • 8888559 Sarthak | Changes the version.info
  • 757e0be Sarthak | Execute command now passes the default min and max width to table formatter
  • 937c8f0 Sarthak | Execute command now passes the default min and max width to table formatter
  • 2d82508 Sarthak | Introduces Uint64 in Value
  • fde59e3 Sarthak | Moves integration and functional tests into a separate test package
  • f97b710 Sarthak | Moves resources inside test and changes the directory structure of resources/
  • 503b67b Sarthak | Moves tests from cmd into their own package. Also, moves resources for test inside test/ package
  • 2f8882f Sarthak | Passes minWidth explicitly from execute tests
  • 27f935f Sarthak | Refactors describe command
  • f9a6184 Sarthak | Refactors execute
  • 9049b58 Sarthak | Refactors listAttributes
  • 47f2483 Sarthak | Refactors listFunctions
  • 5e0bf5d Sarthak | Refactors listTimeFormats
  • 9bcec14 Sarthak | Refactors listWhereClauseFunctions
  • f91062b Sarthak | Refactors version
  • 28ae36b Sarthak | Removes sorted flags from all the list type of commands
  • 4a5e8cf Sarthak | Removes unused init() from root
  • d577692 Sarthak | Removes unused method
  • 0efd96f Sarthak | Renames methods in listTimeFormats
  • a75ee72 Sarthak | TableFormatter now takes min and max character width externally
  • 265affd Sarthak | TableFormatter uses min width and max width / column count if there is not min and max width specified
  • 320ec5a Sarthak | Updates README
  • d436a8b Sarthak | Updates README
  • 67220f8 Sarthak | Updates README
  • 7c769aa Sarthak | Updates README
  • abc1e9c Sarthak | Updates Tasks
  • f24e258 Sarthak | Updates the description of min and max width