Releases: borkdude/jet
Releases · borkdude/jet
v0.0.14
v0.0.13
v0.0.12
- Add
--edn-reader-opts
option. See https://github.com/borkdude/jet#data-readers. - Upgrade to GraalVM 19.3.1-java8.
v0.0.11
v0.0.10
v0.0.9
v0.0.8
New
#32: support streaming. This makes working with files produced by cat more convenient, as you don't have to read in entire files before you can process them. This is called "cat-friendly".
v0.0.7
New
- Jet now ships with an interactive shell to explore data using jet-lang. Start it with
jet --interactive
. Usingrlwrap
is recommended.
Rationale of jet-lang: a minimal language for transformation of input, before writing out to JSON, EDN, or Transit.
Rationale of the shell: learn and work out the correctness of a jet-lang query. It can also be useful on servers where you want to inspect data, but don't have REPL.
- Several additions and improvements to jet-lang. See the docs.
v0.0.6
Many changes to the query language. Remove magic set and map notation in favour of familiar Clojure-style programming constructs. See the query docs.