gitql version history
10 releases tracked, newest first.
v2.3.1
Jan 14, 2023- Bug fixes
- Dependency upgrades
8 downloads
v2.3.0
Jul 8, 2021- Gitql binary uses the embed file `version.txt` to outputs the `gitql version` command. On every release, the file content is replaced by the correct tag or git commit sha.
- Set `.goreleaser.yml` to force it to release to all platforms (including windows).
7 downloads
v2.2.1
Jul 6, 2021On adding functional tests I've noticed that queries using `order by` have results differently than a normal `git log`.
You can check the change [here](https://github.com/filhodanuvem/gitql/pull/114/files#diff-cc9bb6e1ca083763f89e2fbaed955a7e3492576a17a7644a88e8995383e4e776).
5 downloads
2.2.0
May 26, 2021### DISTINCT
Use `select distinct` to group rows by a certain field.
Eg.: `select distinct author from commits where date > '2020-01-01` .
### USE
To switch to another branch you can run `use <branch>`.
2 downloads
2.1.0
Oct 4, 20202 downloads
2.0.0
Oct 28, 2019- Provide a static binary for linux and windows 64 bits
- Move from travis to github actions
- remove support to remotes
- use fixed version of OS on github actions
- set short and long flags for cli
2 downloads
v1.6.0
Feb 21, 2019Add support to count results. Another amazing work from @budden
0 downloads
1.5.1
Feb 16, 2019With a great help of @budden , we allow users to use gitql on windows.
This support is on beta stage, we appreciate any feedback from win users.
0 downloads
1.5.0
Oct 18, 2018#68 Language accepts `not in` and `not like` operations.
Thanks for @frahman5, who worked on it 🎉.
0 downloads
1.4.0
Sep 8, 2018* Add `LIKE` operator to work better than `in` - [6716a7](https://github.com/cloudson/gitql/commit/6716a7a9c90e028e7446e0186cd80e5fdc317b25)
* Add `<>` as not equal operator - [f0d7b3](https://github.com/cloudson/gitql/commit/f0d7b3b5345ee63df45e3154ac82b01ad61cd822)
* Allow `in` operator to work with `order by` - [aab37b](https://github.com/cloudson/gitql/commit/aab37bdd66d078946015c74a02a08a1e92443418)
Thanks to @luizperes , @jsixface and other contributors who works a lot on these operators.
0 downloads