Skip to content

Releases: wcatron/query-projects

Release v0.5.8

20 Jun 19:10

Choose a tag to compare

ci: attempt to tirgger on all tags

Release v0.5.7

20 Jun 18:58

Choose a tag to compare

chore: add installation instructions

Release v0.5.6

20 Jun 18:52

Choose a tag to compare

ci: attempt to publish for homebrew

Release v0.5.5

20 Jun 14:16

Choose a tag to compare

Full Changelog: v0.5.4...v0.5.5

  • Add support for --all flag to run all scripts across the targeted projects.
  • Fixed running scripts from a project's directory while outputting the results to the results folder.

Chores / Bugs

  • Remove a lot of unnecessary comments

Release v0.5.4

17 Jun 20:15

Choose a tag to compare

fix: use pull and not fetch

Release v0.5.3

13 Jun 11:46

Choose a tag to compare

docs: add docs for running scripts

Release v0.5.2

04 Jun 12:00

Choose a tag to compare

feat: improve token handling for pull and add

Release v0.5.1

03 Jun 15:06

Choose a tag to compare

fix: defualt script value to empty string

Release v0.5.0

02 Jun 12:52

Choose a tag to compare

feat: add support for loading into sqlite (MINOR)

Release v0.4.0

31 May 12:37

Choose a tag to compare

  • Call scripts using query-projects run --script scripts/yourscript.ts this was necessary to support args.
  • Pass the same arguments to all script query-projects run --script scripts/yourscript.ts some args this is great for creating generic scripts and running for different conditions.