The bare necessities
Compatible Spigot versions: 1.17.1
This update introduces a replacement for StringArgumentType.word()
that supports non-ASCII characters.
In addition, we have updated our Git workflow to embrace a more "trunk-based development" model. As such,
we no longer maintain a stable branch. All releases will be tagged on master
instead.
Commmons
- Add
Readers.unquoted(StringReader)
- replacesStringReader.readUnquotedString()
which does not support non-ASCII characters - Add
WordType.word()
- replacesStringArgumentType.word()
which does not support non-ASCII characters - Change
WordType.WORD
to become private - Fix
EnchantmentType
not supporting non-ASCII characters - Fix
MaterialType
not supporting non-ASCII characters - Fix
ParticleType
not supporting non-ASCII characters
What's Changed
- Bump checker-qual from 3.15.0 to 3.16.0 by @dependabot in #299
- Bump checkstyle from 8.44 to 8.45 by @dependabot in #302
- Bump checker-qual from 3.16.0 to 3.17.0 by @dependabot in #301
- Bump checkstyle from 8.45 to 8.45.1 by @dependabot in #304
- Bump maven-plugin-api from 3.8.1 to 3.8.2 by @dependabot in #305
- Bump maven-core from 3.8.1 to 3.8.2 by @dependabot in #306
- Bump mockito-core from 3.11.2 to 3.12.0 by @dependabot in #308
- Bump mockito-junit-jupiter from 3.11.2 to 3.12.0 by @dependabot in #307
- Bump mockito-junit-jupiter from 3.12.0 to 3.12.1 by @dependabot in #310
- Bump mockito-core from 3.12.0 to 3.12.1 by @dependabot in #309
- Bump mockito-core from 3.12.1 to 3.12.4 by @dependabot in #313
- Bump mockito-junit-jupiter from 3.12.1 to 3.12.3 by @dependabot in #312
- Bump mockito-junit-jupiter from 3.12.3 to 3.12.4 by @dependabot in #314
- Bump checkstyle from 8.45.1 to 9.0 by @dependabot in #315
- Bump checker-qual from 3.17.0 to 3.18.0 by @dependabot in #316
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 by @dependabot in #317
- Bump junit-jupiter-engine from 5.7.2 to 5.8.0 by @dependabot in #318
- Bump junit-jupiter-params from 5.7.2 to 5.8.0 by @dependabot in #319
- Bump junit-jupiter-params from 5.8.0 to 5.8.1 by @dependabot in #320
- Bump junit-jupiter-engine from 5.8.0 to 5.8.1 by @dependabot in #321
- Bump checkstyle from 9.0 to 9.0.1 by @dependabot in #325
- Bump checker-qual from 3.18.0 to 3.18.1 by @dependabot in #324
- Bump junit-jupiter-api from 5.7.2 to 5.8.1 by @dependabot in #323
- Bump maven-plugin-api from 3.8.2 to 3.8.3 by @dependabot in #322
- Bump maven-core from 3.8.2 to 3.8.3 by @dependabot in #326
- Bump mockito-core from 3.12.4 to 4.0.0 by @dependabot in #327
- Bump mockito-junit-jupiter from 3.12.4 to 4.0.0 by @dependabot in #328
- Bump checkstyle from 9.0.1 to 9.1 by @dependabot in #330
- Bump auto-service-annotations from 1.0 to 1.0.1 by @dependabot in #331
- Bump checker-qual from 3.18.1 to 3.19.0 by @dependabot in #332
Full Changelog: 5.0.0...5.1.0