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: justinkames/vuejs-logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.4
Choose a base ref
...
head repository: justinkames/vuejs-logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 31, 2020

  1. Updated .travis.yml

    justinkames committed Jan 31, 2020
    Copy the full SHA
    ebc94ef View commit details

Commits on Feb 1, 2020

  1. 1.5.4

    justinkames committed Feb 1, 2020
    Copy the full SHA
    0964b18 View commit details

Commits on Jul 21, 2020

  1. Bump codecov from 3.6.2 to 3.7.1

    Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.2 to 3.7.1.
    - [Release notes](https://github.com/codecov/codecov-node/releases)
    - [Commits](codecov/codecov-node@v3.6.2...v3.7.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 21, 2020
    Copy the full SHA
    5759d6f View commit details

Commits on Oct 8, 2020

  1. Update index.d.ts

    Added plugin Install const to fix the following issue 
    
    38:9 No overload matches this call.
      Overload 1 of 2, '(plugin: PluginObject<{ logLevel: string; stringifyArguments: boolean; showLogLevel: boolean; showMethodName: boolean; separator: string; showConsoleColors: boolean; }> | PluginFunction<{ logLevel: string; ... 4 more ...; showConsoleColors: boo
    lean; }>, options?: { ...; }): VueConstructor<...>', gave the following error.
        Argument of type 'typeof import("D:/Development/patworld/src/PatentSeekers.SearchApplication.SearchSpa/node_modules/vuejs-logger/dist/index")' is not assignable to parameter of type 'PluginObject<{ logLevel: string; stringifyArguments: boolean; showLogLevel: b
    oolean; showMethodName: boolean; separator: string; showConsoleColors: boolean; }> | PluginFunction<{ logLevel: string; ... 4 more ...; showConsoleColors: boolean; }>'.
          Property 'install' is missing in type 'typeof import("D:/Development/patworld/src/PatentSeekers.SearchApplication.SearchSpa/node_modules/vuejs-logger/dist/index")' but required in type 'PluginObject<{ logLevel: string; stringifyArguments: boolean; showLogLev
    el: boolean; showMethodName: boolean; separator: string; showConsoleColors: boolean; }>'.
      Overload 2 of 2, '(plugin: PluginObject<any> | PluginFunction<any>, ...options: any[]): VueConstructor<Vue>', gave the following error.
        Argument of type 'typeof import("D:/Development/patworld/src/PatentSeekers.SearchApplication.SearchSpa/node_modules/vuejs-logger/dist/index")' is not assignable to parameter of type 'PluginObject<any> | PluginFunction<any>'.
          Property 'install' is missing in type 'typeof import("D:/Development/patworld/src/PatentSeekers.SearchApplication.SearchSpa/node_modules/vuejs-logger/dist/index")' but required in type 'PluginObject<any>'.
    ageddesi authored Oct 8, 2020
    Copy the full SHA
    191776d View commit details

Commits on Nov 23, 2020

  1. Copy the full SHA
    e9fd5e6 View commit details
  2. Merge pull request #39 from justinkames/dependabot/npm_and_yarn/codec…

    …ov-3.7.1
    
    Bump codecov from 3.6.2 to 3.7.1
    justinkames authored Nov 23, 2020
    Copy the full SHA
    f7b13ec View commit details
  3. Released 1.5.5

    justinkames committed Nov 23, 2020
    Copy the full SHA
    aa6c92a View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.5.4...master