Skip to content

Releases: Zheoni/rng-query

v2.1.0

05 Jun 19:57

Choose a tag to compare

  • Add t flag to treat entries as text.
  • Add random color generation.
  • Add uuid V4 generation.

v2.0.1

27 Feb 20:29

Choose a tag to compare

Internal improvements and CLI args renames. Old arg names are still supported
but hidden and may be removed or repurposed in a future release.

v2.0.0

27 Feb 03:24

Choose a tag to compare

This release focuses on simplify things while keeping the core functionality.

Language

  • Add support for subqueries.
  • Remove stack (and 'p' flag).
  • Remove multiple queries separated by ';'.
  • All entries are evaluated in a query now. Removed 'e' and 'E' flag.

CLI

  • Remove read from files.
  • STDIN now only supports adding entries. Entries can still be expressions or
    just data.

v1.0.0

03 Sep 21:51

Choose a tag to compare

Initial release of this simple app 😄