Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lib): fully refactor the library for v3 #117

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

chore(lib): fully refactor the library for v3 #117

wants to merge 8 commits into from

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    6531ec5 View commit details
    Browse the repository at this point in the history
  2. fix(docs): CHANGELOG.md

    jeertmans committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    eef5101 View commit details
    Browse the repository at this point in the history
  3. fix(docs): CHANGELOG.md

    jeertmans committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    153b454 View commit details
    Browse the repository at this point in the history
  4. fix(ci): remove PDM install

    jeertmans committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    dccdcbc View commit details
    Browse the repository at this point in the history
  5. chore(lib): continuation of v3 refactor (see #117) (#120)

    * fix!: adjustments after refactor
    
    * Update README.md
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    * docs(changelog): remove mention of support for markdown and typst files for now
    
    * refactor: use `check::Request`, `check::Response` and `check::ResponseWithContext`
    
    * chore: formatting
    
    * fix: minimum Rust version needs to be higher for `clap`
    
    * fix: doc test
    
    * refactor: use crate's result type for the `check` method on `Client`
    
    * refactor: use crate's result type for the `languages` method on `Client`
    
    * Update src/api/mod.rs
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    * Update src/api/mod.rs
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    * fix: convert `reqwest` error
    
    ---------
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    Rolv-Apneseth and jeertmans committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d411823 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df0130b View commit details
    Browse the repository at this point in the history
  7. fix(ci): add codecov token

    jeertmans authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    039af11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7247e4 View commit details
    Browse the repository at this point in the history