gradle-tools/CHANGELOG.md

333 lines
6.2 KiB
Markdown
Raw Permalink Normal View History

2020-07-06 09:52:54 +03:00
# Changelog
2024-02-10 12:30:36 +03:00
All notable changes to this project will be documented in this file.
2020-07-06 09:52:54 +03:00
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2022-12-31 12:32:53 +03:00
## Unreleased
2023-03-12 13:00:21 +03:00
### Added
2024-02-10 12:30:36 +03:00
### Changed
### Deprecated
### Removed
### Fixed
### Security
2024-06-04 12:52:49 +03:00
## 0.15.4-kotlin-2.0.0 - 2024-06-04
### Added
- Pass `compose` extension to the kscience extension so compose dependencies could be called directly from kscience block
### Changed
- Use ES6 modules by default in JS
- Kotlin 2.0
2024-02-10 12:30:36 +03:00
## 0.15.2-kotlin-1.9.22 - 2024-02-09
### Added
2023-06-09 17:22:36 +03:00
- Add development mode for fullstack.
2023-03-12 13:00:21 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2023-09-13 08:52:23 +03:00
- 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.
2023-06-09 17:22:36 +03:00
- All publishing targets are enabled by default. Introduce `publishing.targets` variable to regulate what is added to the module.
2023-03-12 13:00:21 +03:00
### Deprecated
2024-02-10 12:30:36 +03:00
2023-09-13 12:12:46 +03:00
- JVM plugin in favor of Mpp.
2023-03-12 13:00:21 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2023-09-13 12:12:46 +03:00
- JS plugin. It is deprecated in favor of MPP.
2023-09-13 08:52:23 +03:00
- Unnecessary `dependsOn` for native dependencies.
2023-07-07 21:44:38 +03:00
- Groovy gradle dependency notation.
2023-03-12 13:00:21 +03:00
## 0.14.4-kotlin-1.8.20-RC - 2023-03-12
2020-11-27 20:26:58 +03:00
### Added
2024-02-10 12:30:36 +03:00
2023-02-03 19:30:32 +03:00
- Easier dependency handling in `kscience` block
2023-02-12 11:32:46 +03:00
- Customizable base jdk version
2022-06-09 19:44:30 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2023-02-03 13:00:11 +03:00
- MPP does not use JVM and JS(IR) targets anymore. They could be turned manually via `js()`, `jvm()` or `fullStack()`
2023-02-03 13:12:10 +03:00
- Signing is not applied if signingId is not provided
2022-06-09 19:44:30 +03:00
2022-06-12 11:18:02 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2023-02-03 13:00:11 +03:00
- FX plugins
- Unnecessary library shortcuts (html and datetime)
2023-02-11 14:28:45 +03:00
- deploy/release tasks
2022-06-12 11:18:02 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
2023-03-12 13:00:21 +03:00
- Gradle 8 compatibility
- Dokka publication
2023-02-11 14:28:45 +03:00
- issues with test sourcesets
2022-06-12 11:18:02 +03:00
2022-12-31 12:32:53 +03:00
## 0.13.4-kotlin-1.8.0 - 2022-12-31
2022-06-12 11:18:02 +03:00
### Added
2024-02-10 12:30:36 +03:00
2022-12-31 12:32:53 +03:00
- Public `isInDevelopment` project flag
2022-06-12 11:18:02 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2022-12-31 12:32:53 +03:00
- Require manual pom config for publications
- Kotlin 1.8.0
- Versions update
- Project group changed to `space.kscience`
- Moved `yarn.lock` to `gradle` directory
2022-06-12 11:18:02 +03:00
### Deprecated
2024-02-10 12:30:36 +03:00
2022-12-31 12:32:53 +03:00
- FX configuration
### Removed
2024-02-10 12:30:36 +03:00
2022-12-31 12:32:53 +03:00
- Xjdk-release flag because it is broken until https://youtrack.jetbrains.com/issue/KT-52823
- Use CSS loader in JS by default
## 0.11.6-kotlin-1.7.0
### Changed
2024-02-10 12:30:36 +03:00
2022-12-31 12:32:53 +03:00
- Coroutines tests are applied only when explicit `useCoroutines` is used.
2022-06-12 11:18:02 +03:00
2022-06-09 19:44:30 +03:00
### Removed
2024-02-10 12:30:36 +03:00
- Atomicfu support inside the plugin
2022-06-09 19:44:30 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
2022-06-12 14:46:28 +03:00
- Rollback coroutines to 1.6.1
2022-06-09 19:44:30 +03:00
2022-12-31 12:32:53 +03:00
## 0.11.5-kotlin-1.7.0
2022-06-09 19:44:30 +03:00
### Added
2024-02-10 12:30:36 +03:00
2022-04-10 10:48:02 +03:00
- Coroutine tests as default dependency for tests
- Context receiver flag
2022-01-23 15:51:34 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2022-03-08 23:22:03 +03:00
- Separate release tasks for each target
2022-05-15 12:59:49 +03:00
- Kotlin 1.7.0
- Ktor 2.0.1
2022-04-19 10:44:44 +03:00
- ExplicitAPI does not override existing value
2022-01-23 15:51:34 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2022-04-13 16:47:00 +03:00
- Ktor specific artifacts from version catalog
2022-01-23 15:51:34 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
2022-04-13 16:47:00 +03:00
- Moved signing out of sonatype block
2022-01-23 15:51:34 +03:00
2022-12-31 12:32:53 +03:00
## 0.11.1-kotlin-1.6.10
2022-01-23 15:51:34 +03:00
### Added
2024-02-10 12:30:36 +03:00
2022-01-23 14:37:19 +03:00
- Default templates for README and ARTIFACT
2021-06-19 14:10:40 +03:00
2021-09-28 12:12:28 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2022-01-23 14:37:19 +03:00
- Replaced Groovy templates by FreeMarker
2021-09-28 12:12:28 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
2022-01-23 15:51:34 +03:00
- JS publication sources jar
2021-09-28 12:12:28 +03:00
2022-12-31 12:32:53 +03:00
## 0.10.9-kotlin-1.6.10
2021-09-28 12:12:28 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-12-29 11:18:41 +03:00
- html builders for readme
2021-09-28 12:12:28 +03:00
2021-06-19 14:10:40 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2021-12-29 11:18:41 +03:00
- Kotlin 1.6.0
2022-12-31 12:32:53 +03:00
- Use indy lambdas by default #32
2021-12-29 11:18:41 +03:00
- Change version scheme to `<version>-kotlin-<kotlin version>`
2021-09-28 12:12:28 +03:00
2021-06-19 14:10:40 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
2021-12-29 11:18:41 +03:00
- remove `nativeMain` dependency from `nativeTest`
2021-09-28 12:12:28 +03:00
2022-12-31 12:32:53 +03:00
## 0.10.4
2021-12-29 11:18:41 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2021-12-29 11:18:41 +03:00
- Kotlin 1.6
### Fixed
2024-02-10 12:30:36 +03:00
2021-12-29 11:18:41 +03:00
- Some issues with opt-ins
2022-12-31 12:32:53 +03:00
## 0.10.2
2021-07-21 13:01:29 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-07-21 13:01:29 +03:00
- Experimental automatic JS project bundling in MPP
### Changed
2024-02-10 12:30:36 +03:00
2021-09-28 12:12:03 +03:00
- Remove vcs requirement for Space publication
2021-07-21 13:01:29 +03:00
2022-12-31 12:32:53 +03:00
## 0.10.0
2021-07-21 13:01:29 +03:00
2021-06-19 14:10:40 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-06-19 14:09:57 +03:00
- Lazy readme properties
- BOM for kotlin-wrappers on JS
- Jupyter loader
2021-04-26 19:17:11 +03:00
### Changed
2024-02-10 12:30:36 +03:00
- API validation disabled for dev versions
2021-06-19 14:09:57 +03:00
- Kotlin plugins are propagated downstream
2021-04-26 19:17:11 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2021-06-19 14:09:57 +03:00
- bson support
2021-04-26 19:17:11 +03:00
2022-12-31 12:32:53 +03:00
## 0.9.5
2021-04-26 19:17:11 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-04-11 09:44:42 +03:00
- Disable API validation for snapshots
2021-04-14 18:18:53 +03:00
- `-Xjvm-default=all` on JVM
2021-03-03 20:01:46 +03:00
2021-03-07 09:55:54 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2021-03-07 15:18:37 +03:00
- `publication.platform` changed to `publishing.platform`
- Dokka version to `1.4.30`
- `useDateTime` in extension
2021-04-07 11:13:23 +03:00
- Kotlin 1.5
2021-03-07 09:55:54 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2021-04-26 19:17:11 +03:00
- Publish plugin. Use MavenPublish instead
2021-03-07 09:55:54 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
- Removed unnecessary `afterEvaluate` for compatibility with gradle 7.0
2021-03-07 09:55:54 +03:00
2022-12-31 12:32:53 +03:00
## 0.9.0
2021-03-07 09:55:54 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-03-07 09:55:54 +03:00
- Skip sonatype publishing for dev versions
2021-03-03 20:01:46 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2021-03-06 20:50:17 +03:00
- Publishing repositories are explicit and defined in the top level project
2021-03-07 09:22:48 +03:00
- Paths to publishing properties now use dot notation like `publishing.github.user`
2021-03-03 20:01:46 +03:00
### Deprecated
2024-02-10 12:30:36 +03:00
2021-03-06 20:50:17 +03:00
- Publishing plugin
2021-03-03 20:01:46 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2021-03-06 20:50:17 +03:00
- Bintray publishing
2021-03-03 20:01:46 +03:00
2022-12-31 12:32:53 +03:00
## 0.8.4
2021-03-03 20:01:46 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-02-23 14:30:39 +03:00
- Adaptive support for host OS in native
2021-03-03 21:10:52 +03:00
- CSS support for JS targets
2021-02-21 20:16:25 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2021-03-03 20:01:46 +03:00
- Kotlin 1.4.31
- Coroutines 1.4.3
2021-02-21 20:16:25 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
- Plugin loading order for publishing
2021-03-03 20:01:46 +03:00
- Release task
- Readme generation for multi-module project
2021-02-21 20:16:25 +03:00
2022-12-31 12:32:53 +03:00
## 0.8.1
2021-02-21 20:16:25 +03:00
### Added
2024-02-10 12:30:36 +03:00
2021-02-03 20:13:22 +03:00
- Ktor version to versions
2021-02-16 18:19:22 +03:00
- Add sonatype publishing
2021-02-21 16:06:25 +03:00
- Per-platform release publishing
2020-11-27 20:26:58 +03:00
### Changed
2024-02-10 12:30:36 +03:00
- 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`
2021-02-21 20:16:25 +03:00
- Plugins group changed to `ru.mipt.npm` with `gradle` prefix
2020-11-27 20:26:58 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2021-02-03 20:13:22 +03:00
- kaml
2020-11-27 20:26:58 +03:00
### Fixed
2024-02-10 12:30:36 +03:00
2021-02-22 21:01:38 +03:00
- Fix publishing load order for sonatype
- Fix root project readme
2020-11-27 20:26:58 +03:00
2022-12-31 12:32:53 +03:00
## 0.7.4
2020-09-22 16:21:09 +03:00
### Added
2024-02-10 12:30:36 +03:00
2020-09-30 20:43:02 +03:00
- Changelog plugin automatically applied to `project`.
- Feature matrix and Readme generation task for a `project` plugin.
- Add `binary-compatibility-validator` to the `project` plugin.
2020-11-25 12:16:09 +03:00
- Separate `yamlKt` serialization target
2020-11-26 13:44:36 +03:00
- Moved all logic to a common plugin, leaving only proxies for platform plugins
2021-01-30 17:19:37 +03:00
- Suppress API validation for modules with maturity below DEVELOPMENT
2020-09-22 16:21:09 +03:00
### Changed
2024-02-10 12:30:36 +03:00
2020-09-30 20:43:02 +03:00
- Remove node plugin. Node binaries should be turned on manually.
- Use default webpack distribution path.
- `ru.mipt.npm.base` -> `ru.mipt.npm.project`.
2020-09-22 16:21:09 +03:00
- Move publishing out of general extension and apply it to project plugin instead.
2020-11-25 12:16:09 +03:00
- Platform plugins are now simple references to common plugin
- FX configuration moved to extension
- Moved internals to internals
2021-01-30 17:19:37 +03:00
- Kotlin 1.4.30-RC
2020-09-22 16:21:09 +03:00
### Deprecated
2024-02-10 12:30:36 +03:00
2020-11-25 12:16:09 +03:00
- Support of `kaml` and `snake-yaml` in favor of `yamlKt`
- Publish plugin
2020-09-22 16:21:09 +03:00
### Removed
2024-02-10 12:30:36 +03:00
2020-11-27 20:26:58 +03:00
- `useDokka` method. Documentation jar should be added manually if needed.
2020-09-22 16:21:09 +03:00
2022-12-31 12:32:53 +03:00
## 0.6.0
2020-08-31 12:40:13 +03:00
### Added
2024-02-10 12:30:36 +03:00
2020-08-31 12:40:13 +03:00
- Migrate to kotlin 1.4.0
2020-09-30 20:43:02 +03:00
- Separate Native (current platform) and nodeJs plugins.
2020-09-07 13:32:25 +03:00
- Add `application()` toggle in plugin configuration to produce binaries on JS and applicaion plugin on jvm.
2020-09-30 20:43:02 +03:00
- Add `publish` to expose publishing configuration.
2020-08-31 12:40:13 +03:00
2022-12-31 12:32:53 +03:00
## 0.5.2
2020-07-06 09:52:54 +03:00
### Added
2024-02-10 12:30:36 +03:00
2022-12-31 12:32:53 +03:00
- Copy resources for jvm modules and jvm source sets in mpp.