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: MiniPlaceholders/MiniPlaceholders
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.0
Choose a base ref
...
head repository: MiniPlaceholders/MiniPlaceholders
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 19 commits
  • 84 files changed
  • 5 contributors

Commits on Feb 23, 2025

  1. build: Back to snapshots

    4drian3d committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    f939fac View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. chore(deps): update dependency gradle to v8.13 (#249)

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

Commits on Apr 13, 2025

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

Commits on Jun 29, 2025

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

Commits on Aug 19, 2025

  1. MiniPlaceholders V3: Placeholders Refactor (#256)

    * refactor: Changed the way of processing and creating placeholders, now based on the MiniMessage parsing context
    
    * fix: Fixed version string
    
    * feat: Added ability to obtain placeholders directly
    
    resolves #174
    
    * feat: Implement GlobalPlaceholder instance
    
    * feat: Reimplemented support for ForwardingAudiences
    
    * test: Fixed resolver equality tests
    
    * test: Implemented some test based on recent API changes
    
    * docs: Added some documentation
    
    * docs: Added some placeholders documentation
    
    * test: Added complex tag tests
    
    * fix: Fixed javadoc generation
    
    * feat: Implement Expansion Providers
    
    resolves #9
    
    * fix: Apply changes from #265
    
    * feat: Removed default expansions
    
    This allows more control by server admins to be able to control which Expansions are used on a server. The default expansions will be included in external expansions.
    
    * docs: A few advances in documentation
    
    This commit took over three months to publish...
    
    * feat: Added error messages to expansion providers loading process
    
    * build: Updated to Gradle 9.0.0
    
    * docs: Finished javadocs documentation
    
    build: Use gradle configuration cache
    
    * fix: Fixed dynamic expansions loading
    
    * feat: Added basic dependency injection for ExpansionProvider
    
    This allows certain expansions to obtain data from the platform on which they are running where there is no static context for their platform or plugin/mod instances.
    This feature will be used by a minority of expansions, but it eliminates the need to create expansions that load as plugins, as in MiniPlaceholders v1 and v2.
    
    * fix: Expansions initialization on Paper
    4drian3d authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    431270e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. fix(deps): update shadow to v9.0.2 (#243)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    c2771a4 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency org.incendo:cloud-fabric to v2.0.0-snaps…

    …hot (#244)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    0c51aeb View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency net.fabricmc.fabric-api:fabric-api to v0…

    ….132.1+1.21.9 (#247)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    bb6f2d6 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency net.kyori:adventure-platform-fabric to v…

    …6.6.0 (#264)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    4edf418 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update plugin idea-ext to v1.2 (#272)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    771cf33 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update plugin quiet-fabric-loom to v1.11.324 (#261)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    7c415f1 View commit details
    Browse the repository at this point in the history
  7. fix(deps): update cloud.minecraft to v2.0.0-snapshot (#271)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    8ce7846 View commit details
    Browse the repository at this point in the history
  8. fix(deps): update dependency me.lucko:fabric-permissions-api to v0.4.1 (

    #273)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    fe2bdd8 View commit details
    Browse the repository at this point in the history
  9. chore(deps): update plugin org.gradle.toolchains.foojay-resolver-conv…

    …ention to v1 (#276)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    6743e35 View commit details
    Browse the repository at this point in the history
  10. chore(deps): update actions/checkout action to v5 (#275)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    e84a484 View commit details
    Browse the repository at this point in the history
  11. fix(deps): update dependency org.junit:junit-bom to v5.13.4 (#274)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    c7c1576 View commit details
    Browse the repository at this point in the history
  12. fix(deps): update kotlin monorepo to v2.2.20-rc (#259)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    bfc05ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f3c3f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ffc47a View commit details
    Browse the repository at this point in the history
Loading