cloud-kotlin-coroutines (#318)
* Builder coroutine support * Move coroutines to version catalog * Add kdocs * Add note about simple coordinator * Update changelog
This commit is contained in:
parent
6011bd1d63
commit
3f0ef5715c
10 changed files with 298 additions and 3 deletions
|
|
@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [1.6.0]
|
||||
|
||||
### Added
|
||||
- Kotlin: Support for suspending command functions using `AnnotationParser<C>.installCoroutineSupport()`
|
||||
- Kotlin: New module `cloud-kotlin-coroutines`: Support for suspending command handlers in builders and the Kotlin builder DSL
|
||||
- Kotlin: New module `cloud-kotlin-coroutines-annotations`: Support for suspending annotated command functions using
|
||||
`AnnotationParser<C>.installCoroutineSupport()`
|
||||
- Flags can be bound to a permission
|
||||
- Paper: Implement KeyedWorldArgument for matching worlds by their namespaced key
|
||||
- Annotations: Parser parameter annotations are now also parsed for flags ([#315](https://github.com/Incendo/cloud/pull/315))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue