Releases: felangel/mason
Releases · felangel/mason
v0.0.1-dev.27
- fix:
mason bundle
path resolution fixes
v0.0.1-dev.26
- feat: exclude analyzer warnings from dart bundle
v0.0.1-dev.25
- feat: add
mason bundle
command - feat: add
MasonGenerator.fromBundle
- fix: asset resolution issues
v0.0.1-dev.24
- feat: add
mason cache clear
command - fix:
mason get
restores bricks whenbrick.json
is empty/missing
v0.0.1-dev.23
- fix: support non-ascii characters in templates
v0.0.1-dev.22
- fix: issue with variable mutation which excluded variables within arrays
v0.0.1-dev.21
- feat: export
MasonGenerator
and relevant objects to allowmason
to be consumed as a library - feat: expose
fromGitPath
onMasonGenerator
v0.0.1-dev.20
- fix: file loop content template variable resolution
v0.0.1-dev.19
- feat: file loop support
- fix: mason init incorrectly throwing MissingMasonYamlException
- refactor: simplify MasonGenerator.fromBrickYaml
v0.0.1-dev.18
- BREAKING revert: remove dart executable template support
- feat: add
lowerCase
andupperCase
lambdas - fix: support non utf8 encoded files
- fix: switch templating engine to be lenient by default
- refactor: avoid templating content with no delimeters