Update CHANGELOG.md

This commit is contained in:
2025-07-24 14:06:26 +03:00
parent 9f1403543d
commit d67679075b
2 changed files with 15 additions and 13 deletions

View File

@@ -9,23 +9,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 0.19.0-kotlin-2.2.0 - 2025-07-24
### Changed
- Replace manual JS dependency resource handling with `opensavvy` plugin.
- Replace `useContextRecievers` with `useContextParameters`.
- Submodule readme generated for all projects, not only for root
- Replace `wasm` plugin configuration block with `wasmJs`
### Deprecated
- `useContextRecievers`
- `wasm` configuration block
### Removed
- `fullStackApplication` configuration. Replaced by optional field in `fullStack`
- Jupyter integration
### Fixed
### Security
## 0.17.x
### Added

View File

@@ -17,12 +17,3 @@ Includes JVM-IR and JS-IR-Browser targets.
## space.kscience.gradle.jvm
`= kotlin("jvm") + space.kscience.gradle.common`
## space.kscience.gradle.js
`= kotlin("js") + space.kscience.gradle.common`
## space.kscience.gradle.native
add default native targets to `space.kscience.gradle.mpp`
## space.kscience.gradle.node
add node target to `space.kscience.gradle.mpp`