Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.2

    Release 0.1.2
    
    * chore(release): Release v0.1.2 ([2a6b5c8](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/2a6b5c8))
    * fix(apply_functions): fix issue with negative relative dates ([07e78c7](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/07e78c7))
    * fix(semantic_analysis): add support for due date ([a941a8c](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/a941a8c))
  • v0.1.1

    Release 0.1.1
    
    * chore(release): release v0.1.1 ([06b8b8b](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/06b8b8b))
    * fix(context): override default group or project ([db6702f](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/db6702f))
  • v0.1.0

    Release 0.1.0
    
    * docs: change lefthook command docs ([d4f96f9](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/d4f96f9))
    * chore: add default issue template with labels ([4284b6c](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/4284b6c))
    * chore: add default merge request template ([c7792a3](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/c7792a3))
    * chore: add docs, examples and coverage report to pages job ([dc2037e](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/dc2037e))
    * chore: prevent rust version updates from renovate ([fbf855b](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/fbf855b))
    * chore: run pages related jobs on `main` only ([481257b](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/481257b))
    * chore: update package name ([bd98579](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/bd98579))
    * chore(ci): add an npm publish job ([2c14459](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/2c14459))
    * chore(ci): fix publish job ([e33fec1](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/e33fec1))
    * chore(deps): update rust crate colored to 2.1 ([336829a](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/336829a))
    * chore(deps): update rust crate lazy_static to 1.5.0 ([c386685](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/c386685))
    * chore(deps): update rust crate nom to 7.1.3 ([a2df778](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/a2df778))
    * chore(deps): update rust crate urlencoding to 2.1.3 ([8458007](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/8458007))
    * ci: add rust toolchain ([800565d](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/800565d))
    * Add a graphql_components codegen module ([a21f803](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/a21f803))
    * Add commitlint ([2462e89](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/2462e89))
    * Add dangerbot ([e8b4441](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/e8b4441))
    * Add LICENSE ([d8cd154](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/d8cd154))
    * Add Makefile ([a1593aa](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/a1593aa))
    * Add npm tests and pages job ([14bff55](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/14bff55))
    * add README ([d7106ef](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/d7106ef))
    * Add readme for the `npm` library ([91c475a](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/91c475a))
    * Add tooling ([dbd572e](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/dbd572e))
    * Add transform logic to group similar fields together ([8ca05cc](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/8ca05cc))
    * Adding glql-tester to test queries ([a18cb3f](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/a18cb3f))
    * Allow parser to handle errors properly ([7020477](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/7020477))
    * Comment out failing integration tests and merge unit-test and integration-test jobs ([c1bdd31](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/c1bdd31))
    * Create a basic GraphQL code generator ([7659550](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/7659550))
    * Create a context module ([845a527](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/845a527))
    * Create a new apply_functions module ([f632770](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/f632770))
    * Fix linting errors ([d165d4b](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/d165d4b))
    * Fix more parser errors ([7d994b9](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/7d994b9))
    * Fix semantic_analysis function ([6b4be9c](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/6b4be9c))
    * Fixes in the parser ([b328512](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/b328512))
    * Initial version of the parser ([e2a2f48](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/e2a2f48))
    * Match analyzer and generator closely to Haskell version ([2195f76](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/2195f76))
    * Move tests to a separate file ([029b4b0](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/029b4b0))
    * Port integration tests from Haskell ([54fe068](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/54fe068))
    * Port static analyzer from Haskell ([2cc6737](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/2cc6737))
    * Prepare build for WASM ([827a17f](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/827a17f))
    * Reduce visibility of internals and move specs ([71773ed](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/71773ed))
    * Update README.md ([954f710](https://gitlab.com/gitlab-org/gitlab-query-language/glql-rust/commit/954f710))