All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Pass
compose
extension to the kscience extension so compose dependencies could be called directly from kscience block
- Use ES6 modules by default in JS
- Kotlin 2.0
- Add development mode for fullstack.
- Kotlin 1.9.20
- Remove publishing defaults for Space and GitHub. Now publishing repositories is configured quasi-manually. Property keys for username and tokens are generated automatically.
- All publishing targets are enabled by default. Introduce
publishing.targets
variable to regulate what is added to the module.
- JVM plugin in favor of Mpp.
- JS plugin. It is deprecated in favor of MPP.
- Unnecessary
dependsOn
for native dependencies. - Groovy gradle dependency notation.
- Easier dependency handling in
kscience
block - Customizable base jdk version
- MPP does not use JVM and JS(IR) targets anymore. They could be turned manually via
js()
,jvm()
orfullStack()
- Signing is not applied if signingId is not provided
- FX plugins
- Unnecessary library shortcuts (html and datetime)
- deploy/release tasks
- Gradle 8 compatibility
- Dokka publication
- issues with test sourcesets
- Public
isInDevelopment
project flag
- Require manual pom config for publications
- Kotlin 1.8.0
- Versions update
- Project group changed to
space.kscience
- Moved
yarn.lock
togradle
directory
- FX configuration
- Xjdk-release flag because it is broken until https://youtrack.jetbrains.com/issue/KT-52823
- Use CSS loader in JS by default
- Coroutines tests are applied only when explicit
useCoroutines
is used.
- Atomicfu support inside the plugin
- Rollback coroutines to 1.6.1
- Coroutine tests as default dependency for tests
- Context receiver flag
- Separate release tasks for each target
- Kotlin 1.7.0
- Ktor 2.0.1
- ExplicitAPI does not override existing value
- Ktor specific artifacts from version catalog
- Moved signing out of sonatype block
- Default templates for README and ARTIFACT
- Replaced Groovy templates by FreeMarker
- JS publication sources jar
- html builders for readme
- Kotlin 1.6.0
- Use indy lambdas by default #32
- Change version scheme to
<version>-kotlin-<kotlin version>
- remove
nativeMain
dependency fromnativeTest
- Kotlin 1.6
- Some issues with opt-ins
- Experimental automatic JS project bundling in MPP
- Remove vcs requirement for Space publication
- Lazy readme properties
- BOM for kotlin-wrappers on JS
- Jupyter loader
- API validation disabled for dev versions
- Kotlin plugins are propagated downstream
- bson support
- Disable API validation for snapshots
-Xjvm-default=all
on JVM
publication.platform
changed topublishing.platform
- Dokka version to
1.4.30
useDateTime
in extension- Kotlin 1.5
- Publish plugin. Use MavenPublish instead
- Removed unnecessary
afterEvaluate
for compatibility with gradle 7.0
- Skip sonatype publishing for dev versions
- Publishing repositories are explicit and defined in the top level project
- Paths to publishing properties now use dot notation like
publishing.github.user
- Publishing plugin
- Bintray publishing
- Adaptive support for host OS in native
- CSS support for JS targets
- Kotlin 1.4.31
- Coroutines 1.4.3
- Plugin loading order for publishing
- Release task
- Readme generation for multi-module project
- Ktor version to versions
- Add sonatype publishing
- Per-platform release publishing
- Kotlin to 1.4.30 stable.
- Added intermediate jsCommon main/test sourcesSet for node plugin.
- Plugin names changed to
ru.mipt.npm
package. - Common plugin id changed to
common
- Plugins group changed to
ru.mipt.npm
withgradle
prefix
- kaml
- Fix publishing load order for sonatype
- Fix root project readme
- Changelog plugin automatically applied to
project
. - Feature matrix and Readme generation task for a
project
plugin. - Add
binary-compatibility-validator
to theproject
plugin. - Separate
yamlKt
serialization target - Moved all logic to a common plugin, leaving only proxies for platform plugins
- Suppress API validation for modules with maturity below DEVELOPMENT
- Remove node plugin. Node binaries should be turned on manually.
- Use default webpack distribution path.
ru.mipt.npm.base
->ru.mipt.npm.project
.- Move publishing out of general extension and apply it to project plugin instead.
- Platform plugins are now simple references to common plugin
- FX configuration moved to extension
- Moved internals to internals
- Kotlin 1.4.30-RC
- Support of
kaml
andsnake-yaml
in favor ofyamlKt
- Publish plugin
useDokka
method. Documentation jar should be added manually if needed.
- Migrate to kotlin 1.4.0
- Separate Native (current platform) and nodeJs plugins.
- Add
application()
toggle in plugin configuration to produce binaries on JS and applicaion plugin on jvm. - Add
publish
to expose publishing configuration.
- Copy resources for jvm modules and jvm source sets in mpp.