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.
The API consists of all public Kotlin types from com.atlassian.performance.tools.io.api
and its subpackages:
- source compatibility
- binary compatibility
- behavioral compatibility with behavioral contracts expressed via Javadoc
1.2.0 - 2019-02-07
- Copy a stream to a path, regardless of the path's existence. Resolve [JPERF-389].
- Stop using the deprecated JRE Kotlin stdlib.
1.1.0 - 2018-09-12
- Dereference system properties pointing to files.
1.0.0 - 2018-08-28
- Define the public API.
- License.
- Add this change log.
0.0.1 - 2018-07-30
- Migrate the extra I/O layer from JPT submodule.
- Add README.md.
- Configure Bitbucket Pipelines.