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: obalunenko/logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: obalunenko/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 12 commits
  • 261 files changed
  • 2 contributors

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    d78ffc5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0 (#25)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2022
    Configuration menu
    Copy the full SHA
    85e9009 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. chore(deps): bump github.com/goreleaser/goreleaser in /tools (#27)

    Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.8.3 to 1.9.0.
    - [Release notes](https://github.com/goreleaser/goreleaser/releases)
    - [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
    - [Commits](goreleaser/goreleaser@v1.8.3...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goreleaser/goreleaser
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    c9258e2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/golangci/golangci-lint in /tools (#26)

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.46.1 to 1.46.2.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.46.1...v1.46.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2022
    Configuration menu
    Copy the full SHA
    4a10407 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. chore(deps): bump github.com/goreleaser/goreleaser in /tools (#28)

    Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/goreleaser/goreleaser/releases)
    - [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
    - [Commits](goreleaser/goreleaser@v1.9.0...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goreleaser/goreleaser
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e3ec0c9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    844eb53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c149091 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. refactor: Formatter init

    obalunenko committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a5971d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cafcf26 View commit details
    Browse the repository at this point in the history
  3. refactor: text fromatter

    obalunenko committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    366ed11 View commit details
    Browse the repository at this point in the history
  4. feat: Add log level

    obalunenko committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e35a84b View commit details
    Browse the repository at this point in the history
  5. doc: Add comments

    obalunenko committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8e98081 View commit details
    Browse the repository at this point in the history
Loading