Skip to content

Commit

Permalink
chore: add some more PRs to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 27, 2024
1 parent e07d791 commit a5970ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/cloud-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,19 @@ Command execution is now handled by a `CommandExecutor` which can be retrieved f
This allows suggestion providers to consume more than a single token at a time, and also gives them access to whitespace
information. This allows for better multi-token suggestions.

**Simplify execution coordination API ([#609](https://github.com/Incendo/cloud/pull/609))**
It is easier to create & modify execution coordinators.

**Make ParserRegistry easier to use ((#592)[https://github.com/Incendo/cloud/pull/592])**
You may now register `ParserDescriptor` instances.

**Move confirmation system to external repository ([#620](https://github.com/Incendo/cloud/pull/620))**
The confirmation system now lives in [cloud-processors](https://github.com/Incendo/cloud-processors).

**Add Either ([647](https://github.com/Incendo/cloud/pull/647))**
`Either<A, B>` can be parsed by `ArgumentParser.firstOf(ParserDescriptor, ParserDescriptor)` which allows
for multiple variable components on the same level.

### Annotations

**Lenient `@Suggestions` methods ([#496](https://github.com/Incendo/cloud/pull/496), [#617](https://github.com/Incendo/cloud/pull/617))**
Expand Down Expand Up @@ -134,6 +144,12 @@ Decorators are like builder modifiers, but they're applied to _all_ builders con
**Allow for a different class loader when parsing command containers**
This fixes issues with platforms that use custom class loaders for plugins.

**Use the same parameter matching logic everywhere ([617](https://github.com/Incendo/cloud/pull/617))**
This allows for injections and more flexible signatures in more places.

**Support Gradle incremental compilation ([#624](https://github.com/Incendo/cloud/pull/624))**
Faster compilation.

### Kotlin

**Support default values ([#511](https://github.com/Incendo/cloud/pull/511))**
Expand Down Expand Up @@ -165,6 +181,9 @@ Brigadier doesn't display suggestions for numbers.
Issues with inner nodes in aggregate components have been resolved and these nodes are now constructed in the
same way as other nodes.

**Remove checked exception from creating Bukkit/Paper command managers**
It simplifies the setup process. They may still throw runtime exceptions, so make sure to read the documentation.

#### Bukkit

**Description resolution ([#530](https://github.com/Incendo/cloud/pull/530))**
Expand Down

0 comments on commit a5970ac

Please sign in to comment.