Changelog update
This commit is contained in:
parent
1284aa9f2e
commit
920366388d
@ -10,6 +10,7 @@
|
||||
- Provider provides an empty map instead of error by default
|
||||
- Hidden delegates hierarchy in favor of stdlib properties
|
||||
- Removed io depdendency from `dataforge-output`. Replaced Output by Appendable.
|
||||
- Configurable is no longer MutableItemProvider. All functionality moved to Scheme.
|
||||
|
||||
### Deprecated
|
||||
- Context activation API
|
||||
|
@ -45,7 +45,7 @@ public fun <R> ItemDelegate.convert(
|
||||
this@convert.getValue(thisRef, property).let(reader)
|
||||
}
|
||||
|
||||
/* Read-only delegates for Metas */
|
||||
/* Read-only delegates for [ItemProvider] */
|
||||
|
||||
/**
|
||||
* A property delegate that uses custom key
|
||||
|
@ -71,7 +71,9 @@ public fun <R> MutableItemDelegate.convert(
|
||||
}
|
||||
}
|
||||
|
||||
/* Read-write delegates */
|
||||
|
||||
|
||||
/* Read-write delegates for [MutableItemProvider] */
|
||||
|
||||
/**
|
||||
* A property delegate that uses custom key
|
||||
|
Loading…
Reference in New Issue
Block a user