• v0.3.0 a7ee2f5922

    0.3.0 Stable

    altavir released this 2021-02-07 21:18:04 +03:00 | 174 commits to master since this release

    [0.3.0]

    Added

    • Yaml meta format based on yaml.kt
    • Path builders
    • Special ValueType for lists
    • copy method to descriptors
    • Multiplatform yaml meta

    Changed

    • ListValue and DoubleArrayValue implement Iterable.
    • Changed the logic of Value::isList to check for type instead of size
    • Meta{} builder made inline
    • Moved Envelope builder to a top level function. Companion invoke is deprecated.
    • Context logging moved to the extension
    • number and string methods on Value moved to extensions (breaking change)
    • Major breaking change
    • Major breaking change
    • Major breaking change
    • Plugins are removed from Context constructor and added lazily in ContextBuilder
    • Major breaking change
    • Major Breaking change
    Downloads