Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vektra/mockery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.34.2
Choose a base ref
...
head repository: vektra/mockery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.35.3
Choose a head ref
  • 10 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 18, 2023

  1. add new template funcs

    list of funcs:
    - lower
    - upper
    - title
    - camelcase
    - snakecase
    - kebabcase
    - firstLower
    - firstUpper
    
    change the dependency for strings ops "iancoleman/strcase" -> "huandu/xstrings"
    SirSova committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    344a291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e62022 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. remove "title" func

    SirSova committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d094664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2835751 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. return back "strcase" functions for InterfaceName

    add deprecation comment
    SirSova committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8b0b6a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request #705 from SirSova/feature/702

    [Feature] Add new string template functions
    LandonTClipp authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6c20c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54eea9 View commit details
    Browse the repository at this point in the history
  3. - take type in account when using import replace types

    - check more specific replace types first
    RangelReale committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ee33b3d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #710 from RangelReale/replace-types-specific

    Fix replace-type for different packages from the same source
    LandonTClipp authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    246df9d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix docs

    LandonTClipp committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9d79f3a View commit details
    Browse the repository at this point in the history
Loading