-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from mipt-npm/dev
0.2.0 release
- Loading branch information
Showing
169 changed files
with
5,537 additions
and
3,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ out/ | |
build/ | ||
|
||
|
||
!gradle-wrapper.jar | ||
gradle.properties | ||
!gradle-wrapper.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
### Added | ||
|
||
### Changed | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
|
||
### Security | ||
## [0.2.0] | ||
### Added | ||
|
||
### Changed | ||
- Context content resolution refactor | ||
- Kotlin 1.4.10 (build tools 0.6.0) | ||
- Empty query in Name is null instead of "" | ||
- 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 | ||
- TextRenderer | ||
|
||
### Removed | ||
- Functional server prototype | ||
- `dataforge-output` module | ||
|
||
### Fixed | ||
- Global context CoroutineScope resolution | ||
- Library mode compliance | ||
|
||
### Security |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
|
||
plugins { | ||
val toolsVersion = "0.5.0" | ||
id("scientifik.mpp") version toolsVersion apply false | ||
id("scientifik.jvm") version toolsVersion apply false | ||
id("scientifik.publish") version toolsVersion apply false | ||
id("org.jetbrains.dokka") version "0.10.1" | ||
id("ru.mipt.npm.project") | ||
} | ||
|
||
val dataforgeVersion by extra("0.1.8") | ||
val dataforgeVersion by extra("0.2.0") | ||
|
||
val bintrayRepo by extra("dataforge") | ||
val githubProject by extra("dataforge-core") | ||
val spaceRepo by extra("https://maven.jetbrains.space/mipt-npm/p/df/maven") | ||
|
||
allprojects { | ||
group = "hep.dataforge" | ||
version = dataforgeVersion | ||
|
||
apply<org.jetbrains.dokka.gradle.DokkaPlugin>() | ||
|
||
repositories { | ||
mavenLocal() | ||
} | ||
} | ||
|
||
subprojects { | ||
apply(plugin = "scientifik.publish") | ||
apply(plugin = "org.jetbrains.dokka") | ||
apply(plugin = "ru.mipt.npm.publish") | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.