2020-08-15 20:33:39 +03:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
2020-12-04 11:20:20 +03:00
|
|
|
- Yaml meta format based on yaml.kt
|
2020-12-04 17:34:12 +03:00
|
|
|
- `Path` builders
|
2020-12-09 12:04:10 +03:00
|
|
|
- Special ValueType for lists
|
2020-12-20 18:22:50 +03:00
|
|
|
- `copy` method to descriptors
|
2020-08-15 20:33:39 +03:00
|
|
|
|
2020-11-26 22:21:29 +03:00
|
|
|
### Changed
|
2020-11-29 10:18:52 +03:00
|
|
|
- `ListValue` and `DoubleArrayValue` implement `Iterable`.
|
|
|
|
- Changed the logic of `Value::isList` to check for type instead of size
|
2020-12-04 11:20:20 +03:00
|
|
|
- `Meta{}` builder made inline
|
2020-12-04 11:26:03 +03:00
|
|
|
- Moved `Envelope` builder to a top level function. Companion invoke is deprecated.
|
2020-12-04 17:34:12 +03:00
|
|
|
- Context logging moved to the extension
|
2020-12-09 12:04:10 +03:00
|
|
|
- `number` and `string` methods on `Value` moved to extensions (breaking change)
|
2020-12-24 10:32:11 +03:00
|
|
|
- \[Major breaking change\] Schemes and configurables us `MutableItemProvider` instead of `Config`
|
2020-12-24 10:48:51 +03:00
|
|
|
- \[Major breaking change\] `MetaItem` renamed to `TypedMetaItem` and `MetaItem` is now an alias for `TypedMetaItem<*>`
|
|
|
|
- \[Major breaking change\] Moved `NodeItem` and `ValueItem` to a top level
|
2020-12-28 21:05:27 +03:00
|
|
|
- Plugins are removed from Context constructor and added lazily in ContextBuilder
|
2021-01-10 14:32:52 +03:00
|
|
|
- \[Major breaking change\] Full refactor of DataTree/DataSource
|
2020-11-26 22:21:29 +03:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
2020-11-29 10:18:52 +03:00
|
|
|
|
2020-11-26 22:21:29 +03:00
|
|
|
## [0.2.0]
|
|
|
|
### Added
|
|
|
|
|
2020-08-15 20:33:39 +03:00
|
|
|
### Changed
|
2020-09-13 19:35:58 +03:00
|
|
|
- Context content resolution refactor
|
|
|
|
- Kotlin 1.4.10 (build tools 0.6.0)
|
2020-08-15 20:33:39 +03:00
|
|
|
- Empty query in Name is null instead of ""
|
|
|
|
- Provider provides an empty map instead of error by default
|
2020-09-13 19:35:58 +03:00
|
|
|
- Hidden delegates hierarchy in favor of stdlib properties
|
2020-10-17 17:22:34 +03:00
|
|
|
- Removed io depdendency from `dataforge-output`. Replaced Output by Appendable.
|
2020-11-13 19:44:07 +03:00
|
|
|
- Configurable is no longer MutableItemProvider. All functionality moved to Scheme.
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Deprecated
|
2020-09-13 19:35:58 +03:00
|
|
|
- Context activation API
|
2020-11-20 14:47:18 +03:00
|
|
|
- TextRenderer
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Functional server prototype
|
2020-11-20 14:47:18 +03:00
|
|
|
- `dataforge-output` module
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Global context CoroutineScope resolution
|
2020-09-13 19:35:58 +03:00
|
|
|
- Library mode compliance
|
2020-08-15 20:33:39 +03:00
|
|
|
|
|
|
|
### Security
|