diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9f236d..0faac561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - \[Major breaking change\] Moved `NodeItem` and `ValueItem` to a top level - Plugins are removed from Context constructor and added lazily in ContextBuilder - \[Major breaking change\] Full refactor of DataTree/DataSource +- \[Major Breaking change\] Replace KClass with KType in data. Remove direct access to constructors with types. ### Deprecated diff --git a/build.gradle.kts b/build.gradle.kts index cc74ad20..27917005 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,14 +15,6 @@ allprojects { apply() } -apiValidation{ - validationDisabled = true -} - subprojects { apply(plugin = "ru.mipt.npm.publish") -} - -apiValidation{ - ignoredProjects.add("dataforge-tables") } \ No newline at end of file