Stream: cql
Topic: Atom language-cql 2.9.0 Released
JP (Mar 12 2021 at 00:04):
A new version of the Atom plugin is up -
language-cql 2.9.0 - https://atom.io/packages/language-cql
- Shows ids instead of random hashes in the results (uh.. finally :flushed:)
- Handles urn prefixes
- Highlights ELM when you view it
- Fixes hotkeys binding to non-cql files
- Various install / uninstall fixes
- Splits the pane instead of switching away from CQL (so you can edit -> f5 -> edit -> f5 and not have to change panels)
- Significant performance improvements
Bryn Rhodes (Mar 12 2021 at 00:15):
Hooray!! This is such a quality of life improvement for me, removing the JVM startup time is huge!
JP (Mar 12 2021 at 00:32):
Yep. That's gone. There's also a new batch API under the hood, a new caching layer, and a new cql-translator to cql-engine ELM mapper.
Last updated: Apr 12 2022 at 19:14 UTC