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: assertk-org/assertk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.1
Choose a base ref
...
head repository: assertk-org/assertk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 6 commits
  • 26 files changed
  • 3 contributors

Commits on Jul 20, 2023

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

Commits on Aug 24, 2023

  1. Update to Kotlin 1.9

    JakeWharton authored and evant committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6c30b14 View commit details
    Browse the repository at this point in the history
  2. Fix the build on Windows

    The project had been failing to build on my Windows PC with the
    following rather cryptic exception:
    Caused by: java.lang.StringIndexOutOfBoundsException:
    begin 324, end -1, length 5122
    
    I tracked this down to use of hard-coded Unix-style line separator "\n"
    in TemplateTask.kt. Using the system's line separator corrected the
    problem.
    
    I don't think this is likely to have any impact on non-Windows builds,
    as these templates are evidently dependent on the build platform, but
    releases already work on Windows, and clearly the build
    infrastructure is not Windows.
    carltonwhitehead authored and evant committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f64f07d View commit details
    Browse the repository at this point in the history
  3. Add support for WASM target

    JakeWharton authored and evant committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cee9597 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add Windows build to CircleCI

    carltonwhitehead authored and evant committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2fe72e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Prepare release v0.27.0

    evant committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e98c98e View commit details
    Browse the repository at this point in the history
Loading