Skip to content

v0.0.27

Latest

Choose a tag to compare

@HumanUser HumanUser released this 08 May 13:06
ea0359c

Version 0.0.27

  • New FlyQL editors: Replaced the internal Monaco-based query and columns editors with the standalone flyql packages. Brings inline diagnostics, smarter suggestions, and async JSON key discovery.
  • Renderers (highlight, hl, href) now require an as alias separator. The old flat syntax payload|json|highlight is rejected - write payload|json as p|highlight instead. Transformers (the segment between the column and as alias) are unchanged.

Warning

If any saved views or source default-column expressions chain a renderer directly after a transformer (message|json|highlight, payload|hl, etc.), they need to be edited to insert an as alias clause: message|json as m|highlight. Untouched expressions will fail to parse and the columns editor will flag them.

Warning

This release requires database migrations to be run. See Database migrations for instructions.