Update CHANGELOG.md
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user