Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 02:55
· 69 commits to main since this release
a227adf

CHANGELOG

v0.1.0 - 2022-06-26 02:51:53

What's Changed

New Contributors

Full Changelog: https://github.com/sgoudham/git-view/commits/v0.1.0

Feature

  • general:
    • Add support for suffix (b5572a5) (#1)
    • Add support for BitBucket repositories (7a5afc7) (#1)
    • Open default remote branch if no upstream exists (80465ec) (#1)
    • Add functionality to open issue links (6e1ecf3) (#1)
    • Add functionality for opening commit hashes (9426dec) (#1)
    • Add argument 'issue' to open issues (ba6e9cf) (#1)
    • Parse URL & (naively) open the url in the browser (26d9e5b) (#1)
    • Parse URL in a robust way & start adding tests (9011c18)
    • Ensure that arguments are correctly parsed (cdaab08)
    • Add MVP git-browser (b46891e)

Bug Fixes

  • general:
    • Change project name to 'git-view' (a227adf)
    • Change commit from 'latest' to 'current' (af001e0) (#1)

Documentation

Refactor

  • general:
    • Reformat '-h' flag output (efa38be) (#1)
    • Move GitViewBuilder into module 'lib_tests' (8bb5abe) (#1)
    • Change 'to_owned()' to 'into()' (d930d79) (#1)
    • Implement functionality to retrieve git default branch (784aee1) (#1)
    • Add GitTrait to allow for easier testing (f830f91) (#1)
    • Add issue argument and start generating final url (7be0788) (#1)
    • No need to store domain string in enum (ac48831) (#1)
    • Use Cow<'_, str> and Url/Domain structs (de44601) (#1)
    • Add Url & Domain structs (34cb2b6) (#1)
    • Don't map to String anymore (8f7210a) (#1)
    • Perform massive refactor (95953b8) (#1)
    • Use 'AppError' for propagation to clap (ce41387) (#1)
    • Add 'AppError' to allow cleaner propagation of different errors (c632965) (#1)
    • Setup git-remote walking skeleton (e11e88b)

* This CHANGELOG was automatically generated by auto-generate-changelog