Changelog update

This commit is contained in:
Alexander Nozik 2020-11-13 19:44:07 +03:00
parent 1284aa9f2e
commit 920366388d
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -71,7 +71,9 @@ public fun <R> MutableItemDelegate.convert(
}
}
/* Read-write delegates */
/* Read-write delegates for [MutableItemProvider] */
/**
* A property delegate that uses custom key