issues
search
SciProgCentre
/
dataforge-core
A clean multi-platform re-implementation of dataforge concepts
Apache License 2.0
25
stars
3
forks
source link
0.4.0
#64
Closed
altavir
closed
3 years ago
altavir
commented
3 years ago
[0.4.0]
Added
LogManager plugin
dataforge-context API dependency on SLF4j
Context
withEnv
and
fetch
methods to manipulate plugins without changing plugins after creation.
Split
ItemDescriptor
into builder and read-only part
Changed
Kotlin-logging moved from common to JVM and JS. Replaced by console for native.
Package changed to
space.kscience
Scheme made observable
Global context is a variable (the singleton is hidden and will be deprecated in future)
Kotlin 1.5
Added blank builders for children context.
Refactor loggers
Deprecated
Direct use of PluginManager
Removed
Common dependency on Kotlin-logging
Kotlinx-io fork dependency. Replaced by Ktor-io.
Fixed
Scheme properties properly handle children property change.
[0.4.0]
Added
withEnv
andfetch
methods to manipulate plugins without changing plugins after creation.ItemDescriptor
into builder and read-only partChanged
space.kscience
Deprecated
Removed
Fixed