Changelog
All notables changes to this project are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased]
Added
Changed
Deprecated
Removed
Fixed
Security
[2.0.1] - (2024-02-26)
Fixed
- fix: mend validation of manifest
- fix: mend rendering of empty casts
[2.0.0] - (2024-02-26)
Added
- feat: add support for sources from other magic manifests
Deprecated
- refactor: change go package to
github.com/ismtabo/magus/v2
[1.0.7] - (2023-08-28)
Fixed
- fix: read target output files instead of whole output directory
[1.0.6] - (2023-08-20)
Added
- feat: add pluralize function from go-pluralize
Fixed
- fix: upgrade sprig to github.com/Masterminds/sprig/v3
[1.0.5] - (2023-08-19)
Fixed
- fix: render options variables before magic variables
[1.0.4] - (2023-08-07)
Fixed
- fix: mend
version
command to show correct package version, build time and os
[1.0.3] - (2023-08-06)
Changed
- chore: update license name
- chore: remove documentation header from modules
[1.0.2] - (2023-08-06)
Added
- chore: add LICENSE file
[1.0.1] - (2023-08-06)
Fixed
- fix: mend generate docs
[1.0.0] - (2023-08-06)
Added
- feat: initial version of the project
- feat: add generate command to render files based on manifest
- feat: add support for templates
- feat: add support for helpers
- feat: add support for casts
- feat: add validation of manifest