Skip to content

Release v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonbodner jonbodner released this 15 Oct 02:28
· 7 commits to master since this release
c395cd4

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