This repository has been archived on 2024-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
config-mapper/CHANGELOG.md
2022-02-27 19:15:26 +01:00

27 lines
664 B
Markdown

# CHANGELOG
<a name="unreleased"></a>
## [Unreleased]
<a name="0.1.0"></a>
## 0.1.0 - 2022-02-27
### Bug Fixes
- **config:** fix config path check
- **copy:** use io.Copy instead of custom copy
### Code Refactoring
- **config:** unmarshal configuration instead of raw read
### Features
- **cli:** add save and load features
- **cli:** add init sub-command
- **cli:** add copy folder
- **cli:** add save command
- **cli:** add configuration-file persistant flag
- **cli:** implement pkgs installation
- **config:** update git configuration
- **config:** add yaml tags for yaml.v3
[Unreleased]: https://github.com/DataHearth/config-mapper/compare/0.1.0...HEAD