Skip to content

Bobcat 0.5.0

Compare
Choose a tag to compare
@ibnc ibnc released this 25 Sep 22:37

Release 0.5.0

  • All JSON output (nested, flattened, split) generates object streams (array of JSON objects)
  • Added a serial/autoincrementing integer field type
  • Added support to modify the primary key field name and generated value (uid vs auto increment)
  • Added support for strftime date format when generating random dates
  • Ensure errors are annotated with filenames and line numbers
  • Support output to STDOUT for command pipelining
  • --check flag does a more thorough syntax check
  • Predefined date variables UNIX_EPOCH and NOW
  • Added support for lambdas
  • Added support for composable expressions in field declarations
  • Added support for distributions (uniform, weight, normal, percent)
  • Better documentation
  • Builtin types now prefixed with $