Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge minimessage #622

Merged
merged 367 commits into from Dec 7, 2021
Merged

Merge minimessage #622

merged 367 commits into from Dec 7, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    516b3d4 View commit details
    Browse the repository at this point in the history
  2. add unit test for #45

    MiniDigger committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    26fd9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db0ca3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    1df80a5 View commit details
    Browse the repository at this point in the history
  2. improve escape handling

    MiniDigger committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    aad156c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acf7f0e View commit details
    Browse the repository at this point in the history
  4. Add MiniMessage#parse(String, Object...) and test

    Signed-off-by: MiniDigger <admin@minidigger.me>
    aecsocket authored and MiniDigger committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b6eea1c View commit details
    Browse the repository at this point in the history
  5. Add Tag convenience aliases

    closes #32
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c8e6c93 View commit details
    Browse the repository at this point in the history
  6. Introduce markdown flavors

    closes #56
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    dca858e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    7cfd484 View commit details
    Browse the repository at this point in the history
  2. add more tag convenience aliases

    see #32
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    7790a51 View commit details
    Browse the repository at this point in the history
  3. change default markdown flavor to legacy, plus other stuff

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    358086b View commit details
    Browse the repository at this point in the history
  4. add placeholder resolve, implements #47

    minimessage x papi anyone?!
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0336789 View commit details
    Browse the repository at this point in the history
  5. Add changelog entry

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    b80a44a View commit details
    Browse the repository at this point in the history
  6. disable dum unit test for now

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    8a45b1b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

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

Commits on Nov 28, 2020

  1. Add obfuscated alias

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    28df9af View commit details
    Browse the repository at this point in the history
  2. add missing break

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    36e6371 View commit details
    Browse the repository at this point in the history
  3. add lenient mode

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    a143097 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Bump adventure from 4.2.0 to 4.3.0

    Bumps `adventure` from 4.2.0 to 4.3.0.
    
    Updates `adventure-api` from 4.2.0 to 4.3.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.2.0...v4.3.0)
    
    Updates `adventure-text-serializer-plain` from 4.2.0 to 4.3.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.2.0...v4.3.0)
    
    Updates `adventure-text-serializer-gson` from 4.2.0 to 4.3.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.2.0...v4.3.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    56e6ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d7c54 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

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

Commits on Dec 19, 2020

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

Commits on Dec 20, 2020

  1. better error handling for malformed strings that don't ever close a t…

    …oken properly
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    07efa45 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    947c064 View commit details
    Browse the repository at this point in the history
  3. add simple benchmark

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    518ad4a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    980810f View commit details
    Browse the repository at this point in the history
  2. Improve MiniMessage#parse(String, Object...): add raw template suppor…

    …t, test for edge cases
    aecsocket authored and MiniDigger committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7d35a02 View commit details
    Browse the repository at this point in the history
  3. catch unbalanced placeholder objects

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    fcffe6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b943ed View commit details
    Browse the repository at this point in the history
  5. change order of one time transformation application to fix template a…

    …pplication order
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9ba93aa View commit details
    Browse the repository at this point in the history
  6. include font on serialization, fixes #71

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    4a5ca0b View commit details
    Browse the repository at this point in the history
  7. expand non strict mode, fix stylelint

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    e146411 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e5d52c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. build: Bump Gradle to 6.8

    zml2008 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c6277c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. bit more error handling for insertion and keybind tokens

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c584fc1 View commit details
    Browse the repository at this point in the history
  2. fix non ending components in non strict mode

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4512e36 View commit details
    Browse the repository at this point in the history
  3. hey my name is checkstyle and I hate humanity

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6aaf925 View commit details
    Browse the repository at this point in the history
  4. hey my name is checkstyle and I hate humanity (2)

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2ce3924 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

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

Commits on Jan 23, 2021

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

Commits on Feb 4, 2021

  1. Bump indraVersion from 1.2.1 to 1.3.1

    Bumps `indraVersion` from 1.2.1 to 1.3.1.
    
    Updates `net.kyori.indra` from 1.2.1 to 1.3.1
    
    Updates `net.kyori.indra.publishing.sonatype` from 1.2.1 to 1.3.1
    
    Updates `net.kyori.indra.license-header` from 1.2.1 to 1.3.1
    
    Updates `net.kyori.indra.checkstyle` from 1.2.1 to 1.3.1
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    f86eaa4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from KyoriPowered/dependabot/gradle/indraVersi…

    …on-1.3.1
    
    Bump indraVersion from 1.2.1 to 1.3.1
    zml2008 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c3165d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    3999d48 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    MiniDigger committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    146e7ce View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    4e28ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b5f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    00e6319 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from PhilCCMG/master

    fix: make unbalanced placeholder final
    kashike committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    47e074a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Bump adventure from 4.4.0 to 4.5.1

    Bumps `adventure` from 4.4.0 to 4.5.1.
    
    Updates `adventure-api` from 4.4.0 to 4.5.1
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.4.0...v4.5.1)
    
    Updates `adventure-text-serializer-plain` from 4.4.0 to 4.5.1
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.4.0...v4.5.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    65cf826 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from KyoriPowered/dependabot/gradle/adventure-…

    …4.5.1
    
    Bump adventure from 4.4.0 to 4.5.1
    kashike committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    7956125 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. properly check if hover event is a component, closes #42 for now

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    dc70b3d View commit details
    Browse the repository at this point in the history
  2. Treat invalid close tags as strings, closes #26

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2630d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Bump adventure from 4.5.1 to 4.6.0

    Bumps `adventure` from 4.5.1 to 4.6.0.
    
    Updates `adventure-api` from 4.5.1 to 4.6.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.5.1...v4.6.0)
    
    Updates `adventure-text-serializer-plain` from 4.5.1 to 4.6.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.5.1...v4.6.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    cff9fac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from KyoriPowered/dependabot/gradle/adventure-…

    …4.6.0
    
    Bump adventure from 4.5.1 to 4.6.0
    kashike committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8bbcab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Bump adventure from 4.6.0 to 4.7.0

    Bumps `adventure` from 4.6.0 to 4.7.0.
    
    Updates `adventure-api` from 4.6.0 to 4.7.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.6.0...v4.7.0)
    
    Updates `adventure-text-serializer-plain` from 4.6.0 to 4.7.0
    - [Release notes](https://github.com/KyoriPowered/adventure/releases)
    - [Commits](v4.6.0...v4.7.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and MiniDigger committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    80bd695 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. fix invalid test, add new (disabled) test, see #92

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    16b8993 View commit details
    Browse the repository at this point in the history
  2. optimize custom placeholder handling

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6faaf9c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

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

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    1da8d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76611ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e666d93 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    6873e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0523f5d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

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

Commits on May 17, 2021

  1. Bump junit-jupiter-engine from 5.7.1 to 5.7.2

    Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.7.1...r5.7.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and MiniDigger committed May 17, 2021
    Configuration menu
    Copy the full SHA
    7666817 View commit details
    Browse the repository at this point in the history
  2. Bump junit-jupiter-api from 5.7.1 to 5.7.2

    Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.7.1...r5.7.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and MiniDigger committed May 17, 2021
    Configuration menu
    Copy the full SHA
    8ce83b3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    33e6590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0bf753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a497148 View commit details
    Browse the repository at this point in the history
  4. add alias for fake spelling of gray, closes #87

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    d9bb766 View commit details
    Browse the repository at this point in the history
  5. add (disabled) unit test for #91

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    068b9de View commit details
    Browse the repository at this point in the history
  6. use context for recursive parsing, pass templates if needed, closes #103

    
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c3fa19c View commit details
    Browse the repository at this point in the history
  7. apply transformations to one time transformations of the end of the i…

    …nput, closes #101
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    be91893 View commit details
    Browse the repository at this point in the history
  8. allow templates to be used inside pre tags, closes #98

    also some cleanup of the last stuff
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    feb0160 View commit details
    Browse the repository at this point in the history
  9. escape pre end tags in string templates, since this is most likely ne…

    …ver what you actually want, closes #97
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2a05cd9 View commit details
    Browse the repository at this point in the history
  10. add unit test for #93 and #68

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2922bc6 View commit details
    Browse the repository at this point in the history
  11. Add dark_grey alias (#112)

    Co-authored-by: Kezz <1526243+kezz@users.noreply.github.com>
    Andre601 and kezz committed May 21, 2021
    Configuration menu
    Copy the full SHA
    898f119 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

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

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    3f21b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dfc0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e113eb View commit details
    Browse the repository at this point in the history
  4. Slightly optimize and cleanup parser

    There were some tokens which where left around from previous designs.
    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5482d98 View commit details
    Browse the repository at this point in the history
  5. refactor a ton of stuff to plug it into the new parser

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    987482d View commit details
    Browse the repository at this point in the history
  6. start fixing some unit tests

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9d5316d View commit details
    Browse the repository at this point in the history
  7. moooar tests

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a0d9608 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81c95f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf4214e View commit details
    Browse the repository at this point in the history
  10. fun

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2c0736b View commit details
    Browse the repository at this point in the history
  11. Drop javacc in favor of a manually written parser

    MiniMessage language is too lenient for a strict parser like this to be
    very good at handling. Rather than being invalid, any text which doesn't
    match the correct format is simply ignored, which is hard to do with a
    parser like this. A hand-written parser can have good performance to
    accomplish this easier.
    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    dddb04c View commit details
    Browse the repository at this point in the history
  12. Fix braces test

    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    ef1f164 View commit details
    Browse the repository at this point in the history
  13. Add some comments etc

    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5470fee View commit details
    Browse the repository at this point in the history
  14. work on a bunch of unit tests

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a354bb0 View commit details
    Browse the repository at this point in the history
  15. add lazy templates (#114)

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    d289a02 View commit details
    Browse the repository at this point in the history
  16. checkstyle stuff

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    7d87e4f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2e6e8a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc90ac4 View commit details
    Browse the repository at this point in the history
  19. Validate tag content at parse time, and properly handle templates

    Fix some tests as well
    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9a293ff View commit details
    Browse the repository at this point in the history
  20. reimplement gradients and rainbows, fix gradient tests

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    32ba234 View commit details
    Browse the repository at this point in the history
  21. codestyle

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5a9a941 View commit details
    Browse the repository at this point in the history
  22. more tests, more cleanup

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    507b2d8 View commit details
    Browse the repository at this point in the history
  23. add todo, don't let jmh run for too long, am trying to get work done …

    …here
    
    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1730c0b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    33781c7 View commit details
    Browse the repository at this point in the history
  25. Fix import

    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1649ca2 View commit details
    Browse the repository at this point in the history
  26. fix a few more unit tests

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    13b03e1 View commit details
    Browse the repository at this point in the history
  27. merge empty components that have only one child

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e6457cc View commit details
    Browse the repository at this point in the history
  28. add a new failing unit test

    Signed-off-by: MiniDigger <admin@minidigger.me>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8e9dbe7 View commit details
    Browse the repository at this point in the history
  29. Add error cases for strict mode requiring closing braces and add debug

    Removes ParseException in favor of ParsingException and generally cleans
    up error handling.
    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4b21772 View commit details
    Browse the repository at this point in the history
  30. Rework templates so template contents are never parsed

    Trying to escape user input strings so the text can be parsed witout any
    issues is always going to be a difficult task which will usually have
    issues which can be abused. The better solution is to never parse
    template strings at all and instead insert the strings directly into the
    tree as raw text, never parsing it.
    
    This does change behavior in some ways and requires quoting around
    templates in tags, but the end result is more secure and more
    predictable.
    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6d4c94d View commit details
    Browse the repository at this point in the history
  31. Reformat code

    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    47e0de5 View commit details
    Browse the repository at this point in the history
  32. Simplify modifying transformers and tree flattening logic

    Fix the rest of the tests which weren't fixed by the simplified logic.
    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0abb12a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    38472ec View commit details
    Browse the repository at this point in the history
  34. Fix formatting and checkstyle issues

    DenWav authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8112886 View commit details
    Browse the repository at this point in the history
  35. codestyle changes

    kashike authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2639bfc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f825953 View commit details
    Browse the repository at this point in the history
  37. build: Adventure 4.7.0 -> 4.8.1

    zml2008 authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a79bf69 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4cf817c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    be52db0 View commit details
    Browse the repository at this point in the history
  40. add test

    jpenilla authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8a9c911 View commit details
    Browse the repository at this point in the history
  41. fix indent

    jpenilla authored and MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1563d89 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    483ca78 View commit details
    Browse the repository at this point in the history
  43. actually allow creating custom transformations

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    bfc3004 View commit details
    Browse the repository at this point in the history
  44. use polyglot-version-catalogs

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    bb33ba0 View commit details
    Browse the repository at this point in the history
  45. checkstyle

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    ccfd6c5 View commit details
    Browse the repository at this point in the history
  46. wat

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6c9e7ed View commit details
    Browse the repository at this point in the history
  47. add note about the web viewer

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    016677a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. fix reset alias

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    642678f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Only escape when needed, fixes #134

    kezz authored and MiniDigger committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    54d9f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2943b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. fix trailing slashes causing out of bounds, closes #138

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ccd73a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

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

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    0935e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62486b8 View commit details
    Browse the repository at this point in the history
  3. empty lines are forbidden

    rymiel committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    902e55f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Bump me.champeau.jmh from 0.6.5 to 0.6.6

    Bumps me.champeau.jmh from 0.6.5 to 0.6.6.
    
    ---
    updated-dependencies:
    - dependency-name: me.champeau.jmh
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    24d7b79 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

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

Commits on Sep 5, 2021

  1. build: adventure 4.9.0

    zml2008 committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    76f29f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

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

Commits on Sep 7, 2021

  1. build: adventure 4.9.1

    zml2008 committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    cc82414 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. chore: Remove markdown support

    kezz authored and DenWav committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2333c41 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. change the control flow in font parsing to something that makes a lit…

    …tle more sense
    
    Also permits non-namespaced font keys with implicit `minecraft:` (which aren't the best practice but seemed to have had an incomplete code path for it anyway), plus tests for those non-namespaced keys.
    **ALSO, fonts aren't click events :(**
    rymiel committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    77a6dee View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    bef5e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad344c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1de4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91cbaa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. attempt to tackle #137

    MiniDigger authored and zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    4ee4d7a View commit details
    Browse the repository at this point in the history
  2. fix style

    zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    08b8b2e View commit details
    Browse the repository at this point in the history
  3. it fails differently, idk

    zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    16b481c View commit details
    Browse the repository at this point in the history
  4. oh test passes now

    zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    1a6af4a View commit details
    Browse the repository at this point in the history
  5. Fix GH-147 as well

    zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    26df05f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #155 from rymiel/font-tag-args-fix

    Improve font transformation control flow
    zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7194722 View commit details
    Browse the repository at this point in the history
  7. fix MiniMessage.toBuilder

    zml2008 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c3102ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96a7e38 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Merge pull request #159 from KyoriPowered/issue/137

    attempt to tackle #137
    zml2008 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    be3cff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93248ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f2d11 View commit details
    Browse the repository at this point in the history
  4. Reversed Rainbow (#152)

    Co-authored-by: MiniDigger <admin@benndorf.dev>
    TreyRuffy and MiniDigger committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a182702 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    9b647c6 View commit details
    Browse the repository at this point in the history
  2. more magic literal removal

    zml2008 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    a5acad2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    9524467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef6370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc206b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. field ordering!

    zml2008 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    3156fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1cfd37 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Explicitly make all tags case-insensitive by lowercasing input

    Fixes #141 (in the basic case, argument value comparisons are still
    case-sensitive)
    zml2008 committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    29ce396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b69346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3e8bae View commit details
    Browse the repository at this point in the history
  4. Use direct color references in the color transformation

    just a bit more reliable than string constants :)
    zml2008 committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    8d472d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c2e823 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

  1. Lift "parent node is root" out of the while loop.

    This way it also matches if the loop never runs (already at root level)
    rymiel committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    bfbdb20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38cd4c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    06aae61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d933e2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be1fa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Remove unused protected Transformation::merge method.

    Seems to be leftover from a while ago and the same purpose if fulfilled by just mergeStyle
    rymiel committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    a11dcb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from rymiel/remove-unused-merge-method

    Remove unused protected Transformation::merge method.
    kashike committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    d826747 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. serialize closing tags in exact reverse order of opening tags

    This is not a great solution as it's manually ordered...
    rymiel committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    5392ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa770f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

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

Commits on Oct 18, 2021

  1. Run strings through the parser for stripping and escaping tokens

    wip, we currently lose closing tags. will probably have to fall back to
    just using the lexer and operating on the token stream.
    zml2008 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8df44f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

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

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    5c5ee73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c80b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d446160 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Implement a "resolve string templates" method in the token parser

    This is copied from the full parser, but has most thing ripped out,
    particularly those dealing with the tree structure, as a tree isn't formed...
    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    1e19b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235b004 View commit details
    Browse the repository at this point in the history
  3. grr space

    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    007d39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c079cb View commit details
    Browse the repository at this point in the history
  5. Directly resolve token content instead of creating a node

    And also an extra test because i was paranoid about this actually working
    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    3b2a565 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4210a8c View commit details
    Browse the repository at this point in the history
  7. Use child tokens properly

    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    82bad11 View commit details
    Browse the repository at this point in the history
  8. Add newline between cases

    Co-authored-by: Riley Park <riley.park@meino.net>
    rymiel and kashike committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    2a09227 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a68f840 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2709ca1 View commit details
    Browse the repository at this point in the history
  11. Extra tests for coverage

    Includes simple tests for the new placeholder resolvers
    Includes a test for #140 which is fixed now thanks to #144
    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    71ca2c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5706805 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab62718 View commit details
    Browse the repository at this point in the history
  14. Add new field into Context passed in via MiniMessage.Builder which ru…

    …ns a compacting method at the end of parsing
    
    Note that it compacts by default, whether it should no-op or compact by default is still up for debate
    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    ecad6cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    beb8ee3 View commit details
    Browse the repository at this point in the history
  16. Assume compacting method is NotNull (set to identity function in Cont…

    …ext constructor if not provided)
    
    Shouldn't actually matter much because MM itself will use the default function constant thingy
    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    1a69a64 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    432da52 View commit details
    Browse the repository at this point in the history
  18. Fix some rebase issues

    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    6ebf861 View commit details
    Browse the repository at this point in the history
  19. resolve checkstyle

    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    2c8a5b5 View commit details
    Browse the repository at this point in the history
  20. Apply suggestions from code review

    Co-authored-by: Kezz <1526243+kezz@users.noreply.github.com>
    rymiel and kezz committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a4e5a1f View commit details
    Browse the repository at this point in the history
  21. null stuffs

    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    dec9d15 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6790926 View commit details
    Browse the repository at this point in the history
  23. actually delete the old flatten function we're replacing.

    Resolves #156. I swear I did this before but i guess it got lost in the rebase
    rymiel committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    7011854 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. kezz moment

    rymiel committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    8880754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22328c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bac79ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abc1082 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Configuration menu
    Copy the full SHA
    98349fb View commit details
    Browse the repository at this point in the history
  2. chore: Remove pre tags

    kezz committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    2d2bc84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a66ff9d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    8ddbfc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b95908 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    624b046 View commit details
    Browse the repository at this point in the history
  2. There are no more bugs.

    kashike committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    73ddc5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #191 from KyoriPowered/fix/uppercase-in-templates

    fix: Enforce lowercase template keys
    kezz committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    d4bfd10 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. chore: rename all template references to placeholder

    also removes deprecated methods that are broken by this
    broccolai committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bf1aea9 View commit details
    Browse the repository at this point in the history
  2. tooling: add editorconfig

    broccolai committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e5f7e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d895c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4336f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9420292 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    4ae11f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from KyoriPowered/chore/rename-template-to-pl…

    …aceholder
    
    chore: rename template to placeholder
    broccolai committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    40a585a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7490924 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #199 from KyoriPowered/publishing/disable

    publishing: stop publishing snapshots
    zml2008 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8859978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ecd35e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de13326 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    1ee8b82 View commit details
    Browse the repository at this point in the history
  2. rebase, add more debug

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    0edb4dc View commit details
    Browse the repository at this point in the history
  3. 🤦‍♂️

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    67b929f View commit details
    Browse the repository at this point in the history
  4. support ! shorthand

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    484ccdf View commit details
    Browse the repository at this point in the history
  5. error with both shorthand and long version is used

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    0456406 View commit details
    Browse the repository at this point in the history
  6. add a test to make sure closing works as expected

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    a6671f2 View commit details
    Browse the repository at this point in the history
  7. support f shorthand

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    444b00f View commit details
    Browse the repository at this point in the history
  8. fix checkstyle, add serializer support

    Signed-off-by: MiniDigger <admin@benndorf.dev>
    MiniDigger committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b38a471 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Merge pull request #187 from KyoriPowered/fix/recursively-resolve-str…

    …ing-placeholders
    
    fix: Recursively resolve string placeholders
    kezz committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    88f0043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee98562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe85807 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Fix eclipse AP file generation

    eventually this will make it into INdra
    zml2008 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    117cad9 View commit details
    Browse the repository at this point in the history
  2. Add 'text-minimessage/' from commit 'fe85807160ebd82e12b7425e919c8ed2…

    …5189fc31'
    
    git-subtree-dir: text-minimessage
    git-subtree-mainline: 117cad9
    git-subtree-split: fe85807
    zml2008 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    84ee5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2a082b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e03f979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4894359 View commit details
    Browse the repository at this point in the history