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: orchestr7/ktoml Loading
base: v0.5.1
Choose a base ref
...
head repository: orchestr7/ktoml Loading
compare: v0.5.2
Choose a head ref
  • 17 commits
  • 25 files changed
  • 5 contributors

Commits on Jan 7, 2024

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

Commits on Jan 14, 2024

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

Commits on Feb 4, 2024

  1. Update dependency gradle to v8.6 (#233)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    634d327 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Adding new Kotlin DefaultHierarchyTemplate (#257)

    ### What's done:
    - Migration to DefaultHierarchyTemplate
    orchestr7 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    db6d3e2 View commit details
    Browse the repository at this point in the history
  2. Enhancing publishing mechanism and adding snapshot releases (#258)

    ### What's done:
    - Added snapshots
    - Removed dummy useless release configurations
    orchestr7 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ecbdec2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Primitive Char should be encoded with a single quote (#261)

    ### What's done:
    - As per the TOML specification, there is no predefined Char type. However, we've introduced the concept in our TOML implementation to align more closely with Kotlin's syntax. So we are expecting Chars to have single quote on the decoding. We need to make it more convenient and do encoding and decoding in a similar way.
    orchestr7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f17001b View commit details
    Browse the repository at this point in the history
  2. Create SECURITY.md

    orchestr7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5c91974 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Update gradle/gradle-build-action from 2 to 3(#262)

    Updates `gradle/gradle-build-action` from 2 to 3
    - [Release notes](https://github.com/gradle/gradle-build-action/releases)
    - [Commits](gradle/gradle-build-action@v2...v3)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    020c0a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

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

Commits on Apr 6, 2024

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

Commits on May 23, 2024

  1. Update Kotlin core dependencies to v1.9.24 (#268)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8c25dc7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update Kotlin core dependencies to v2 (#269)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    147df45 View commit details
    Browse the repository at this point in the history
  2. enable linux arm64 compilation (#270)

    Co-authored-by: Andrey Kuleshov <[email protected]>
    zt64 and orchestr7 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    697ea05 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update dependency io.github.gradle-nexus:publish-plugin to v2 (#267)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: akuleshov7 <[email protected]>
    renovate[bot] and orchestr7 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d0f9d72 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Update dependency gradle to v8.8 (#271)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    1fdd06a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Update all github actions (#247)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Andrey Kuleshov <[email protected]>
    renovate[bot] and orchestr7 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    656067f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7fb881 View commit details
    Browse the repository at this point in the history
Loading