2.3 KiB
2.3 KiB
Changelog
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.
[Unreleased]
Added
- Adaptive support for host OS in native
Changed
Deprecated
Removed
Fixed
- Plugin loading order for publishing
Security
[0.8.1]
Added
- Ktor version to versions
- Add sonatype publishing
- Per-platform release publishing
Changed
- 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
Deprecated
Removed
- kaml
Fixed
- Fix publishing load order for sonatype
- Fix root project readme
Security
[0.7.4]
Added
- 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
Changed
- 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
Deprecated
- Support of
kaml
andsnake-yaml
in favor ofyamlKt
- Publish plugin
Removed
useDokka
method. Documentation jar should be added manually if needed.
Fixed
Security
[0.6.0]
Added
- 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.
Changed
-Publishing in bintray now is automatic.
[0.5.2]
Added
- Copy resources for jvm modules and jvm source sets in mpp.