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: saschpe/Log4K
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/1.3.1
Choose a base ref
...
head repository: saschpe/Log4K
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/1.3.2
Choose a head ref
  • 15 commits
  • 26 files changed
  • 1 contributor

Commits on May 22, 2024

  1. Merge pull request #46 from saschpe/filelogger-api

    FileLogger API improvement
    saschpe authored May 22, 2024
    Copy the full SHA
    0206999 View commit details

Commits on May 23, 2024

  1. Github: Checkout main branch instead of ref on publish job

    To ensure the scripts/publish works as intended.
    saschpe committed May 23, 2024
    Copy the full SHA
    34a91ce View commit details

Commits on May 27, 2024

  1. Merge pull request #47 from saschpe/gh.checkout

    Github: Checkout `main` branch instead of ref on publish job
    saschpe authored May 27, 2024
    Copy the full SHA
    0e7b963 View commit details

Commits on Jun 12, 2024

  1. Use more unique (internal) content provider authorities.

    Avoids potential clashes in apps integrating the library
    saschpe committed Jun 12, 2024
    Copy the full SHA
    f235717 View commit details
  2. Merge pull request #48 from saschpe/saschpe.context-provider-authorities

    Use more unique (internal) content provider authorities.
    saschpe authored Jun 12, 2024
    Copy the full SHA
    60f80e2 View commit details
  3. Gradle: Update wrapper to version 8.8

    saschpe committed Jun 12, 2024
    Copy the full SHA
    8ce196a View commit details
  4. Merge pull request #49 from saschpe/saschpe.gradle88

    Gradle: Update wrapper to version 8.8
    saschpe authored Jun 12, 2024
    Copy the full SHA
    c15fc6f View commit details
  5. Use ktlint 1.3.0 for code formatting

    Not worth mentioning in CHANGELOG.md as this doesn't affect library
    users.
    saschpe committed Jun 12, 2024
    Copy the full SHA
    71b29c3 View commit details
  6. Merge pull request #51 from saschpe/saschpe.ktlint130

    saschpe authored Jun 12, 2024
    Copy the full SHA
    bf75857 View commit details
  7. Kotlin: Update to version 2.0.0

    Including matching kotlinx-io version 0.4.0 and kotlin-wrappers version
    pre.757. Adjust expect class declarations due to [stricter rules][0] for
    abstract members with the K2 compiler. See open [YouTrack issue][1].
    
    [0]: https://kotlinlang.org/docs/k2-compiler-migration-guide.html#stricter-rules-for-abstract-members-in-expected-classes
    [1]: https://youtrack.jetbrains.com/issue/KT-59739/K2-MPP-reports-ABSTRACTMEMBERNOTIMPLEMENTED-for-inheritor-in-common-code-when-the-implementation-is-located-in-the-actual
    saschpe committed Jun 12, 2024
    Copy the full SHA
    0e11914 View commit details
  8. Merge pull request #50 from saschpe/saschpe.kotlin20

    Kotlin: Update to version 2.0.0
    saschpe authored Jun 12, 2024
    Copy the full SHA
    556bf9b View commit details
  9. Gradle: Only query google repository for Android dependencies

    Avoid leaking all other used dependencies to Google servers and speed
    up dependency resolution.
    saschpe committed Jun 12, 2024
    Copy the full SHA
    dd13b03 View commit details
  10. Merge pull request #52 from saschpe/saschpe.gradle-repos

    Gradle: Only query google repository for Android dependencies
    saschpe authored Jun 12, 2024
    Copy the full SHA
    ea1e3d1 View commit details

Commits on Jun 19, 2024

  1. Add iosX64 build target

    saschpe committed Jun 19, 2024
    Copy the full SHA
    99cfcde View commit details
  2. Release version 1.3.2

    Signed-off-by: Sascha Peilicke <[email protected]>
    saschpe committed Jun 19, 2024
    Copy the full SHA
    1347fe4 View commit details
Loading