Skip to content

1.0.0

Compare
Choose a tag to compare
@macmv macmv released this 21 Aug 15:51
· 338 commits to main since this release
4c73ec2

New Features

  • Add support for FQL v10 in both fauna shell and fauna eval.
  • Add --typecheck flag to fauna shell and fauna eval, which toggles typechecking in v10. It has no effect in v4.
  • Add a new json-tagged format for fauna eval, which returns the tagged format from the /query/1 endpoint.

Breaking Changes

  • Default fauna eval and fauna shell to use FQL v10 (previously this used v4).
  • Default fauna eval to output the simple format in a TTY, and the json 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