v0.18.0 [2019-02-07]
Features
- dd6fe23 add strings package with functions to trim/change string case (#943)
- 17a81e4 make duration conversion public (#947)
- fb6c314 add assertEmpty method and use it with testing.test (#926)
- 3369fa5 expose literal parsers used within the parser (#922)
- 288f937 add testing.diff function (#917)
- 511dda3 execute command (#902)
Bug fixes
- 3219298 refactor the controller to remove data races (#939)
- b620e9e member expressions using a string literal use the incorrect end bracket (#949)
- b58fd25 skip lambda evaluation when referencing nulls (#862)
- 40de12c options editor should use ast.Expression (#927)
- e818db8 fix decoder bug where a default table id is given when none is required. (#916)
- 392cd4f add close to SourceIterator (#904)