Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.21 KB

File metadata and controls

60 lines (40 loc) · 1.21 KB

Change Log

Version 0.10.0 (2025-02-19)

  • Migrate to GitQL 0.36.0
  • Add support for using window functions.

Version 0.9.0 (2024-11-10)

  • Replace atty with std is_terminal.
  • Migrate to GitQL SDK 0.30.0

Version 0.8.0 (2024-09-09)

  • Fix the provider when number of tables is zero.
  • Update GitQL SDK to 0.27.0.

Version 0.7.0 (2024-08-4)

  • Include directories in the file crawler

Version 0.6.0 (2024-08-3)

  • Upgrade to GitQL SDk 0.25.0

Version 0.5.0 (2024-06-13)

  • Upgrade to GitQL SDk 0.23.0
  • Implement files_count function.

Version 0.4.0 (2024-06-04)

  • Upgrade to GitQL SDk 0.20.0
  • Remove lazy_static crate

Version 0.3.0 (2024-04-29)

  • Pre allocate rows and values with fixed size.
  • Upgrade to GitQL SDk 0.18.0

Version 0.2.0 (2024-03-01)

  • Support selecting is_dir.
  • Support selecting is_file
  • Upgrade to GitQL SDk 0.15.0

Version 0.1.0 (2024-02-16)

  • First release of FileQL.