v0.33.0 [2019-06-18]
Breaking changes
- 6f7ba55 implement nulls in the compiler runtime
Features
- 846c00a: add regexp.compile to flux using regexp.Compile from Go (#1360)
- f3e351c add regexp functions from Go to Flux (#1367)
- 7af518e add the exists operator to the compiler runtime (#1382)
- 6f7ba55 implement nulls in the compiler runtime
- e3923af add nullable kind (#1363)
- a3368ab support "with" syntax for objects in row functions. (#1303)
- ebb9215 update SPEC.md (#1361)
- e54daf4 port several string functions from go string library to flux (#1340)
- 6e9c97a add exists unary operator (#1345)
Bug fixes
- f2d41e9 add range to map_extension_with.flux (#1389)
- 6247429 row function resets records map with each call to prepare (#1388)
- adb8655 fix joinStr, including adding an EndToEnd Test (#1386)
- 19e2bf8 fix string_trimLeft and string_trimRight so that they pass in influxdb (#1369)
- 1226e29 add length check for empty tables in fill (#1355)