-
-
Notifications
You must be signed in to change notification settings - Fork 107
Comparing changes
Open a pull request
base repository: KyoriPowered/adventure
base: v4.13.1
head repository: KyoriPowered/adventure
compare: v4.14.0
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a9f6bd5 - Browse repository at this point
Copy the full SHA a9f6bd5View commit details
Commits on Apr 7, 2023
-
feat(api): introduce a way to get viewers of a bossbar
Co-authored-by: KingOfSquares <19822231+KingOfSquares@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9870aa - Browse repository at this point
Copy the full SHA a9870aaView commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7e7bc6 - Browse repository at this point
Copy the full SHA a7e7bc6View commit details
Commits on Apr 11, 2023
-
feat(api): add ComponentEncoder
ComponentEncoder is akin to ComponentSerializer, except it doesn't provide deserialization. This is intended to be used in #898. ComponentSerializer now extends ComponentEncoder, but still overrides the methods with exact copies, to keep the javadocs more clear. These originals also retain their old `@since` tags.
Configuration menu - View commit details
-
Copy full SHA for 2d073b3 - Browse repository at this point
Copy the full SHA 2d073b3View commit details -
Merge pull request #899 from KyoriPowered/feat/text-encoder
ComponentEncoder
Configuration menu - View commit details
-
Copy full SHA for 64f8f9f - Browse repository at this point
Copy the full SHA 64f8f9fView commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 159f5fe - Browse repository at this point
Copy the full SHA 159f5feView commit details -
Merge pull request #900 from 4drian3d/fix/added-missing-nullability
fix: Added missing PermissionChecker nullability checks
Configuration menu - View commit details
-
Copy full SHA for 02ba4f3 - Browse repository at this point
Copy the full SHA 02ba4f3View commit details -
Merge pull request #894 from KyoriPowered/feature/bossbar-viewers
feat(api): introduce a way to get viewers of a bossbar
Configuration menu - View commit details
-
Copy full SHA for b59d5a2 - Browse repository at this point
Copy the full SHA b59d5a2View commit details
Commits on Apr 14, 2023
-
Initial work on an ANSIComponentSerializer
Basically so far it's just a thing which pipes together an ANSIComponentRenderer from net.kyori.ansi and a ComponentFlattener. NEEDS MORE TESTS AAAA
Configuration menu - View commit details
-
Copy full SHA for 9baeab2 - Browse repository at this point
Copy the full SHA 9baeab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2f102 - Browse repository at this point
Copy the full SHA 0a2f102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7292c4e - Browse repository at this point
Copy the full SHA 7292c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b32f7 - Browse repository at this point
Copy the full SHA 92b32f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd430b8 - Browse repository at this point
Copy the full SHA fd430b8View commit details -
Apply suggestions from code review
Co-authored-by: zml <zml@stellardrift.ca>
Configuration menu - View commit details
-
Copy full SHA for fab97e1 - Browse repository at this point
Copy the full SHA fab97e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f20aaa - Browse repository at this point
Copy the full SHA 3f20aaaView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be62730 - Browse repository at this point
Copy the full SHA be62730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55101af - Browse repository at this point
Copy the full SHA 55101afView commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b261357 - Browse repository at this point
Copy the full SHA b261357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d1f43 - Browse repository at this point
Copy the full SHA 82d1f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26ad3f - Browse repository at this point
Copy the full SHA d26ad3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c9928 - Browse repository at this point
Copy the full SHA 33c9928View commit details
Commits on Apr 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fb657e - Browse repository at this point
Copy the full SHA 2fb657eView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9971900 - Browse repository at this point
Copy the full SHA 9971900View commit details -
Configuration menu - View commit details
-
Copy full SHA for b766225 - Browse repository at this point
Copy the full SHA b766225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea0f70 - Browse repository at this point
Copy the full SHA 8ea0f70View commit details -
Merge pull request #906 from KyoriPowered/allow-custom-colors-legacy
feat: allow custom colors in LegacyComponentSerializer
Configuration menu - View commit details
-
Copy full SHA for 7c19212 - Browse repository at this point
Copy the full SHA 7c19212View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 570310d - Browse repository at this point
Copy the full SHA 570310dView commit details -
Merge pull request #898 from KyoriPowered/feat/ansi-component-serializer
ANSIComponentSerializer
Configuration menu - View commit details
-
Copy full SHA for 62ca6f4 - Browse repository at this point
Copy the full SHA 62ca6f4View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d57b461 - Browse repository at this point
Copy the full SHA d57b461View commit details -
Merge pull request #909 from KyoriPowered/fix/bom-ansi
bom: Add missed text-serializer-ansi
Configuration menu - View commit details
-
Copy full SHA for 7b1a5a6 - Browse repository at this point
Copy the full SHA 7b1a5a6View commit details
Commits on Apr 28, 2023
-
feat(key): try to include additional information in error messages wh…
…en an invalid character has been detected in a Key Co-authored-by: Jason <11360596+jpenilla@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bcc3d2d - Browse repository at this point
Copy the full SHA bcc3d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b37ebb8 - Browse repository at this point
Copy the full SHA b37ebb8View commit details
Commits on Apr 30, 2023
-
Merge pull request #887 from KyoriPowered/feature/key-errors
feat(key): try to include additional information in error messages when an invalid character has been detected in a Key
Configuration menu - View commit details
-
Copy full SHA for 0850ada - Browse repository at this point
Copy the full SHA 0850adaView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef1fe46 - Browse repository at this point
Copy the full SHA ef1fe46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7b7ca - Browse repository at this point
Copy the full SHA 9a7b7caView commit details -
Merge pull request #914 from KyoriPowered/fix/ansi-versions
ansi: tiny javadoc since tag fix
Configuration menu - View commit details
-
Copy full SHA for c87a6e2 - Browse repository at this point
Copy the full SHA c87a6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78e7ff - Browse repository at this point
Copy the full SHA e78e7ffView commit details -
Merge pull request #911 from KyoriPowered/renovate/patch-release-depe…
…ndency-changes chore(deps): Update patch-release dependency changes
Configuration menu - View commit details
-
Copy full SHA for 0312a78 - Browse repository at this point
Copy the full SHA 0312a78View commit details -
Merge pull request #912 from KyoriPowered/renovate/checkstyle
chore(deps): Update dependency com.puppycrawl.tools:checkstyle to v10.10.0
Configuration menu - View commit details
-
Copy full SHA for e064140 - Browse repository at this point
Copy the full SHA e064140View commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e004fea - Browse repository at this point
Copy the full SHA e004feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6363af5 - Browse repository at this point
Copy the full SHA 6363af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f6aa9 - Browse repository at this point
Copy the full SHA 27f6aa9View commit details
Commits on May 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3efb556 - Browse repository at this point
Copy the full SHA 3efb556View commit details -
Merge pull request #916 from emilyy-dev/fix/ansi-use-provided-stuffs
Fix: ANSI serializer isn't using configured flattener & color level
Configuration menu - View commit details
-
Copy full SHA for c6fb10f - Browse repository at this point
Copy the full SHA c6fb10fView commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 019ea1b - Browse repository at this point
Copy the full SHA 019ea1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b805c64 - Browse repository at this point
Copy the full SHA b805c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0fd32 - Browse repository at this point
Copy the full SHA 5d0fd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e9571 - Browse repository at this point
Copy the full SHA 64e9571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ffa8a - Browse repository at this point
Copy the full SHA 06ffa8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77759d - Browse repository at this point
Copy the full SHA f77759dView commit details
There are no files selected for viewing