Skip to content

Releases: kashav/fsql

v0.5.2

08 Nov 02:55
Compare
Choose a tag to compare

v0.5.1

17 Oct 12:19
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Oct 12:12
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Mar 18:35
Compare
Choose a tag to compare

v0.3.1

02 Jul 05:25
Compare
Choose a tag to compare

Highlights

  • Introduces new interactive mode with support for standard shell features (history, key support) and automatic paging with less for long query results.
  • Output now follows attribute order in SELECT clauses (#34).

Changes

ddd37c6...6ab8985

v0.3.0

21 Jun 19:16
Compare
Choose a tag to compare

Highlights

  • Hash support in SELECT / WHERE clause (#26).

Changes

ee766f7...ddd37c6

Contributors

  • @jonesbrianc26 (#30)

v0.2.1

09 Jun 08:26
Compare
Choose a tag to compare

Highlights

  • Support for globs in FROM clause (#7).
  • #20

Changes

0b053a6...ee766f7

v0.2.0

04 Jun 20:11
Compare
Choose a tag to compare

Highlights

  • Features:

    • Introduces support for basic subqueries (#4).
    • Implements attribute modifiers (#17).
    • Adds an interactive mode, invoked with -interactive.
  • Bug fixes:

    • Directory exclusions excluding similarly named files (#5).
    • Duplicate output entries when sources don't match a set pattern (#24).

Changes

10f10e4...0b053a6

Contributors

v0.1.1

28 May 07:11
Compare
Choose a tag to compare

Very minor updates, mainly for flag/version support in the Homebrew release. Hoping to release v0.2.0 in the coming weeks with support for subqueries and attribute modifiers.

Highlights

  • Adds usage dialogue with -help and -version flags.
  • Various README updates.

Changes

20e5acd...10f10e4

Contributors

v0.1.0

17 May 06:16
Compare
Choose a tag to compare

Initial release.