Skip to content

Releases: douglaslim/gorql

v0.1.1

29 Feb 06:38
Compare
Choose a tag to compare

Changelog

  • 135c458 Create release_build.yml
  • 213720f feat: add base for mongo driver
  • 0644de2 feat: add config struct for parser
  • 70e7e67 feat: add in operator for mongodb
  • 501ab47 feat: add select fields for root node
  • ee27d3c feat: add sort, offset and limit for mongo translator
  • 9ad9f90 feat: add struct field validation
  • 57ab632 feat: create parser, lexer and sql driver
  • da028b2 feat: implement $not for mongodb parser
  • c4a9e76 feat: parse query values
  • a128513 feat: remove redundant code for translator functions in mongo
  • 3644dd9 feat: rename module to github.com/douglaslim/gorql
  • c7e92ce feat: return convert error in validation
  • 241d0ec feat: revert parsing limit and offset separately for AST
  • 8b17e7e feat: scan tag for struct to create map of field validations
  • f799105 feat: support ilike mongo operator
  • 0b6c3f7 feat: support like operator
  • 2e7287d feat: support lt, ge, & le mongo operator
  • 7784096 feat: validate limit and offset value
  • c6e29c7 fix: identify and fix parse method fuzz test errors