1.0.0
New Features
- Add support for FQL v10 in both
fauna shell
andfauna eval
. - Add
--typecheck
flag tofauna shell
andfauna eval
, which toggles typechecking in v10. It has no effect in v4. - Add a new
json-tagged
format forfauna eval
, which returns thetagged
format from the/query/1
endpoint.
Breaking Changes
- Default
fauna eval
andfauna shell
to use FQL v10 (previously this used v4). - Default
fauna eval
to output thesimple
format in a TTY, and thejson
format when not in a TTY (previously it always used the json format by default)
For developers
Things have switched to yarn
instead of npm
now.
Full Changelog: 0.15.0...1.0.0