Releases: douglaslim/gorql
Releases · douglaslim/gorql
v0.1.11
Changelog
- f88cee7 fix: treat @ as special character in identifier
v0.1.10
Changelog
- 7e7a2f5 fix: array values are not converted to their field type
v0.1.9
Changelog
- fd55eb9 feat: enforce square brackets for in operator
v0.1.8
Changelog
- 8d3805e feat: add $ prefix for special operators
- e989a8a feat: add in cosmos db in operators
- 5958ac8 feat: remove double equal bloc support
- 90f1572 feat: support square brackets and equal commas
- 1026ff8 feat: use $nor for mongodb not operation
- 0381d2f fix: remove opening bracket for the second arguments prefix in functions
v0.1.7
Changelog
- 2cc4d71 fix: correct limit condition for translator
v0.1.6
Changelog
- 36d851b fix: append prefix
p
to cosmos parameters name
v0.1.5
Changelog
- 1b9148d feat: reinitialize empty array for agrs everytime Where is called for cosmos translator
v0.1.4
Changelog
- fbe9d20 feat: add cosmos translator
- f7d2472 fix: remove field validation in the syntactical parsing
v0.1.3
Changelog
- 843d0a5 feat: add a replacewith tag in struct
v0.1.2
Changelog
- b593489 feat: add colon as special character identifier for lexical parsing