Release v0.13.0
Pre-release
Pre-release
You can now build queries with values from arrays and slices. There are limits; references to elements in arrays and slices are int literals, so you must be sure that the array or slice is at least as long as the specified literals.
The README has been updated with examples of accessing nested fields and arrays.
The errors are now using github.com/jonbodner/stackerr to provide stack traces when they are formatted with %+v