Changelog
All notable changes to this shared code project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.0.0] - 2023-03-22
Added
- Make internal API public.
[1.0.0-pre.6] - 2023-01-26
Added
- Validation command can be specified; it will automatically run when changes to assets or providers are detected.
[1.0.0-pre.5] - 2022-11-16
Added
- New interface ITypedItem to allow deployment items to specify a sub-type for their service assets.
DeploymentStatus
has new pre-built statuses such asDeploymentStatus.UpToDate
to facilitate status updates.