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: scalameta/mdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: scalameta/mdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Oct 19, 2023

  1. Update flexmark-all to latest 0.64.8 (#809)

    * Update flexmark-all to latest 0.64.8
    
    * Remove java 8 from CI workflows.
    
    * Remove references to java8 in .mergify.yml.
    
    * Remove references to java 8 in `build.sbt`.
    
    * Use `-release 8` for scala 2.12.
    
    Co-authored-by: Tomasz Godzik <[email protected]>
    
    ---------
    
    Co-authored-by: Tomasz Godzik <[email protected]>
    mrdziuban and tgodzik authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7a650e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Bump actions/setup-node from 3 to 4

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kitbellew committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8d4b441 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    cdc3755 View commit details
    Browse the repository at this point in the history
  2. Update scalafmt-core to 3.7.15

    scalameta-bot authored and kitbellew committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    29acdae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96bc60f View commit details
    Browse the repository at this point in the history
  4. MarkdownPart: move to separate mdoc-parser module

    scalafmt has an own markdown parser, to be able to format any scala code
    found in fenced blocks. In addition to duplicating functionality in that
    parser, it also doesn't support indented code blocks.
    
    Let's instead extract the parser portion of the mdoc logic into a module
    so that it can be re-used. That module will have no dependencies.
    kitbellew authored and tgodzik committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b8b3fd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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