1.3
- Added support for visitors that must maintain contextual information.
- Added "FieldPath" abstraction for identifying targeted fields on a model, includes capturing information for AST nodes who originated as part of parsing a subquery. This was necessary to fix a bug in the elasticsearch visitor implementation that resulted in incorrect nested queries being generated.
- Fixed bug in elasticsearch visitor per above ^