All notable changes to FastSandPM will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Git dependencies now recurse submodules when resolved
- Path dependencies are now resolved to absolute paths relative to the manifest file's directory
when loading via
get_manifest(). Previously, relative paths were left as-is which could cause issues when the working directory differed from the manifest location.
- Initial creation of API
- Initial spec for manifest defintion
- Initial creation of CLI tool