Releases: felangel/mason
Releases · felangel/mason
v0.0.1-dev.37
- feat: add
mason list
command - docs: update command descriptions for consistency
v0.0.1-dev.36
- feat: add
mason uninstall
command
v0.0.1-dev.35
- fix: adjust
mason cache clear --force
target directory to avoid deleting local files
v0.0.1-dev.34
- fix: local mason get installation location for remote bricks
- fix!: always attempt to fetch latest remote brick
mason get
no longer supports--force
since it is handled automatically
v0.0.1-dev.33
- feat: mason install command for global brick templates
- docs: update mustache manual link
- docs: update mason.yaml from init to use https for git
v0.0.1-dev.32
- feat!: windows compatibility fixes
- 100% compatibility across macos, linux, and windows
- if you are experiencing issues after upgrading, try force re-fetching all templates via
mason get --force
v0.0.1-dev.31
- feat: new templates are readily available
- docs: update README usage section to include
bundle
- docs: update file resolution section and include note about unescaped variables
v0.0.1-dev.30
- fix: improved error handling and error reporting
- improve error message when
mason new
is missing a brick name - improve error message when
mason make
is missing a subcommand mason get
handle empty brick list inmason.yaml
- avoid hydrating cache when
bricks.json
is empty.
- improve error message when
- docs: add bundling documentation to
README
v0.0.1-dev.29
- refactor: update logger api to support nullable strings
v0.0.1-dev.28
- BREAKING feat: migrate to null safety
- BREAKING refactor: update file resolution tag to
{{% %}}
for windows compatibility - fix: normalize brick paths to avoid escaping issues on windows