v0.15.1
This release contains a few bug fixes:
- orderby: fix evaluation of ORDER BY expr when used with projection #471
- errors: publish error functions to easily determine if an error is a
NotFoundError
or anAlreadyExists
error. 492cdbe - pebble: use custom Separator function. Without this, Pebble would sometimes generate an incompatible key that would cause a panic a35719a