46 lines
1.4 KiB
Markdown
46 lines
1.4 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
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).
|
|
|
|
## [Unreleased]
|
|
### Added
|
|
- Changelog plugin automatically applied to `project`.
|
|
- Feature matrix and Readme generation task for a `project` plugin.
|
|
- Add `binary-compatibility-validator` to the `project` plugin.
|
|
- Separate `yamlKt` serialization target
|
|
- Moved all logic to a common plugin, leaving only proxies for platform plugins
|
|
|
|
### 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
|
|
|
|
### Deprecated
|
|
- Support of `kaml` and `snake-yaml` in favor of `yamlKt`
|
|
|
|
### Removed
|
|
|
|
|
|
### 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. |